take out duplicate docs
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / Storable.pm
index f3e9392..8cb46c9 100644 (file)
@@ -40,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.60';
+$VERSION = '1.59';
 
 use Storable;
 use Exporter;
@@ -66,8 +66,6 @@ sub parse {
 
 1;
 
-# -------------------------------------------------------------------
-
 =pod
 
 =head1 SEE ALSO