From ae02a87834832860eb88eff1ee6dd40f3d814443 Mon Sep 17 00:00:00 2001 From: minima Date: Sat, 22 Feb 2003 22:47:04 +0000 Subject: [PATCH] added some guff about running in compatibility mode if Storable is missing --- perl/DXUser.pm | 3 +++ 1 file changed, 3 insertions(+) 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); -- 2.34.1