RT for rt.cpan.org
Skip Menu
|
Bug #93447 for Test-Warnings: Test suite fails if $ENV{FOO} or $ENV{BAR} are set to a true value.
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
Test-Warnings CPAN distribution
.
Report information
The Basics
Id:
93447
Status:
resolved
Priority:
0/
Queue:
Test-Warnings
People
Owner:
ether [...] cpan.org
Requestors:
perl [...] toby.ink
Cc:
AdminCc:
Bug Information
Severity:
Normal
Broken in:
(no value)
Fixed in:
0.014
History
Show all quoted text
Sat Mar 01 04:23:42 2014
perl [...] toby.ink - Ticket created
Subject:
Test suite fails if $ENV{FOO} or $ENV{BAR} are set to a true value.
Test script 't/08-use-if.t' fails. It should probably include the following near the top: BEGIN { $ENV{FOO} = $ENV{BAR} = 0 };
Sat Mar 01 17:09:55 2014
ether [...] cpan.org - Correspondence added
On 2014-03-01 01:23:42, TOBYINK wrote:
Show quoted text
> Test script 't/08-use-if.t' fails. > > It should probably include the following near the top: > > BEGIN { $ENV{FOO} = $ENV{BAR} = 0 };
Oops, silly me for assuming that FOO would never be set! :) 0.014 uploaded.
Sat Mar 01 17:09:55 2014
The RT System itself - Status changed from 'new' to 'open'
Sat Mar 01 17:09:58 2014
ether [...] cpan.org - Status changed from 'open' to 'resolved'
Sat Mar 01 17:19:56 2014
ether [...] cpan.org - Taken
Thu Oct 23 17:59:32 2014
ether [...] cpan.org - Fixed in 0.014 added