Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the CPAN-Reporter CPAN distribution.

Report information
The Basics
Id: 65137
Status: resolved
Priority: 0/
Queue: CPAN-Reporter

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

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



Subject: weird errors on activeperl
Sometimes I see this: Can't use an undefined value as a symbol reference at C:\Perl\site\lib\auto\Tee\ptee line 86. CPAN::Reporter: didn't capture command results for 'c:\Perl\bin\perl.exe Makefile.PL INSTALLDIRS=site' CPAN::Reporter: had errors capturing exit value and output. Tests abandonedUse of uninitialized value $ret in numeric ne (!=) at C:\Perl\lib/CPAN/Distribution.pm line 1956. Can't use an undefined value as a symbol reference at C:\Perl\site\lib\auto\Tee\ptee line 86. CPAN::Reporter: didn't capture command results for 'c:\PROGRA~2 \MICROS~2.0\VC\bin\nmake.exe' CPAN::Reporter: had errors capturing exit value and output. Tests abandoned ADAMK/File-Remove-1.42.tar.gz CPAN::Reporter -- 1.1901 CPAN -- 1.9464 Tee -- 0.13
This is caused by Tee.pm not playing well with Capture::Tiny, which was added in the last release. It will be fixed as soon as xdg pull this commit in: https://github.com/dagolden/cpan-reporter/pull/2 Meanwhile you can forcibly install CPAN::Reporter 1.83 (it'll work even though tests fail) or apply the changes in that commit locally.
Subject: Re: [rt.cpan.org #65137] weird errors on activeperl
Date: Thu, 27 Jan 2011 07:59:31 -0500
To: bug-CPAN-Reporter [...] rt.cpan.org
From: Rafael Kitover <rkitover [...] cpan.org>
On 1/27/2011 6:32 AM, Christian Walde via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=65137> > > This is caused by Tee.pm not playing well with Capture::Tiny, which was > added in the last release. It will be fixed as soon as xdg pull this > commit in: https://github.com/dagolden/cpan-reporter/pull/2 > > Meanwhile you can forcibly install CPAN::Reporter 1.83 (it'll work even > though tests fail) or apply the changes in that commit locally.
Thank you!
Fixed in the repo and will be in the next release.