Whoops - forgot to commit
Peter Rabbitson [Tue, 23 Mar 2010 21:00:18 +0000 (21:00 +0000)]
Changes
lib/SQL/Abstract.pm

diff --git a/Changes b/Changes
index 4198ed1..5e1e236 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for SQL::Abstract
 
+revision 1.62  2010-03-15 11:06 (UTC)
+----------------------------
     - Fixed open outer parens for a multi-line literal
     - Allow recursively-nested column-functions in WHERE
     - Bumped minimum perl to 5.6.2 and changed tests to
index 4ad06d9..060e601 100644 (file)
@@ -15,7 +15,7 @@ use Scalar::Util ();
 # GLOBALS
 #======================================================================
 
-our $VERSION  = '1.61_01';
+our $VERSION  = '1.62';
 
 # This would confuse some packagers
 #$VERSION      = eval $VERSION; # numify for warning-free dev releases