Downgrade global version - highest version in 9002 on cpan is 1.58 - thus go with...
[dbsrgits/SQL-Translator.git] / bin / sqlt
index 28c0809..7999c09 100755 (executable)
--- a/bin/sqlt
+++ b/bin/sqlt
@@ -152,7 +152,7 @@ use Pod::Usage;
 use SQL::Translator;
 
 use vars qw( $VERSION );
-$VERSION = '1.99';
+$VERSION = '1.59';
 
 my $from;             # the original database
 my $to;               # the destination database