Subject: | Test::Class |
Re: Test::Class-0.11
Perl - 5.8.8
OS - NetBSD 3.0 i386
When running
%perl -MCPAN -e 'install Bundle::Bricolage'
the installation of Test::Class-0.11 fails. The issue is solved by
going into .cpan/build/Test-Class-0.11 and running
%perl Build.pl
%./Build
%./perl Makefile.pl
%make
%make install
It appears that the install script fails to run the first one or two
commands in this list.