Downgrade global version - highest version in 9002 on cpan is 1.58 - thus go with...
[dbsrgits/SQL-Translator.git] / bin / sqlt
index 6c52319..7999c09 100755 (executable)
--- a/bin/sqlt
+++ b/bin/sqlt
@@ -2,8 +2,6 @@
 # vim: set ft=perl:
 
 # -------------------------------------------------------------------
-# $Id: sqlt 1440 2009-01-17 16:31:57Z jawnsy $
-# -------------------------------------------------------------------
 # Copyright (C) 2002-2009 SQLFairy Authors
 #
 # This program is free software; you can redistribute it and/or
@@ -153,6 +151,9 @@ use Getopt::Long;
 use Pod::Usage;
 use SQL::Translator;
 
+use vars qw( $VERSION );
+$VERSION = '1.59';
+
 my $from;             # the original database
 my $to;               # the destination database
 my $help;             # show POD and bail