> Tie/StdHash.pm is missing from Perl 5.20.1

It is there. You have unreadable paths in your @INC and perl
complains. See the above bug log for more information.

  sh> dpkg -L perl-base | grep Tie
  /usr/share/perl/5.20.2/Tie
  /usr/share/perl/5.20.2/Tie/Hash.pm

Same issue with amanda looking for "StdHash" on Jessie. There is NO "StdHash.pm" in perl-base.

After some investigation, StdHash is defined within "Hash.pm":

  sh> grep StdHash /usr/share/perl/5.20.2/Tie/Hash.pm
  # The Tie::StdHash package implements standard perl hash behaviour.
  package Tie::StdHash;

Which means that it seems to be necessary to import Tie::Hash to find it, but amanda probably only imports Tie::StdHash.

--
Fabien.


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to