Fixes for signedness warnings noticed by VMSperlers.
[p5sagit/p5-mst-13.2.git] / ext / Storable / ChangeLog
index 049ce29..352e620 100644 (file)
@@ -1,3 +1,32 @@
+Sun Nov  5 18:23:48 MET 2000   Raphael Manfredi <Raphael_Manfredi@pobox.com>
+
+. Description:
+
+       Version 1.0.6.
+
+       Fixed severe "object lost" bug for STORABLE_freeze returns,
+       when refs to lexicals, taken within the hook, were to be
+       serialized by Storable.  Enhanced the t/recurse.t test to
+       stress hook a little more with refs to lexicals.
+
+Thu Oct 26 19:14:38 MEST 2000   Raphael Manfredi <Raphael_Manfredi@pobox.com>
+
+. Description:
+
+       Version 1.0.5.
+
+       Documented that store() and retrieve() can return undef.
+       That is, the error reporting is not always made via exceptions,
+       as the paragraph on error reporting was implying.
+
+       Auto requires module of blessed ref when STORABLE_thaw misses.
+       When the Storable engine looks for the STORABLE_thaw hook and
+       does not find it, it now tries to require the package into which
+       the blessed reference is.
+
+       Just check $^O, in t/lock.t: there's no need to pull the whole
+       Config module for that.
+
 Fri Sep 29 21:52:29 MEST 2000   Raphael Manfredi <Raphael_Manfredi@pobox.com>
 
 . Description: