Shirt Pocket Discussions

Shirt Pocket Discussions (https://www.shirt-pocket.com/forums/index.php)
-   General (https://www.shirt-pocket.com/forums/forumdisplay.php?f=6)
-   -   AnyDBM.pm error upon restoring image (https://www.shirt-pocket.com/forums/showthread.php?t=3605)

PartagasIV 02-11-2008 11:00 PM

AnyDBM.pm error upon restoring image
 
Image restored perfectly;
on reboot of system every time (tried 3x) get the following:

Quote:

package Memoize::AnyDBM_File;

=head1 NAME

Memoize::AnyDBM_File - glue to provide EXISTS for AnyDBM_File for Storable use

=head1 DESCRIPTION

See L<Memoize>.

=cut

use vars qw(@ISA $VERSION);
$VERSION = 0.65;
@ISA = qw(DB_File GDBM_File Memoize::NDBM_File Memoize::SDBM_File ODBM_File) unless @ISA;

my $verbose = 1;

my $mod;
for $mod (@ISA) {
# (my $truemod = $mod) =~ s/^Memoize:://;
# my $file = "$mod.pm";
# $file =~ s{::}{/}g;
if (eval "require $mod") {
print STDERR "AnyDBM_File => Selected $mod.\n" if $Verbose;
@ISA = ($mod); # if we leave @ISA alone, warnings abound
return 1;
}
}

die "No DBM package was successfully found or installed";
Any ideas? I have no idea what this means.:confused:

dnanian 02-12-2008 09:51 AM

Sorry, no idea. Do you get an error?


All times are GMT -4. The time now is 11:38 PM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.