nforro / rpms / amanda

Forked from rpms/amanda 3 years ago
Clone
390416d
diff --git a/perl/Amanda/Config/FoldingHash.pm b/perl/Amanda/Config/FoldingHash.pm
390416d
index 49c278d..db11e81 100644
390416d
--- a/perl/Amanda/Config/FoldingHash.pm
390416d
+++ b/perl/Amanda/Config/FoldingHash.pm
222578a
@@ -1,6 +1,7 @@
222578a
 package Amanda::Config::FoldingHash;
222578a
 use Tie::Hash;
222578a
-use base 'Tie::StdHash';
222578a
+eval {require 'Tie::StdHash';};
222578a
+our @ISA = 'Tie::StdHash';
390416d
 require Amanda::Config;
390416d
 require Amanda::Debug;
222578a