X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXUser.pm;h=f2abe8047e37b4cba0cc096802d02dd8f3545921;hb=ae02a87834832860eb88eff1ee6dd40f3d814443;hp=4787ce3cdb3aa64ec89db82d53fd4ccd5f1880e9;hpb=c5e0ccf32bf5bc5689db60b907c24dcdd89c8eb5;p=spider.git 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);