Subject: | PL_linestr not long enough, was Devel::Declare loaded soon enough |
The following sample fails with the error msg in the subject line for
both 5.12.3 and 5.14.0 for me:
#!perl
eval "use Moose; use MooseX::Declare; class FooBar { }";
die $@ if $@;
print "hi";
__END__
Adding "use Devel::Declare;" at the top doesn't make any difference.