Revision history for SQL::Abstract
+revision 1.73_01 2012-05-29
+----------------------------
- Fix parsing of ORDER BY foo + ?
- Stop filling in placeholders in `format-sql` since it does not support
passing values for them anyway
# GLOBALS
#======================================================================
-our $VERSION = '1.72';
+our $VERSION = '1.73_01';
# This would confuse some packagers
$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases