Subject: | couldn't create /usr/local/Cache-Static/ |
"make test" fails, probably if /usr/local/Cache-Static/ does not exist and cannot be created (e.g. because the test suite was run as non-root, which a good thing IMHO):
Running make test
PERL_DL_NONLAZY=1 "/bbbike/perl-5.12.5/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
couldn't create /usr/local/Cache-Static/: Permission denied at lib/Cache/Static.pm line 659.
Compilation failed in require at t/TEST.pm line 7.
BEGIN failed--compilation aborted at t/TEST.pm line 7.
Compilation failed in require at t/dbi.t line 7.
BEGIN failed--compilation aborted at t/dbi.t line 7.
t/dbi.t ..............
Dubious, test returned 13 (wstat 3328, 0xd00)
No subtests run
...