Subject: | apps using Moose cannot use debugger on perl < 5.8.6 |
On perl 5.8.5 the following one liner fails:
perl -de '{ use Moose }'
The error message starts:
Package::Stash::XS is not a module name at
/usr/lib/perl5/site_perl/5.8.5/Package/Stash.pm line 40.
This is due to a known bug in Package::Stash
http://rt.cpan.org/Ticket/Display.html?id=74151
I thought it worth reporting here since as a Moose noob, I need to use
the debugger! It may make it easier for others to find.