Release 1.55
Peter Rabbitson [Sat, 16 May 2009 23:25:10 +0000 (23:25 +0000)]
Changes
lib/SQL/Abstract.pm

diff --git a/Changes b/Changes
index 5b55c5c..e1c4dff 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for SQL::Abstract
 
+revision 1.55  2009-05-17 22:54 (UTC)
+----------------------------
     - make sure that sql generation does not mutate the supplied
       where condition structure
 
index cc64945..05c2271 100644 (file)
@@ -15,7 +15,7 @@ use Scalar::Util qw/blessed/;
 # GLOBALS
 #======================================================================
 
-our $VERSION  = '1.54';
+our $VERSION  = '1.55';
 
 # This would confuse some packagers
 #$VERSION      = eval $VERSION; # numify for warning-free dev releases