projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c1909b9
)
keyword cleanup
Ash Berlin [Wed, 7 Feb 2007 15:08:00 +0000 (15:08 +0000)]
r2282@metis (orig r4): nwiger | 2006-09-28 04:09:57 +0100
lib/SQL/Abstract.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Abstract.pm
b/lib/SQL/Abstract.pm
index
224e161
..
6b20d6d
100644
(file)
--- 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