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

jesse at bestpractical.com jesse at bestpractical.com
Wed Feb 4 13:20:52 EST 2009


Author: jesse
Date: Wed Feb  4 13:20:52 2009
New Revision: 18192

Modified:
   Scalar-Defer/Changes
   Scalar-Defer/lib/Scalar/Defer.pm

Log:
0.19 built funny. 0.20 is releng changes only

Modified: Scalar-Defer/Changes
==============================================================================
--- Scalar-Defer/Changes	(original)
+++ Scalar-Defer/Changes	Wed Feb  4 13:20:52 2009
@@ -1,3 +1,7 @@
+[Changes for 0.20 - 20090-02-04]
+
+* No code changes. 0.19 dist was incorrectly built from blib
+
 [Changes for 0.19 - 20090-02-04]
 
 * Silence Scalar::Defer::Deferred::DEMOLISH warnings - SARTAK++

Modified: Scalar-Defer/lib/Scalar/Defer.pm
==============================================================================
--- Scalar-Defer/lib/Scalar/Defer.pm	(original)
+++ Scalar-Defer/lib/Scalar/Defer.pm	Wed Feb  4 13:20:52 2009
@@ -5,7 +5,7 @@
 use warnings;
 
 BEGIN {
-    our $VERSION   = '0.19';
+    our $VERSION   = '0.20';
     our @EXPORT    = qw( lazy defer force );
     our @EXPORT_OK = qw( is_deferred );
 }



More information about the Bps-public-commit mailing list