Subject: | Need PREREQ_PM entry for Digest::SHA1 |
Tests fail if Digest::SHA1 is not installed:
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
Tests 1..20 begining
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
not ok 18 # SKIP Crypt::PasswdMD5 required for this test
Can't locate Digest/SHA1.pm in @INC (...) at blib/lib/Apache/Htpasswd.pm
line 87.
Installing Digest::SHA1 manually fixes this.
-- Chris