Skip Menu |

This queue is for tickets about the Module-Refresh CPAN distribution.

Report information
The Basics
Id: 67427
Status: resolved
Priority: 0/
Queue: Module-Refresh

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

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



Subject: missing buildrequires: path::class
from Module-Refresh-0.14/t/clear_symtable.t line 9: use Path::Class; yet it's not listed as build prereq.
Sending the previous mail has failed. Please contact your admin, they can find more details in the logs.
Sending the previous mail has failed. Please contact your admin, they can find more details in the logs.
From: paul [...] city-fan.org
On Wed Apr 13 04:57:08 2011, JQUELIN wrote: Show quoted text
> from Module-Refresh-0.14/t/clear_symtable.t line 9: > use Path::Class; > > yet it's not listed as build prereq.
Similarly, that test uses the newdir method of File::Temp, so it requires File::Temp 0.19 or later.
From: paul [...] city-fan.org
On Wed Apr 13 05:59:08 2011, paul@city-fan.org wrote: Show quoted text
> On Wed Apr 13 04:57:08 2011, JQUELIN wrote:
> > from Module-Refresh-0.14/t/clear_symtable.t line 9: > > use Path::Class; > > > > yet it's not listed as build prereq.
> > Similarly, that test uses the newdir method of File::Temp, so it > requires File::Temp 0.19 or later.
And the use of done_testing requires Test::More 0.88 or later too.
Sending the previous mail has failed. Please contact your admin, they can find more details in the logs.
Sending the previous mail has failed. Please contact your admin, they can find more details in the logs.
Subject: Re: [rt.cpan.org #67427] missing buildrequires: path::class
Date: Fri, 15 Apr 2011 01:00:30 -0400
To: "paul [...] city-fan.org via RT" <bug-Module-Refresh [...] rt.cpan.org>
From: Jesse Vincent <jesse [...] fsck.com>
Thanks. fixed in 0.15 On Wed, Apr 13, 2011 at 05:59:10AM -0400, paul@city-fan.org via RT wrote: Show quoted text
> Queue: Module-Refresh > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=67427 > > > On Wed Apr 13 04:57:08 2011, JQUELIN wrote:
> > from Module-Refresh-0.14/t/clear_symtable.t line 9: > > use Path::Class; > > > > yet it's not listed as build prereq.
> > Similarly, that test uses the newdir method of File::Temp, so it > requires File::Temp 0.19 or later.
--
Meta.yml didn't update with the change.