Perl-Apollo / Corinna

Corinna - Bring Modern OO to the Core of Perl
Artistic License 2.0
156 stars 19 forks source link

Fix "need to inherit" example #107

Closed mfontani closed 1 year ago

mfontani commented 1 year ago

... which mixed class My::Class; declaration, which doesn't require a block scope, with indentation which suggests a block scope was wanted, and a close curly for block scope. Make it into a block scope, like other examples.

Ovid commented 1 year ago

Thank you!