X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FAbstract.pm;h=e9c06f732fd2ba29722f86e8adc37fc8cfa9a0ce;hb=refs%2Ftags%2Fv1.80;hp=01b241fd1a6767d8c7f4d28b677e6c5851a0dbdd;hpb=13da332c1b3c4d797d602a502f9c2a75fd560794;p=dbsrgits%2FSQL-Abstract.git diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 01b241f..e9c06f7 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -27,7 +27,7 @@ BEGIN { # 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