Skip Menu |

This queue is for tickets about the IPC-Cmd CPAN distribution.

Report information
The Basics
Id: 73269
Status: open
Worked: 10 min
Priority: 0/
Queue: IPC-Cmd

People
Owner: BINGOS [...] cpan.org
Requestors: jkeenan [...] cpan.org
Cc:
AdminCc:

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



Subject: t/01_IPC-Cmd.t: Duplicated statements
There are duplicate statements beginning at line 27 of t/01_IPC-Cmd.t local $IPC::Cmd::VERBOSE = $Verbose; local $IPC::Cmd::VERBOSE = $Verbose; local $IPC::Cmd::DEBUG = $Verbose; local $IPC::Cmd::DEBUG = $Verbose;
Resolved in git repository, release to CPAN and update in blead to come. Many thanks.
Actually, the duplication is required to stop 'only used once, possible typos' bleaty warnings during the tests. I've rolled back my changes and leaving as is.
From: jkeenan [...] cpan.org
On Thu Dec 15 09:49:31 2011, BINGOS wrote: Show quoted text
> Actually, the duplication is required to stop 'only used once, possible > typos' bleaty warnings during the tests. >
Would it not be possible to say? no warnings 'once';