Skip Menu |

This queue is for tickets about the Class-Load CPAN distribution.

Report information
The Basics
Id: 80403
Status: rejected
Priority: 0/
Queue: Class-Load

People
Owner: Nobody in particular
Requestors: xenoterracide [...] gmail.com
Cc:
AdminCc:

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



Subject: no Class::Load; doesn't work
Date: Thu, 25 Oct 2012 20:02:06 -0500
To: bugs-class-load <bugs-class-load [...] rt.cpan.org>
From: Caleb Cushing <xenoterracide [...] gmail.com>
it appears that no Class::Load; does not unimport the symbols appropriately. I realize there are alternatives, but it would be nice to do no Class::Load to avoid them. -- Caleb Cushing http://xenoterracide.com
Subject: Re: [rt.cpan.org #80403] no Class::Load; doesn't work
Date: Thu, 25 Oct 2012 21:09:27 -0500 (CDT)
To: Caleb Cushing via RT <bug-Class-Load [...] rt.cpan.org>
From: Dave Rolsky <autarch [...] urth.org>
On Thu, 25 Oct 2012, Caleb Cushing via RT wrote: Show quoted text
> it appears that no Class::Load; does not unimport the symbols > appropriately. I realize there are alternatives, but it would be nice > to do no Class::Load to avoid them.
It's really not common practice for modules on CPAN to provide an unimport routine. Moose is an odd exception. You should just use namespace::{auto}clean. It's not realistic to expect every exporting module to also implement an unimporter. /*============================================================ http://VegGuide.org http://blog.urth.org Your guide to all that's veg House Absolute(ly Pointless) ============================================================*/