Perl-Apollo / Corinna

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

RFC/Attributes: Eliminate Moo* syntax #52

Closed HaraldJoerg closed 2 years ago

HaraldJoerg commented 2 years ago

In various places, the Pecora syntax to quote stuff (e.g. ':handles(qw/exists delete/)') made it into the RFC. The patch replaces this by Corinna syntax.

Also, the method call to ->serial now matches the :writer declaration, one closing quote was added, and an instance of ':params' was replaced by ':param'.

Ovid commented 2 years ago

Thank you :)