Comrade Burnout wrote:
I'm not sure this is the right place to ask, but I'm at the end of my
rope here.
I've been working with the ExtUtils::ModuleMaker author with some
beta-testing of new releases.
(part of `uname -a`)
FreeBSD 5.2.1-RELEASE
( relevant perl -v )
This is perl, v5.6.1 built for i386-freebsd
I've just run the basics ...
perl Makefile.pl
make
make test VERBOSE=>1
Did you include 'make' between 'perl Makefile.PL' and 'make test'?
(Side issue: IIRC, the proper way to use the VERBOSE option is:
make test VERBOSE=1
... but I'm not sure that would make a difference to your main problem.)
jimk