take out duplicate docs
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / Storable.pm
old mode 100755 (executable)
new mode 100644 (file)
index 5c1462b..8cb46c9
@@ -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
@@ -42,7 +40,7 @@ the data into a database tables or graphs.
 use strict;
 use vars qw($DEBUG $VERSION @EXPORT_OK);
 $DEBUG = 0 unless defined $DEBUG;
-$VERSION = '1.99';
+$VERSION = '1.59';
 
 use Storable;
 use Exporter;
@@ -68,8 +66,6 @@ sub parse {
 
 1;
 
-# -------------------------------------------------------------------
-
 =pod
 
 =head1 SEE ALSO