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

Fix build under perl 5.8 #79

Closed skaji closed 6 years ago

skaji commented 6 years ago

Fix #76

Currently Mouse cannot be built on perl 5.8 with Devel::PPPort 3.33+. This PR tries to fix it.

I confirmed that with these changes, perl Build.PL && ./Build && ./Build test passed with perl 5.8 under both Linux and macOS.