From: minima Date: Sat, 22 Feb 2003 22:47:04 +0000 (+0000) Subject: added some guff about running in compatibility mode if Storable is X-Git-Tag: PRE-1-52~60 X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=ae02a87834832860eb88eff1ee6dd40f3d814443 added some guff about running in compatibility mode if Storable is missing --- diff --git a/perl/DXUser.pm b/perl/DXUser.pm index 4787ce3c..f2abe804 100644 --- a/perl/DXUser.pm +++ b/perl/DXUser.pm @@ -130,6 +130,9 @@ sub init if ($@) { $ufn = "$fn.v2"; $v3 = $convert = 0; + dbg("the module Storable appears to be missing!!"); + dbg("trying to continue in compatibility mode (this may fail)"); + dbg("please install Storable from CPAN as soon as possible"); } else { import Storable qw(nfreeze thaw);