Skip Menu |

This queue is for tickets about the Moose CPAN distribution.

Report information
The Basics
Id: 88609
Status: open
Priority: 0/
Queue: Moose

People
Owner: Nobody in particular
Requestors: dsteinbrunner [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: warning in test results
I'm having issues as described in RT#88593 but also in the test results I get this: t/021-parameter-trait.t ............. ok Roles with parameters cannot be cached. Consider applying the parameters before calling create_anon_class, or using 'weaken => 0' instead at /Users/dsteinbrunner/perl5/perlbrew/perls/perl-5.18.1/lib/site_perl/5.18.1/darwin-2level/Moose/Meta/Class.pm line 145. t/022-export-p-trait.t .............. ok I did not see this mentioned in that ticket.
This comes from Moose itself. We should probably fix Moose to just cache these sorts of roles somehow.