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

Workaround for #29 #49

Closed tokuhirom closed 9 years ago

tokuhirom commented 9 years ago

I think #29 is a serious problem, because perl 5.22 was released!

We should provide a work around for this issue.

There are some options to solve this issue:

  1. fallback to PURE_PERL implementation on perl 5.21+ + threads
  2. Mark this module as DEPRECATED.
  3. fix the code.
  4. release gfx's stableperl :)
syohex commented 9 years ago

Done.