Skip Menu |

This queue is for tickets about the Test-Tdd CPAN distribution.

Report information
The Basics
Id: 130261
Status: new
Priority: 0/
Queue: Test-Tdd

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 0.005
  • 0.006
  • 0.007
Fixed in: (no value)



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) ...