Skip Menu |

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

Report information
The Basics
Id: 65543
Status: resolved
Priority: 0/
Queue: CPAN-Changes

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

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



Subject: META.yml does not specify minimum level of Test::More
Test::CPAN::Changes using the done_testing subroutine. This subroutine is not available in the version of Test::More shipped with Perl 5.10 and earlier so tests fail. Perhaps you could modify META.yml to specify a minimum version or alternatively use only features compatible with earlier and still supported releases of the perl interpreter?
As far as I can tell, the Test::CPAN::Module itself does not use done_testing(). I have, however, fixed up the test suite to not use done_testing(). See commit 3f6b571c94b634f697db4a1710ba929760ac6df6 [1] on github. Please re-open this ticket should you feel this does not satisfy the issue. Cheers, -Brian [1] https://github.com/bricas/cpan-changes/commit/3f6b571c94b634f697db4a1710ba929760ac6df6
Subject: Re: [rt.cpan.org #65543] META.yml does not specify minimum level of Test::More
Date: Tue, 8 Feb 2011 08:32:45 +0200
To: bug-CPAN-Changes [...] rt.cpan.org
From: Elizabeth Frank-Backman <egfrankbackman [...] gmail.com>
Indeed the problem I was seeing when I downloaded your package via CPAN was in the .t files, not the main modules. I should have been clearer. It never got past the testing stage because the .t files couldn't run. Have you posted the revised tarball to CPAN? As of 6:30AM GMT I'm still getting 0.01 when I download via CPAN and the public site is still showing that version as well and no new additions. On Tue, Feb 8, 2011 at 3:35 AM, Brian Cassidy via RT < bug-CPAN-Changes@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=65543 > > > As far as I can tell, the Test::CPAN::Module itself does not use > done_testing(). I have, however, fixed up the test suite to not use > done_testing(). > > See commit 3f6b571c94b634f697db4a1710ba929760ac6df6 [1] on github. > > Please re-open this ticket should you feel this does not satisfy the issue. > > Cheers, > > -Brian > > [1] > > https://github.com/bricas/cpan-changes/commit/3f6b571c94b634f697db4a1710ba929760ac6df6 >
Version 0.02 sent to CPAN. It should hit a mirror near you shortly.