this should have been release 1.66, but I forgot to commit it when I released :-(
Arthur Axel "fREW" Schmidt [Sun, 16 May 2010 15:47:01 +0000 (15:47 +0000)]
Changes
lib/SQL/Abstract.pm

diff --git a/Changes b/Changes
index bf52db2..82dff07 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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
 
index 207a7c7..44f553f 100644 (file)
@@ -15,7 +15,7 @@ use Scalar::Util ();
 # 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