* On Wed, Apr 08 2009, Michael G Schwern wrote: > # Moose > sub DOES { > return $_[0]->meta->does_role($_[1]); > } > > # Class::Trait > sub DOES { > return $_[0]->does($_[1]); > }
Why is the Perl 5.10 way ALL CAPS, anyway? DOES is not automatically called by Perl, is it? (Follow-up question: why is isa not ISA?) -- print just => another => perl => hacker => if $,=$"