[Bast-commits] r9040 - in SQL-Abstract/1.x/trunk: . lib/SQL
ribasushi at dev.catalyst.perl.org
ribasushi at dev.catalyst.perl.org
Tue Mar 23 21:00:18 GMT 2010
Author: ribasushi
Date: 2010-03-23 21:00:18 +0000 (Tue, 23 Mar 2010)
New Revision: 9040
Modified:
SQL-Abstract/1.x/trunk/Changes
SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
Log:
Whoops - forgot to commit
Modified: SQL-Abstract/1.x/trunk/Changes
===================================================================
--- SQL-Abstract/1.x/trunk/Changes 2010-03-23 05:56:12 UTC (rev 9039)
+++ SQL-Abstract/1.x/trunk/Changes 2010-03-23 21:00:18 UTC (rev 9040)
@@ -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
Modified: SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
===================================================================
--- SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm 2010-03-23 05:56:12 UTC (rev 9039)
+++ SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm 2010-03-23 21:00:18 UTC (rev 9040)
@@ -15,7 +15,7 @@
# GLOBALS
#======================================================================
-our $VERSION = '1.61_01';
+our $VERSION = '1.62';
# This would confuse some packagers
#$VERSION = eval $VERSION; # numify for warning-free dev releases
More information about the Bast-commits
mailing list