X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator%2FParser%2FStorable.pm;h=d50cf88ec5790648d5e156719cd87eff28d1ea73;hb=11ad2df91bcc0674faa8fb5b6bab52c9e4a73762;hp=f3e9392f6ce861da2ee3e9aad71d23e69dba098e;hpb=35349e0f5e369db6db13b6eb3d80879e7e2a6536;p=dbsrgits%2FSQL-Translator.git diff --git a/lib/SQL/Translator/Parser/Storable.pm b/lib/SQL/Translator/Parser/Storable.pm index f3e9392..d50cf88 100644 --- a/lib/SQL/Translator/Parser/Storable.pm +++ b/lib/SQL/Translator/Parser/Storable.pm @@ -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;