Subject: | Undeclared dependency Moose |
The test suite fails if Moose 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/Test/Tdd/*.t
Can't locate Moose.pm in @INC (you may need to install the Moose module) (@INC contains: ./lib ./example/lib ... .) at example/lib/Module/ImmutableMooseClass.pm line 5.
BEGIN failed--compilation aborted at example/lib/Module/ImmutableMooseClass.pm line 5.
Compilation failed in require at t/Test/Tdd/Generator.t line 10.
... (etc) ...