projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
044e8ff
)
Bumped version number to 1.49_03.
Norbert Buchmuller [Tue, 17 Feb 2009 19:58:31 +0000 (19:58 +0000)]
lib/SQL/Abstract.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Abstract.pm
b/lib/SQL/Abstract.pm
index
89eb37d
..
a3a4b0a
100644
(file)
--- a/
lib/SQL/Abstract.pm
+++ b/
lib/SQL/Abstract.pm
@@
-15,7
+15,7
@@
use Scalar::Util qw/blessed/;
# GLOBALS
#======================================================================
-our $VERSION = '1.49_02';
+our $VERSION = '1.49_03';
$VERSION = eval $VERSION; # numify for warning-free dev releases