Skip Menu |

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

Report information
The Basics
Id: 104916
Status: resolved
Priority: 0/
Queue: IPC-Run

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

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



Subject: imports a huge number of symbols from POSIX
"use POSIX;" exists in the code without an import list. The default import list is *huge*, and pollutes the local namespace. Please only import the few symbols that you need.
On Wed Jun 03 13:38:43 2015, ETHER wrote: Show quoted text
> "use POSIX;" exists in the code without an import list. The default > import list is *huge*, and pollutes the local namespace. Please only > import the few symbols that you need.
It is present only in IPC::Run::Debug which isn ot used normally. -- Alexandr Ciornii, http://chorny.net
On Thu Feb 25 19:37:40 2016, CHORNY wrote: Show quoted text
> On Wed Jun 03 13:38:43 2015, ETHER wrote:
> > "use POSIX;" exists in the code without an import list. The default > > import list is *huge*, and pollutes the local namespace. Please only > > import the few symbols that you need.
> > It is present only in IPC::Run::Debug which isn ot used normally. >
https://github.com/toddr/IPC-Run/commit/f54ff88a53a80706cc4f1b5d465001b678d13c07