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
# 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