Revision history for SQL::Abstract
+revision 1.62 2010-03-15 11:06 (UTC)
+----------------------------
- Fixed open outer parens for a multi-line literal
- Allow recursively-nested column-functions in WHERE
- Bumped minimum perl to 5.6.2 and changed tests to
# GLOBALS
#======================================================================
-our $VERSION = '1.61_01';
+our $VERSION = '1.62';
# This would confuse some packagers
#$VERSION = eval $VERSION; # numify for warning-free dev releases