X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator%2FParser%2FStorable.pm;h=d50cf88ec5790648d5e156719cd87eff28d1ea73;hb=2c098ea52043fbe391283b71c1f4a74e65a29ed0;hp=cbd4baf2378979914774dc4d51a30c01c7623ff5;hpb=df32118cf117e55896a1af4fb62a1031402b4d7a;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 cbd4baf..d50cf88 --- a/lib/SQL/Translator/Parser/Storable.pm +++ b/lib/SQL/Translator/Parser/Storable.pm @@ -1,9 +1,7 @@ package SQL::Translator::Parser::Storable; # ------------------------------------------------------------------- -# $Id: Storable.pm,v 1.4 2003-10-15 16:52:04 kycl4rk Exp $ -# ------------------------------------------------------------------- -# Copyright (C) 2003 Paul Harrington . +# Copyright (C) 2002-2009 SQLFairy Authors # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -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 = sprintf "%d.%02d", q$Revision: 1.4 $ =~ /(\d+)\.(\d+)/; +$VERSION = '1.59'; use Storable; use Exporter;