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 workaround for Perl-RT #69939 only if Perl is older than 5.14 #2

Closed dex4er closed 12 years ago

dex4er commented 12 years ago

The mouse_call_sv_safe wrapper should be used only for Perl older than 5.14. For newer Perl this wrapper is unnecessary and clears $@ variable used in "default" or "build" attribute modifiers.