From: Ash Berlin Date: Wed, 7 Feb 2007 15:08:00 +0000 (+0000) Subject: keyword cleanup X-Git-Tag: v1.70~291 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=69f2a24920a94a23bb42b3b54f97d2e1e6d0decf;p=dbsrgits%2FSQL-Abstract.git keyword cleanup r2282@metis (orig r4): nwiger | 2006-09-28 04:09:57 +0100 --- 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