stevan / promises-perl

An implementation of Promises in Perl
31 stars 29 forks source link

Don't localize $@ in Perl < v5.14 as it caused $@ to be clobbered. #15

Closed clintongormley closed 10 years ago

clintongormley commented 10 years ago

See https://metacpan.org/pod/release/RJBS/perl-5.18.2/pod/perl5140delta.pod#Exception-Handling

Fixes #14

Not sure if this is the right way to compare versions, and the string eval feels hackish but I don't see any other way to do the conditional localization.