Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

Report information
The Basics
Id: 52348
Status: resolved
Worked: 30 min
Priority: 0/
Queue: CPANPLUS

People
Owner: BINGOS [...] cpan.org
Requestors: APOCAL [...] cpan.org
Cc:
AdminCc:

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



Subject: Setting verbose=1 results in duplicate test output
Hello, I noticed this when smoking my perls. At first I thought it was a misconfiguration on my part but it really does show up twice. Sorry for not verifying this under CPANPLUS-0.89_11 or so, as I'm ready to go to bed, ha! Tested version: CPANPLUS-0.88 To reproduce: CPAN Terminal> s conf verbose 0 Key 'verbose' was set to '0' CPAN Terminal> i Acme::Drunk --force Installing Acme::Drunk (0.03) Running [/usr/bin/perl /usr/bin/cpanp-run-perl /root/.cpanplus/5.10.0/build/Acme-Drunk-0.03/Makefile.PL]... Writing Makefile for Acme::Drunk Running [/usr/bin/make test]... PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_test.t .. ok All tests successful. Files=1, Tests=2, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.04 cusr 0.02 csys = 0.10 CPU) Result: PASS Module 'Acme::Drunk' installed successfully No errors installing all modules CPAN Terminal> s conf verbose 1 Key 'verbose' was set to '1' CPAN Terminal> i Acme::Drunk --force Installing Acme::Drunk (0.03) Running [/usr/bin/perl /usr/bin/cpanp-run-perl /root/.cpanplus/5.10.0/build/Acme-Drunk-0.03/Makefile.PL]... Writing Makefile for Acme::Drunk Running [/usr/bin/make]... Skip blib/lib/Acme/Drunk.pm (unchanged) Manifying blib/man3/Acme::Drunk.3pm Running [/usr/bin/make test]... PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_test.t .. ok All tests successful. Files=1, Tests=2, 0 wallclock secs ( 0.01 usr 0.01 sys + 0.03 cusr 0.00 csys = 0.05 CPU) Result: PASS [MSG] MAKE TEST passed: PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_test.t .. ok All tests successful. Files=1, Tests=2, 0 wallclock secs ( 0.01 usr 0.01 sys + 0.03 cusr 0.00 csys = 0.05 CPU) Result: PASS Running [/usr/bin/make install]... Appending installation info to /usr/lib/perl/5.10/perllocal.pod Module 'Acme::Drunk' installed successfully No errors installing all modules CPAN Terminal> -- ~Apocalypse
Thanks, fixed as of the following commit commit 569794aa6fba3d93b01b3963a68b653140d5ae50 Author: Chris Williams <chris@bingosnet.co.uk> Date: Wed Dec 2 13:52:18 2009 +0000 Resolve RT #52348 Duplicate test output, reported by Apocalypse git-svn-id: http://oss.dwim.org/cpanplus-devel@2743 4dccba1d-3c1b-0410-aec4-feb514a8dabc Will be available in the next development release.