X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator%2FParser%2FStorable.pm;h=8cb46c9c10fb553dd5c0af1c2a97ebd13073b37a;hb=282bf498899061be19ec7fd7ce16bf25a562fdcf;hp=5c1462b9a9c29e15b71bae056b1bad34af22701e;hpb=782b5a43519d2713171767f74a544fe9892542ea;p=dbsrgits%2FSQL-Translator.git diff --git a/lib/SQL/Translator/Parser/Storable.pm b/lib/SQL/Translator/Parser/Storable.pm old mode 100755 new mode 100644 index 5c1462b..8cb46c9 --- a/lib/SQL/Translator/Parser/Storable.pm +++ b/lib/SQL/Translator/Parser/Storable.pm @@ -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