in reply to Re: Moose, @ISA and method resolution
in thread Moose, @ISA and method resolution

One solution, though it looks ugly, is to call Program::Plist::Pl::Pattern::->new(). This disambiguates between the package and any possible function of the same name as the package.
  • Comment on Re^2: Moose, @ISA and method resolution

Replies are listed 'Best First'.
Re^3: Moose, @ISA and method resolution
by stvn (Monsignor) on Jan 14, 2011 at 04:09 UTC

    This is quite true, and another reason why MooseX::Types won't get into core Moose. In my opinion it is unacceptable to put the burden of change on the user like this.

    -stvn