Subject: | Undeclared dependency Env |
The test suite fails if Env.pm is not installed. Env.pm may be missing in some stripped perl installations (e.g. system perl in CentOS7), so probably it's better to declare it as a prereq.
Test log starts with:
...
Can't locate Env.pm in @INC (@INC contains: ... .) at /home/cpansand/.cpan/build/2018120213/Class-MethodMaker-2.24-lKdIgW/t/test.pm line 135.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2018120213/Class-MethodMaker-2.24-lKdIgW/t/test.pm line 135.
Compilation failed in require at t/array.t line 22.
BEGIN failed--compilation aborted at t/array.t line 22.
t/array.t ..............
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
...