projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a4e2ba4
)
Bring version bump back - there is still work to be done (reoundtrip branch), I think...
Peter Rabbitson [Sun, 3 May 2009 08:34:46 +0000 (08:34 +0000)]
lib/SQL/Translator.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Translator.pm
b/lib/SQL/Translator.pm
index
e089e70
..
be369ce
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.10';
+$VERSION = '0.09004';
$DEBUG = 0 unless defined $DEBUG;
$ERROR = "";