X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FAbstract.pm;h=f4d4c0bd597eca78f869ea5b4b6ee96a0639166a;hb=refs%2Ftags%2Fv1.82;hp=e03d3411de8319dbd61c3fbc14a6feebe357a2b4;hpb=bd805d8577ae84ee761522c88ff0f5ddeb42619b;p=dbsrgits%2FSQL-Abstract.git diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index e03d341..f4d4c0b 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -27,7 +27,7 @@ BEGIN { # GLOBALS #====================================================================== -our $VERSION = '1.81_01'; +our $VERSION = '1.82'; # This would confuse some packagers $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases