From: Ash Berlin Date: Wed, 7 Feb 2007 15:07:36 +0000 (+0000) Subject: bumped version, added keywords X-Git-Tag: v1.70~292 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c1909b9fee3364c2c8af66d25e933f367e924f17;p=dbsrgits%2FSQL-Abstract.git bumped version, added keywords r2281@metis (orig r3): nwiger | 2006-09-28 04:09:16 +0100 --- diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 9cdae1a..224e161 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -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, L, L, L =head1 VERSION -$Id: Abstract.pm,v 1.21 2006/03/08 01:27:56 nwiger Exp $ +$Id$ =head1 AUTHOR