Force everything to 1.99, hopefully will work
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / YAML.pm
index 9ffd9a5..5b30911 100644 (file)
@@ -40,6 +40,8 @@ takes a long time.
 =cut
 
 use strict;
+use vars qw($VERSION);
+$VERSION = '1.99';
 
 use YAML qw(Dump);