stevan / promises-perl

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

Localized exceptions still failing in perl < 5.14 if the #20

Closed clintongormley closed 10 years ago

clintongormley commented 10 years ago

pureperl deferred backend in use. The choice here is between not localizing at all and having the user choose a Deferred backend. I think this is the better choice so have skipped the PP exception tests on < 5.14

clintongormley commented 10 years ago

Thanks - I think this is ready to release now.

stevan commented 10 years ago

@clintongormley cool, I will get it out in the next hour or so

stevan commented 10 years ago

@clintongormley would you mind writing up the Changes for this version?