in reply to Anyone migrated to the new 'class' way of OOP?

It's still experimental and the TODO section in perlclass is quite large, so I wouldn't use it for production for a very long time. Plus, if backwards compatibility is a priority, Feature::Compat::Class only supports perl >= 5.14.
  • Comment on Re: Anyone migrated to the new 'class' way of OOP?

Replies are listed 'Best First'.
Re^2: Anyone migrated to the new 'class' way of OOP?
by Anonymous Monk on Aug 07, 2025 at 13:55 UTC
    Correction: Feature::Compat::Class claims to support 5.14, but depends on Object::Pad which requires a minimum of 5.18.