tokuhirom
10/2/2013 - 8:19 PM

MOP on Perl5

MOP on Perl5

Get list of methods from meta class:

my @methods = Foo->^methods();