Revision history for SQL::Abstract
+revision 1.69 2010-10-22
+----------------------------
- Fix a silly bug which broke placeholder fill-in in DBIC
- Installs format-sql to format SQL passed in over STDIN
- Switch the tokenizer to precompiled regexes (massive speedup)
# GLOBALS
#======================================================================
-our $VERSION = '1.68';
+our $VERSION = '1.69';
# This would confuse some packagers
$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases