projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b6475fb
)
numify version
Laurent Dami [Thu, 6 Nov 2008 01:26:37 +0000 (
01:26
+0000)]
lib/SQL/Abstract.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Abstract.pm
b/lib/SQL/Abstract.pm
index
90cf77d
..
f7c93f1
100644
(file)
--- a/
lib/SQL/Abstract.pm
+++ b/
lib/SQL/Abstract.pm
@@
-15,6
+15,8
@@
use List::Util qw/first/;
#======================================================================
our $VERSION = '1.49_01';
+$VERSION = eval $VERSION; # numify for warning-free dev releases
+
our $AUTOLOAD;