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

As an old-school, stubborn bless adherer I'm not going to advocate for the new class system. But I don't think that

a downside is that I feel obligated to indent everything inside the class{} block

is an issue. class can be used the same way as package in block or statement syntax. See class.

Greetings,
🐻

$gryYup$d0ylprbpriprrYpkJl2xyl~rzg??P~5lp2hyl0p$

Replies are listed 'Best First'.
Re^3: Anyone migrated to the new 'class' way of OOP?
by ysth (Canon) on Aug 10, 2025 at 20:09 UTC
    I feel the same about package with a block.
Re^3: Anyone migrated to the new 'class' way of OOP?
by NERDVANA (Priest) on Aug 14, 2025 at 14:52 UTC
    Oh interesting, I hadn't seen that syntax option before. Clearly I'm not keeping very close tabs on the progress of the feature.