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

jesse at bestpractical.com jesse at bestpractical.com
Wed Feb 4 13:11:25 EST 2009


Author: jesse
Date: Wed Feb  4 13:11:25 2009
New Revision: 18191

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

Log:
0.19 releng

Modified: Scalar-Defer/Changes
==============================================================================
--- Scalar-Defer/Changes	(original)
+++ Scalar-Defer/Changes	Wed Feb  4 13:11:25 2009
@@ -1,6 +1,6 @@
-[Changes for 0.19 - ???]
+[Changes for 0.19 - 20090-02-04]
 
-* Silence Scalar::Defer::Deferred::DEMOLISH warnings
+* Silence Scalar::Defer::Deferred::DEMOLISH warnings - SARTAK++
 
 [Changes for 0.18 - 2008-08-12]
 

Modified: Scalar-Defer/lib/Scalar/Defer.pm
==============================================================================
--- Scalar-Defer/lib/Scalar/Defer.pm	(original)
+++ Scalar-Defer/lib/Scalar/Defer.pm	Wed Feb  4 13:11:25 2009
@@ -5,7 +5,7 @@
 use warnings;
 
 BEGIN {
-    our $VERSION   = '0.18';
+    our $VERSION   = '0.19';
     our @EXPORT    = qw( lazy defer force );
     our @EXPORT_OK = qw( is_deferred );
 }
@@ -218,7 +218,7 @@
 
 =head1 COPYRIGHT
 
-Copyright 2006, 2007, 2008 by Audrey Tang <cpan at audreyt.org>.
+Copyright 2006, 2007, 2008, 2009 by Audrey Tang <cpan at audreyt.org>.
 
 This software is released under the MIT license cited below.
 



More information about the Bps-public-commit mailing list