in reply to Re: Class::Struct::FIELDS broken under 5.10?
in thread Class::Struct::FIELDS broken under 5.10?

Darn. Well, does anyone have a recommendation for one of the many Class::* modules to replace Class::Struct::FIELDS? Class::Struct is great, but can't be subclassed easily. Class::Generator allows subclassing, but you must use closures for member functions. The thing I liked about Class::Struct (and ::FIELDS) is that you could combine simple member functions (defined outside the struct()) with subclassing.
  • Comment on Re^2: Class::Struct::FIELDS broken under 5.10?