Revision history for SQL::Abstract
+revision 1.80 2014-10-05
+----------------------------
- Fix erroneous behavior of is_literal_value($) wrt { -ident => ... }
- Explicitly croak on top-level special ops (they didn't work anyway)
# GLOBALS
#======================================================================
-our $VERSION = '1.79';
+our $VERSION = '1.80';
# This would confuse some packagers
$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases