On Tue, Sep 28, 2010 at 05:42:30PM -0700, Buddy Burden wrote:
> So I have apparently stumbled upon some bizarre juxtabug involving all
> of Perl 5.12, Mason, and MooseX::Method::Signatures, and possibly
> MooseX::Declare (which at least changes the behavior in that it allows
> the bizarre "fix" of adding a useless method at the end).  I have
> literally no idea how to proceed from here.  Does anyone have any
> suggestions for me?  Are there more details I can provide?

As far as I'm aware, this is a bug with MooseX::Method::Signatures and
perl 5.12, in that the parsing for methods doesn't work quite right if
the initial brace for that method isn't on the same line. Move your
braces to the same line and things should work.

-doy

Reply via email to