Fix some legacy code to stop warning on newer perls
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / Storable.pm
old mode 100755 (executable)
new mode 100644 (file)
index 918c9d4..d50cf88
@@ -1,8 +1,6 @@
 package SQL::Translator::Parser::Storable;
 
 # -------------------------------------------------------------------
-# $Id$
-# -------------------------------------------------------------------
 # Copyright (C) 2002-2009 SQLFairy Authors
 #
 # This program is free software; you can redistribute it and/or
@@ -40,8 +38,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.59';
 
 use Storable;
 use Exporter;