added some guff about running in compatibility mode if Storable is
authorminima <minima>
Sat, 22 Feb 2003 22:47:04 +0000 (22:47 +0000)
committerminima <minima>
Sat, 22 Feb 2003 22:47:04 +0000 (22:47 +0000)
missing

perl/DXUser.pm

index 4787ce3cdb3aa64ec89db82d53fd4ccd5f1880e9..f2abe8047e37b4cba0cc096802d02dd8f3545921 100644 (file)
@@ -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);