X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FAbstract.pm;h=58902e7ff0744c884e302da8d30d46d72ff563c4;hb=22f1a437a34ab5a82ef70a49e8d4243d60713b38;hp=55acc783a692cc2b682fac00042e6b6e2a7bc482;hpb=e9c9f6ee127e383a5ed2ad8bb4d8528f86218c63;p=dbsrgits%2FSQL-Abstract.git diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 55acc78..58902e7 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -15,9 +15,10 @@ use Scalar::Util qw/blessed/; # GLOBALS #====================================================================== -our $VERSION = '1.49_05'; -$VERSION = eval $VERSION; # numify for warning-free dev releases +our $VERSION = '1.50'; +# This would confuse some packagers +#$VERSION = eval $VERSION; # numify for warning-free dev releases our $AUTOLOAD;