Force everything to 1.99, hopefully will work
[dbsrgits/SQL-Translator.git] / bin / sqlt-diff-old
index d3f7ffc..84d55cd 100755 (executable)
@@ -96,6 +96,9 @@ use Data::Dumper;
 use SQL::Translator;
 use SQL::Translator::Schema::Constants;
 
+use vars qw( $VERSION );
+$VERSION = '1.99';
+
 my ( @input, $list, $help, $debug );
 for my $arg ( @ARGV ) {
     if ( $arg =~ m/^-?-l(ist)?$/ ) {