On Tue, 18 Oct 2011 12:00:12 , [email protected] wrote: > Send netsurf-dev mailing list submissions to > [email protected] > > > Hello, > > when I use atari to compile netsurf I also use Perl 5.6.0. > I remember I had to uncomment one "use script" within the script. > > To install the needed Perl modules, I downloaded the following files: > > Digest-Perl-MD5-1.8.tar.gz > File-Temp-0.22.tar.gz > Test-Harness-3.23.tar.gz > Test-Simple.tar.gz > > Links: > http://search.cpan.org/~andya/Test-Harness-3.23/lib/Test/Harness.pm > http://search.cpan.org/~delta/Digest-Perl-MD5-1.8/lib/Digest/Perl/MD5.pm > http://search.cpan.org/~tjenness/File-Temp-0.22/Temp.pm > http://search.cpan.org/~mschwern/Test-Simple-0.98/lib/Test/Simple.pm > > Once I extracted them to a folder i ran the Makefile(.PL?). All of the > modules should contain instructions on how to install them. Some module > require the other, so installation sequence does matter. > > After that, the build process should create the testament.h, rember to > uncomment the "use strict;" within the .pl script. > > Personally, I don't like the need of perl during the build, at least > for development. (Because of the above errors that you get) - Ideally > one would have an switch to turn that off ;) > > Greets, > m
Thanks for that. I get problems with Test-Harness bash-2.05a# make cp bin/prove blib/script/prove /usr/bin/perl -I/usr/lib/perl5/5.6.0/m68k-atari-mint -I/usr/lib/perl5/5.6.0 -MExtUtils::MakeMaker -e "MY->fixin(shift)" blib/script/prove Manifying blib/man3/TAP::Parser::Result::Version.3 Can't locate object method "cmd_head3" via package "Pod::Man" at /usr/lib/perl5/5.6.0/Pod/Man.pm line 463, <GEN0> line 52. Couldn't install blib/man3/TAP::Parser::Result::Version.3 Manifying blib/man3/TAP::Parser::Iterator::Stream.3 Can't locate object method "cmd_head3" via package "Pod::Man" at /usr/lib/perl5/5.6.0/Pod/Man.pm line 463, <GEN0> line 40. Couldn't install blib/man3/TAP::Parser::Iterator::Stream.3 Manifying blib/man3/TAP::Parser::Utils.3 Can't locate object method "cmd_head3" via package "Pod::Man" at /usr/lib/perl5/5.6.0/Pod/Man.pm line 463, <GEN0> line 34. Couldn't install blib/man3/TAP::Parser::Utils.3 Manifying blib/man1/prove.1 etc. Regards, Peter
