projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c2e33ba
)
0.09000 not 0.0900 (cpan gets confused if numbers go downwards)
Jess Robinson [Mon, 3 Mar 2008 13:06:49 +0000 (13:06 +0000)]
lib/SQL/Translator.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Translator.pm
b/lib/SQL/Translator.pm
index
4662157
..
916cd59
100644
(file)
--- a/
lib/SQL/Translator.pm
+++ b/
lib/SQL/Translator.pm
@@
-26,7
+26,7
@@
use base 'Class::Base';
require 5.004;
-$VERSION = '0.0900';
+$VERSION = '0.09000';
$REVISION = sprintf "%d.%02d", q$Revision: 1.73 $ =~ /(\d+)\.(\d+)/;
$DEBUG = 0 unless defined $DEBUG;
$ERROR = "";