Skip Menu |

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

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

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

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



Subject: Please stop doing "use UNIVERSAL ()" in your code
This creates UNIVERSAL::import() which makes $pkg->can("import") true for any value of $pkg, there's no reason to "use" this package, see: less $(perldoc -l UNIVERSAL)
On Mon Sep 26 05:02:48 2016, AVAR wrote: Show quoted text
> This creates UNIVERSAL::import() which makes $pkg->can("import") true > for any value of $pkg, there's no reason to "use" this package, see: > > less $(perldoc -l UNIVERSAL)
Looks like it snuck back in It was supposed to have been removed in RT 51509
On Mon Apr 24 21:20:29 2017, TODDR wrote: Show quoted text
> On Mon Sep 26 05:02:48 2016, AVAR wrote:
> > This creates UNIVERSAL::import() which makes $pkg->can("import") true > > for any value of $pkg, there's no reason to "use" this package, see: > > > > less $(perldoc -l UNIVERSAL)
> > > Looks like it snuck back in It was supposed to have been removed in RT 51509