in reply to Re^2: You cannot pass args when calling inner() in Moose?
in thread You cannot pass args when calling inner() in Moose?

Why would it matter if there is not necessarily an inner class? Assuming the i attribute does not clobber any existing attribute, then this becomes a no-op.

And according to Moose::Manual::BestPractices, you should Always_call_inner_in_the_most_specific_subclass

Replies are listed 'Best First'.
Re^4: You cannot pass args when calling inner() in Moose?
by metaperl (Curate) on Jul 21, 2011 at 19:03 UTC