Skip Menu |

This queue is for tickets about the Catalyst-Devel CPAN distribution.

Report information
The Basics
Id: 65907
Status: resolved
Priority: 0/
Queue: Catalyst-Devel

People
Owner: bobtfish [...] bobtfish.net
Requestors: jquelin [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: missing build require: Test::Exception
$ /usr/bin/perl Makefile.PL INSTALLDIRS=vendor Name "main::NULL" used only once: possible typo at Makefile.PL line 53. Cannot determine perl version info from lib/Catalyst/Devel.pm *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Test::More ...loaded. (0.94 >= 0.94) - ExtUtils::MakeMaker ...loaded. (6.56 >= 6.11) - Moose ...loaded. (1.23) - MooseX::Emulate::Class::Accessor::Fast ...loaded. (0.00903) - File::ShareDir ...loaded. (1.03) - namespace::clean ...loaded. (0.20) - namespace::autoclean ...loaded. (0.12) - Catalyst ...loaded. (5.80030 >= 5.80015) - Catalyst::Action::RenderView ...loaded. (0.16 >= 0.10) - Catalyst::Plugin::Static::Simple ...loaded. (0.29 >= 0.28) - Catalyst::Plugin::ConfigLoader ...loaded. (0.30 >= 0.30) - Config::General ...loaded. (2.50 >= 2.42) - File::ChangeNotify ...loaded. (0.19 >= 0.07) - File::Copy::Recursive ...loaded. (0.38) - Path::Class ...loaded. (0.23 >= 0.09) - Template ...loaded. (2.22 >= 2.14) - Module::Install ...loaded. (0.99 >= 0.91) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for Catalyst::Devel $ /usr/bin/make test PERL_DL_NONLAZY=1 /usr/bin/perl5.12.3 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/01use.t t/back_compat.t t/generated_app.t t/get_sharedir_file.t t/optional_http-server-restart.t t/render_file_contents.t t/render_share_dir_file.t t/01use.t ......................... ok t/back_compat.t ................... ok t/generated_app.t ................. skipped: These tests require IPC::Run3 Can't locate Test/Exception.pm in @INC (@INC contains: /home/iurt/rpm/BUILD/Catalyst-Devel-1.31/inc /home/iurt/rpm/BUILD/Catalyst-Devel-1.31/blib/lib /home/iurt/rpm/BUILD/Catalyst-Devel-1.31/blib/arch /usr/lib/perl5/site_perl/5.12.3/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.12.3 /usr/lib/perl5/vendor_perl/5.12.3/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.12.3 /usr/lib/perl5/5.12.3/x86_64-linux-thread-multi /usr/lib/perl5/5.12.3 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.12.2 /usr/lib/perl5/vendor_perl/5.12.2/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl .) at t/get_sharedir_file.t line 5. BEGIN failed--compilation aborted at t/get_sharedir_file.t line 5. t/get_sharedir_file.t ............. Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/optional_http-server-restart.t .. skipped: set TEST_HTTP to enable this test t/render_file_contents.t .......... ok t/render_share_dir_file.t ......... ok Test Summary Report ------------------- t/get_sharedir_file.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=7, Tests=11, 2 wallclock secs ( 0.05 usr 0.00 sys + 1.77 cusr 0.18 csys = 2.00 CPU) Result: FAIL Failed 1/7 test programs. 0/11 subtests failed. make: *** [test_dynamic] Error 255
Fixed in bc750d3b2, and version 1.32. Thanks for the bug report.