release 1.74 v1.74
Peter Rabbitson [Tue, 4 Jun 2013 21:06:24 +0000 (23:06 +0200)]
Changes
lib/SQL/Abstract.pm

diff --git a/Changes b/Changes
index c178f5b..a9d3acc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for SQL::Abstract
 
+revision 1.74  2013-06-04
+----------------------------
     - Fix insufficient parenthesis unroll during operator comparison
     - 'ORDER BY foo' and 'ORDER BY foo ASC' are now considered equal
       by default (with a switch to reenable old behavior when necessary)
index c877a4d..3940881 100644 (file)
@@ -15,7 +15,7 @@ use Scalar::Util ();
 # GLOBALS
 #======================================================================
 
-our $VERSION  = '1.73';
+our $VERSION  = '1.74';
 
 # This would confuse some packagers
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases