in reply to Class::Base uses keyword parms for constructor but then methods use positional [oop, swengr]

This may or may not help you, but have you looked at Moose?
  • Comment on Re: Class::Base uses keyword parms for constructor but then methods use positional [oop, swengr]

Replies are listed 'Best First'.
Re^2: Class::Base uses keyword parms for constructor but then methods use positional [oop, swengr]
by stvn (Monsignor) on Nov 07, 2007 at 15:45 UTC
      very nice addons stvn. Thing is, as a newcomer to Moose, the docs do not have MooseX in the SEE ALSO section and the series of questions under DESCRIPTION do not point to it.

      So, after casually looking over the docs, I was wondering why Mutant even pointed me to it in the first place because it seemed to only be able to do positions parms.

        Good point, I will add it for the next release.

        -stvn