X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FAbstract.pm;h=6b20d6dde77a733dd023b77ce6a7538dbc020369;hb=69f2a24920a94a23bb42b3b54f97d2e1e6d0decf;hp=224e1619ae86de239fbd3a5eb424c966ea270914;hpb=c1909b9fee3364c2c8af66d25e933f367e924f17;p=dbsrgits%2FSQL-Abstract.git diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 224e161..6b20d6d 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -144,7 +144,8 @@ clause) to try and simplify things. use Carp; use strict; -our $VERSION = '1.22'; +our $VERSION = '1.22'; +our $REVISION = '$Id$'; our $AUTOLOAD; # Fix SQL case, if so requested @@ -1244,7 +1245,7 @@ L, L, L, L =head1 VERSION -$Id$ +1.22 =head1 AUTHOR