Force everything to 1.99, hopefully will work
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / Sybase.pm
index 88f5189..84a9f2b 100644 (file)
@@ -38,7 +38,8 @@ This module will produce text output of the schema suitable for Sybase.
 =cut
 
 use strict;
-use vars qw[ $DEBUG $WARN ];
+use vars qw[ $DEBUG $WARN $VERSION ];
+$VERSION = '1.99';
 $DEBUG = 1 unless defined $DEBUG;
 
 use Data::Dumper;