|
|
| XP is just a number | |
| PerlMonks |
Re^2: You cannot pass args when calling inner() in Moose?by stvn (Monsignor) |
| on Jul 22, 2011 at 02:23 UTC ( #916040=note: print w/ replies, xml ) | Need Help?? |
|
This is not actually working, it only appears to work because you are passing a value from @_ into inner(), which it already gets passed anyway. inner() does not accept arguments, same as super().
-stvn
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||