Reduce $Id to its normal form
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / YAML.pm
index 74a7539..aafb0a8 100644 (file)
@@ -40,6 +40,8 @@ takes a long time.
 =cut
 
 use strict;
+use vars qw($VERSION);
+$VERSION = '1.99';
 
 use YAML qw(Dump);