X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=12521b84a5bc4dd471bd609ad67e7ae87e1dea67;hb=be0d2bc6eefe4e2401f865deee64c9a45133b747;hp=a4129764f6f20cfc5a0b7cddc8e2eb54d2094715;hpb=1740addb4cafa0e3bde5f257fd8d6ce00dfde2c3;p=perl%2Fmodules%2Fautovivification.git diff --git a/Changes b/Changes index a412976..12521b8 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ Revision history for autovivification +0.10 2011-08-24 15:00 UTC + + Fix : The pragma no longer vivifies the "autovivification" entry + in the hints hash %^H on perl 5.8. + +0.09 2011-01-05 18:40 UTC + + Fix : [RT #64435] : Hangs with File::Copy in Config.pm. + This was actually a regression introduced together with the new + peephole optimizer strategy, and that caused the pragma to hang + on constructs like "for (;;) { ... }". + Thanks Michael Schilli for reporting. + 0.08 2011-01-03 21:00 UTC + Fix : Building on Windows.