Subject: | minor bug report |
Date: | Tue, 03 Mar 2009 19:10:06 -0800 |
To: | bug-IO-CaptureOutput [...] rt.cpan.org |
From: | michael [...] insulin-pumpers.org |
IO-CaptureOutput-1.11
perl v5.8.4 built for sun4-solaris-64int
SunOS 5.10 Generic_137137-09 sun4u sparc sun4u
Module::Build
and
ExtUtils::CBuilder
are not included in the core perl distro and are required to build
the module. I suggest that you include them in the Makefile.PL
PREREQ_PM list
Even after installing those modules, get this error.... note that all
tests pass.
# make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/capture.t ....... ok
t/capture_exec.t .. ok
t/capture_file.t .. ok
t/errors.t ........ ok
t/noconsole.t ..... ok
t/wperl.t ......... skipped: not MSWin32
All tests successful.
Files=6, Tests=104, 5 wallclock secs ( 0.50 usr 0.13 sys + 3.35
cusr 0.66 csys = 4.64 CPU)
Result: PASS
-bash-3.00# make install
Manifying blib/man3/IO::CaptureOutput.3
/usr/bin/perl "-Iblib/arch" "-Iblib/lib" Build.PL Build
Too early to specify a build action 'Build'. Do 'Build Build'
instead.
*** Error code 2
make: Fatal error: Command failed for target `Build'
Regards,
Miker@cpan.org