X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FAbstract.pm;h=3e6e5cfd0a75b8897badcd202f1568cbe28520dc;hb=190bbeb7fe176719eb8cd67527d4800fa3faf6ab;hp=fcee0f9fbc7061b6385eb47021f90fd235d0ab70;hpb=5221d7fcb1a7510b21362464497864b3edef07bf;p=dbsrgits%2FSQL-Abstract.git diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index fcee0f9..3e6e5cf 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -15,7 +15,7 @@ use Scalar::Util qw/blessed/; # GLOBALS #====================================================================== -our $VERSION = '1.49_01'; +our $VERSION = '1.49_02'; $VERSION = eval $VERSION; # numify for warning-free dev releases