X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Abstract.git;a=blobdiff_plain;f=lib%2FSQL%2FAbstract.pm;h=3940881780655186d44386811ff3e5205b8fa939;hp=c877a4d69edc4e0654544233031a85639a3065b3;hb=3cb8f017c8746fa9c688540f3e8bda09363bda09;hpb=b5f4fb92d3d92220b4994bd6c2aa8c429388204e diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index c877a4d..3940881 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -15,7 +15,7 @@ use Scalar::Util (); # GLOBALS #====================================================================== -our $VERSION = '1.73'; +our $VERSION = '1.74'; # This would confuse some packagers $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases