Subject: | Can't locate Modern/Perl.pm |
The test suite fails if Modern::Perl is not installed:
...
PERL_DL_NONLAZY=1 "/usr/local/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Can't locate Modern/Perl.pm in @INC (you may need to install the Modern::Perl module) (@INC contains: ... .) at ./script/moku-pona line 76.
BEGIN failed--compilation aborted at ./script/moku-pona line 76.
Compilation failed in require at t/add.t line 18.
t/add.t ..........
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
... (etc, more errors follow) ...