X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator%2FProducer%2FStorable.pm;h=7b4c2e0d813f9585c210ad276e87ef2906a72098;hb=282bf498899061be19ec7fd7ce16bf25a562fdcf;hp=6cf84bea8eabe8831442503a8c059bab6dd237aa;hpb=ba506e52c480afe33dfec6b38a12759fad1e7fa2;p=dbsrgits%2FSQL-Translator.git diff --git a/lib/SQL/Translator/Producer/Storable.pm b/lib/SQL/Translator/Producer/Storable.pm index 6cf84be..7b4c2e0 100644 --- a/lib/SQL/Translator/Producer/Storable.pm +++ b/lib/SQL/Translator/Producer/Storable.pm @@ -41,7 +41,7 @@ takes a long time. use strict; use vars qw($DEBUG $VERSION @EXPORT_OK); $DEBUG = 0 unless defined $DEBUG; -$VERSION = '1.60'; +$VERSION = '1.59'; use Storable; use Exporter; @@ -60,8 +60,6 @@ sub produce { 1; -# ------------------------------------------------------------------- - =pod =head1 AUTHOR