Force everything to 1.99, hopefully will work
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / Storable.pm
index 918c9d4..a615a5a 100755 (executable)
@@ -1,7 +1,7 @@
 package SQL::Translator::Parser::Storable;
 
 # -------------------------------------------------------------------
-# $Id$
+# $Id: Storable.pm 1440 2009-01-17 16:31:57Z jawnsy $
 # -------------------------------------------------------------------
 # Copyright (C) 2002-2009 SQLFairy Authors
 #
@@ -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;