Subject: | Prototype warning on perl 5.12 |
Between 5.10 and 5.12.0 a new warning has been added to perl which can
be seen in the test suite of Class::Dot:
Prototype after '@' for Class::Dot::after_property_get : @& at
/home/src/perl/repoperls/installed-perls/perl/v5.11.5-128-gec2eb4b/lib/site_perl/5.12.0/Class/Dot.pm
line 282.
In 5.13 another warning shows up:
Prototype after '@' for Class::Dot::Policy::extends : @; at
/home/src/perl/repoperls/installed-perls/perl/v5.13.1-4-ge77da3b/lib/site_perl/5.13.1/Class/Dot/Policy.pm
line 270.
In both cases all tests pass.
Let me know if you need further information.
Thanks && Regards,