Force everything to 1.99, hopefully will work
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / Storable.pm
index 29a300e..a615a5a 100755 (executable)
@@ -40,8 +40,9 @@ the data into a database tables or graphs.
 =cut
 
 use strict;
-use vars qw($DEBUG @EXPORT_OK);
+use vars qw($DEBUG $VERSION @EXPORT_OK);
 $DEBUG = 0 unless defined $DEBUG;
+$VERSION = '1.99';
 
 use Storable;
 use Exporter;