xslate / p5-Mouse

Lightweight class builder for Perl, as a subset of Moose
https://metacpan.org/release/Mouse
Other
46 stars 32 forks source link

Does not compile on perl 5.8 with threads #22

Closed haarg closed 10 years ago

haarg commented 10 years ago

On a perl 5.8 built with threads, Mouse will fail to compile.

I've tested 5.8.5 to 5.8.8.

tokuhirom commented 10 years ago

It may fxed by eaa484c3a7c2a0088a99bc0fc9373285586a7b94. @gfx Why don't you release the new version? If you are busy, please add me a collaborator & pause co-maint. Then I will release new version.

haarg commented 10 years ago

That does appear to fix it. Thanks.

gfx commented 10 years ago

Released 2.1.1! Sorry to be late.