[Bast-commits] r8949 - in SQL-Abstract/1.x/trunk: . lib/SQL

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Tue Mar 9 12:33:24 GMT 2010


Author: ribasushi
Date: 2010-03-09 12:33:24 +0000 (Tue, 09 Mar 2010)
New Revision: 8949

Modified:
   SQL-Abstract/1.x/trunk/Changes
   SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
Log:
Bump trunk version

Modified: SQL-Abstract/1.x/trunk/Changes
===================================================================
--- SQL-Abstract/1.x/trunk/Changes	2010-03-09 12:09:53 UTC (rev 8948)
+++ SQL-Abstract/1.x/trunk/Changes	2010-03-09 12:33:24 UTC (rev 8949)
@@ -1,7 +1,7 @@
 Revision history for SQL::Abstract
 
     - Fixed open outer parens for a multi-line literal
-    - Allow nested column-functions in WHERE
+    - Allow recursively-nested column-functions in WHERE
 
 revision 1.61  2010-02-05 16:28 (UTC)
 ----------------------------

Modified: SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
===================================================================
--- SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm	2010-03-09 12:09:53 UTC (rev 8948)
+++ SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm	2010-03-09 12:33:24 UTC (rev 8949)
@@ -15,7 +15,7 @@
 # GLOBALS
 #======================================================================
 
-our $VERSION  = '1.61';
+our $VERSION  = '1.61_01';
 
 # This would confuse some packagers
 #$VERSION      = eval $VERSION; # numify for warning-free dev releases




More information about the Bast-commits mailing list