On Monday 27 April 2009 23:14:52 Michael wrote:
> I'm running Fedora 11 (beta) on a Intel quad core CPU.
> Below is the output of the "perl Configure.pl --gen-parrot" command:
> Configuring Parrot ...
> /usr/bin/perl Configure.pl
> Can't locate Test/Harness.pm in @INC (@INC contains: lib
> config
> /usr/local/lib64/perl5/site_perl/5.10.0/x86_64-linux-thread-multi
> /usr/local/lib/perl5/site_perl/5.10.0
> /usr/lib64/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi
> /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl
> /usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/5.10.0
> /usr/lib/perl5/site_perl .) at lib/Parrot/Configure/Options/Test.pm line 7.
> BEGIN failed--compilation aborted at
> lib/Parrot/Configure/Options/Test.pm line 7.
> Compilation failed in require at Configure.pl line 13.
> BEGIN failed--compilation aborted at Configure.pl line
> 13.
That looks like an incomplete Perl installation. Test::Harness has been a
core Perl module for over a decade. What happens if you run:
$ perl -MTest::Harness -e '1'
$ locate Harness.pm
-- c