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

various minor fixes #58

Closed rurban closed 7 years ago

rurban commented 8 years ago

tested from 5.8.9 up to cperl 5.22.2. cperl still has the XS redefined warning, because I rewrote XSLoader in XS, need to check why the trick doesn't work there. Maybe just use DynaLoader.

gfx commented 7 years ago

Thanks.