bumped version, added keywords
Ash Berlin [Wed, 7 Feb 2007 15:07:36 +0000 (15:07 +0000)]
r2281@metis (orig r3):  nwiger | 2006-09-28 04:09:16 +0100

lib/SQL/Abstract.pm

index 9cdae1a..224e161 100644 (file)
@@ -144,7 +144,7 @@ clause) to try and simplify things.
 use Carp;
 use strict;
 
-our $VERSION = do { my @r=(q$Revision: 1.21 $=~/\d+/g); sprintf "%d."."%02d"x$#r,@r };
+our $VERSION = '1.22';
 our $AUTOLOAD;
 
 # Fix SQL case, if so requested
@@ -1244,7 +1244,7 @@ L<DBIx::Abstract>, L<DBI|DBI>, L<CGI::FormBuilder>, L<HTML::QuickTable>
 
 =head1 VERSION
 
-$Id: Abstract.pm,v 1.21 2006/03/08 01:27:56 nwiger Exp $
+$Id$
 
 =head1 AUTHOR