[Bps-public-commit] r9996 - in Scalar-Defer: .

alexmv at bestpractical.com alexmv at bestpractical.com
Tue Dec 18 16:13:26 EST 2007


Author: alexmv
Date: Tue Dec 18 16:13:17 2007
New Revision: 9996

Modified:
   Scalar-Defer/   (props changed)
   Scalar-Defer/Changes
   Scalar-Defer/lib/Scalar/Defer.pm

Log:
 r25915 at zoq-fot-pik:  chmrr | 2007-12-18 16:12:03 -0500
  * Version bump


Modified: Scalar-Defer/Changes
==============================================================================
--- Scalar-Defer/Changes	(original)
+++ Scalar-Defer/Changes	Tue Dec 18 16:13:17 2007
@@ -1,3 +1,9 @@
+[Changes for 0.12 - 2007-12-18]
+
+* Clean out the local storage when the InsideOut object goes away.
+  Otherwise you leak memory like a sieve for every defer{} or lazy{}
+  in your code.
+
 [Changes for 0.11 - 2007-11-26]
 
 * Refactored internals for the upcoming (optional) support for

Modified: Scalar-Defer/lib/Scalar/Defer.pm
==============================================================================
--- Scalar-Defer/lib/Scalar/Defer.pm	(original)
+++ Scalar-Defer/lib/Scalar/Defer.pm	Tue Dec 18 16:13:17 2007
@@ -5,7 +5,7 @@
 use warnings;
 
 BEGIN {
-    our $VERSION = '0.11';
+    our $VERSION = '0.12';
     our @EXPORT  = qw( lazy defer force );
 }
 



More information about the Bps-public-commit mailing list