jaugust has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to compile CGI.pm on a Mac and I get the following error during the make test:
t/url.t .................. 1/? # Tests were run but no plan was declared and done_testing() was not seen. # Failed test 'rewrite_interactions' # at /System/Library/Perl/5.12/Test/Builder.pm line 229. # Looks like you failed 1 test of 5. t/url.t .................. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/5 subtests
Is this a fatal error? Or something I can ignore?
What can I do to get this working?
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI.pm make test fails on Mac
by tj_thompson (Monk) on Sep 27, 2011 at 17:50 UTC | |
by jaugust (Initiate) on Sep 30, 2011 at 00:22 UTC |