Skip Menu |

This queue is for tickets about the App-perlbrew CPAN distribution.

Report information
The Basics
Id: 62079
Status: resolved
Priority: 0/
Queue: App-perlbrew

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

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



Subject: Increase required version of Test::More
Hi! Installing App::perlbrew does not succeed on my system. I get this error message: cpan[10]> install App::perlbrew Running install for module 'App::perlbrew' Running make for G/GU/GUGOD/App-perlbrew-0.10.tar.gz Has already been unwrapped into directory /root/.cpan/build/App- perlbrew-0.10-0dr4c7 Has already been made Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/00.load.......ok t/01.options....Can't locate object method "note" via package "explain" (perhaps you forgot to load "explain"?) at t/01.options.t line 9. explain comes from Test::More which is version 0.72 on my maschine. I upgraded to 0.96 and it works. I suggest changing the required version in Makefile.PL
Hi, the solution is different, because it is desired to let App::perlbrew installable on older perl too. It is pushed to github.