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

Use PERL_STATIC_INLINE macro for portability #66

Closed syohex closed 7 years ago

syohex commented 7 years ago

Some compilers like Visual Studio C/C++ compiler does not support C99 well. PERL_STATIC_INLINE was introduced since Perl 5.14.0. So it is defined in this file for older Perl versions.

This is related to #65. @MayankAdvani Could you check this PR version ?