From: Ash Berlin <ash_github@firemirror.com>
Date: Wed, 7 Feb 2007 15:08:00 +0000 (+0000)
Subject: keyword cleanup
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=69f2a24920a94a23bb42b3b54f97d2e1e6d0decf;p=scpubgit%2FQ-Branch.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<DBIx::Abstract>, L<DBI|DBI>, L<CGI::FormBuilder>, L<HTML::QuickTable>
 
 =head1 VERSION
 
-$Id$
+1.22
 
 =head1 AUTHOR