Subject: | CGI-Wiki-Simple-0.07 Makefile.PL is broken |
The prerequisites are not quoted:
PREREQ_PM => { Test::More => 0,
Test::MockObject => 0,
Test::Without::Module => 0.01,
...
leading to
$ perl Makefile.PL
Test::Inline 0.15_001 is nice for testing the examples, but not necessary
Bareword "Test::More" not allowed while "strict subs" in use at Makefile.PL line 5.
Bareword "Test::MockObject" not allowed while "strict subs" in use at Makefile.PL line 5.
...
Execution of Makefile.PL aborted due to compilation errors.
This is perl, v5.8.0 built for sun4-solaris