Release 1.71 v1.71
Peter Rabbitson [Tue, 9 Nov 2010 11:20:51 +0000 (12:20 +0100)]
Changes
lib/SQL/Abstract.pm

diff --git a/Changes b/Changes
index cf70710..89d3b94 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for SQL::Abstract
 
-revision 1.70  2010-11-08
+revision 1.71  2010-11-09
 ----------------------------
     - Add EXECUTING for clarity of long running SQL
     - Add "squash_repeats" option to fix it such that repeated SQL gets ellided
index a8daef9..0e29467 100644 (file)
@@ -15,7 +15,7 @@ use Scalar::Util ();
 # GLOBALS
 #======================================================================
 
-our $VERSION  = '1.70';
+our $VERSION  = '1.71';
 
 # This would confuse some packagers
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases