release 1.78
Peter Rabbitson [Wed, 28 May 2014 10:13:30 +0000 (12:13 +0200)]
Changes
lib/SQL/Abstract.pm

diff --git a/Changes b/Changes
index 03eebf7..25e79c2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for SQL::Abstract
 
+revision 1.78  2014-05-28
+----------------------------
     - Fix parsing of binary ops to correctly take up only a single LHS
       element, instead of gobbling up the entire parse-to-date
     - Explicitly handle ROW_NUMBER() OVER as the snowflake-operator it is
index 0bcc7d5..c1ccbb2 100644 (file)
@@ -10,7 +10,7 @@ use Scalar::Util ();
 # GLOBALS
 #======================================================================
 
-our $VERSION  = '1.77';
+our $VERSION  = '1.78';
 
 # This would confuse some packagers
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases