X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FStorable%2FChangeLog;h=74bad2eefa8caca18b23592bc0e9dabea94ccbb6;hb=a2307be4b899f5bb1ef09b534ea96c8d5ffd7a73;hp=a561108a0eb7d1040223ef6d8e820db1ef3f4b22;hpb=17374ab3afe4ff0ac911cd7c1f0c26cf654b7058;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Storable/ChangeLog b/ext/Storable/ChangeLog index a561108..74bad2e 100644 --- a/ext/Storable/ChangeLog +++ b/ext/Storable/ChangeLog @@ -1,3 +1,30 @@ +Mon Oct 7 21:56:38 BST 2002 Nicholas Clark + + Version 2.06 + + Remove qr// from t/downgrade.t so that it will run on 5.004 + Mention $File::Spec::VERSION a second time in t/forgive.t so that it + runs without warnings in 5.004 (this may be a 5.00405 bug I'm working + round) + Fix t/integer.t initialisation to actually generate 64 bits of 9c + Fix comparison tests to use eval to get around 64 bit IV conversion + issues on 5.6.x, following my t/integer.t ^ precedence bug found by + Rafael Garcia-Suarez + Alter t/malice.t to work with Test/More.pm in t/, and skip individual + subtests that use $Config{ptrsize}, so that the rest of the test can + now be run with 5.004 + Change t/malice.t and the error message in check_magic in Storable.xs + from "Pointer integer size" to "Pointer size" + Remove prerequisite of Test::More from Makefile.PL + Ship Test::Builder, Test::Simple and Test::More in t + +Thu Oct 3 08:57:22 IST 2002 Abhijit Menon-Sen + + Version 2.05 + + Adds support for CODE references from Slaven Rezic + . + Fri Jun 7 23:55:41 BST 2002 Nicholas Clark Version 2.04