projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
771479d
)
Upped version to 0.10.
Ken Youens-Clark [Tue, 14 Apr 2009 21:17:09 +0000 (21:17 +0000)]
lib/SQL/Translator.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Translator.pm
b/lib/SQL/Translator.pm
index
be369ce
..
e089e70
100644
(file)
--- a/
lib/SQL/Translator.pm
+++ b/
lib/SQL/Translator.pm
@@
-24,7
+24,7
@@
use base 'Class::Base';
require 5.004;
-$VERSION = '0.09004';
+$VERSION = '0.10';
$DEBUG = 0 unless defined $DEBUG;
$ERROR = "";