Skip Menu |

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



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 };
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.