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

frew at dev.catalyst.perl.org frew at dev.catalyst.perl.org
Sun May 16 15:47:01 GMT 2010


Author: frew
Date: 2010-05-16 16:47:01 +0100 (Sun, 16 May 2010)
New Revision: 9393

Modified:
   SQL-Abstract/1.x/trunk/Changes
   SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
Log:
this should have been release 1.66, but I forgot to commit it when I released :-(

Modified: SQL-Abstract/1.x/trunk/Changes
===================================================================
--- SQL-Abstract/1.x/trunk/Changes	2010-05-16 11:15:35 UTC (rev 9392)
+++ SQL-Abstract/1.x/trunk/Changes	2010-05-16 15:47:01 UTC (rev 9393)
@@ -1,5 +1,7 @@
 Revision history for SQL::Abstract
 
+revision 1.66  2010-04-27 02:44 (UTC)
+----------------------------
     - Optimized the quoting mechanism, winning nearly 10%
       speedup on repeatable sql generation
 

Modified: SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
===================================================================
--- SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm	2010-05-16 11:15:35 UTC (rev 9392)
+++ SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm	2010-05-16 15:47:01 UTC (rev 9393)
@@ -15,7 +15,7 @@
 # GLOBALS
 #======================================================================
 
-our $VERSION  = '1.65_02';
+our $VERSION  = '1.66';
 
 # This would confuse some packagers
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases




More information about the Bast-commits mailing list