[Perl5-syntax] Adding Moose type checking to Method::Signatures

Buddy Burden barefootcoder at gmail.com
Fri Mar 4 01:12:46 GMT 2011


Rev Chip,

> I could have sworn that pluggable warning categories exist now....

Possibly.  But the main problem is that warnings are lexical.  So,
when I set 'no warnings qw<whatever>' in the calling code, that isn't
visible inside the module.  Or perhaps it has to do with the method
declarations being compile-time instead of run-time, but I don't think
so, since 'no warnings' is also compile-time.


            -- Buddy



More information about the Perl5-syntax mailing list