Wed Dec 18 11:47:23 2013: Request 91499 was acted upon. Transaction: Ticket created by SHCOREY Queue: Wx Subject: Circular Dependency in Wx tests Broken in: (no value) Severity: Critical Owner: MDOOTSON Requestors: shco...@cpan.org Status: new Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=91499 >
The test 01_load.t requires Wx::Media to be loaded, which can't before Wx. PERL_DL_NONLAZY=1 /home/shawn/perl5/_perlbrew/perls/perl-5.18.1/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_load.t ........... 1/6 Can't locate Wx/Media.pm in @INC (you may need to install the Wx::Media module) (@INC contains: /home/shawn/.cpan/build/Wx-0.9922-KBWNRz/blib/lib /home/shawn/.cpan/build/Wx-0.9922-KBWNRz/blib/arch /home/shawn/perl5/lib /home/shawn/perl5/lib /home/shawn/perl5/_perlbrew/perls/perl-5.18.1/lib/site_perl/5.18.1/x86_64-linux-gnu-thread-multi /home/shawn/perl5/_perlbrew/perls/perl-5.18.1/lib/site_perl/5.18.1 /home/shawn/perl5/_perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-linux-gnu-thread-multi /home/shawn/perl5/_perlbrew/perls/perl-5.18.1/lib/5.18.1 .) at (eval 20) line 1. BEGIN failed--compilation aborted at (eval 20) line 1. BEGIN failed--compilation aborted at t/01_load.t line 14. # Looks like you planned 6 tests but ran 1. # Looks like your test exited with 2 just after 1. t/01_load.t ........... Dubious, test returned 2 (wstat 512, 0x200) Failed 5/6 subtests