Skip to content

Commit

Permalink
* perl/Amanda/Config/FoldingHash.pm: Fix use of Tie::StdHash
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/amanda/code/amanda/trunk@7296 a8d146d6-cc15-0410-8900-af154a0219e0
  • Loading branch information
Jean-Louis Martineau committed Jul 17, 2017
1 parent e1dacaa commit 9f39006
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,3 +1,6 @@
2017-07-17 Jean-Louis Martineau <JMartineau@carbonite.com>
* perl/Amanda/Config/FoldingHash.pm: Fix use of Tie::StdHash

2017-07-17 Jean-Louis Martineau <JMartineau@carbonite.com>
* perl/Amanda/Status.pm: Fix aborted, set storage stats to
TERMINATED_*
Expand Down
3 changes: 2 additions & 1 deletion perl/Amanda/Config/FoldingHash.pm
@@ -1,6 +1,7 @@
package Amanda::Config::FoldingHash;
use Tie::Hash;
use base 'Tie::StdHash';
eval {require 'Tie::StdHash';};
our @ISA = 'Tie::StdHash';
require Amanda::Config;
require Amanda::Debug;

Expand Down

0 comments on commit 9f39006

Please sign in to comment.