X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=Changes;h=cc2be23b8e3a6784b0339240a5f8854262fdebb2;hp=6daf8370597b291b1a132e61a2ebd01db9453d30;hb=2cba38dec0a1ccaeb6ff4119ee2af3ae634e739c;hpb=1dba01eb690ca7a41744d6756ae257a9aa44586d diff --git a/Changes b/Changes index 6daf837..cc2be23 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,21 @@ Revision history for indirect +0.32 2014-09-21 20:15 UTC + + Add : Support for the PERL_OP_PARENT optional feature introduced in + perl 5.21.2. + + Fix : [RT #92806] : Tests that use run_perl() fail on Android + Thanks Brian Fraser for the patch. + + Fix : indirect constructs will no longer segfault while inside + the empty package on perl 5.8.x. This fix may also prevent + some segfaults during global destruction. + +0.31 2013-09-05 16:45 UTC + + Fix : [RT #88428] : no indirect in eval can trigger for direct calls + on __PACKAGE__ + Thanks Graham Knop for reporting. + + Tst : Author tests are no longer bundled with this distribution. + They are only made available to authors in the git repository. + 0.30 2013-05-16 15:55 UTC + Fix : [RT #83806] : false positives with Devel::Declare [RT #83839] : false positive using ? : syntax