Skip Menu |

This queue is for tickets about the Module-Implementation CPAN distribution.

Report information
The Basics
Id: 77953
Status: rejected
Priority: 0/
Queue: Module-Implementation

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

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



Subject: Expose _copy_symbols as a public method
This is actually a pretty useful little function, especially after the load. Since the module I'm refactoring uses a ton of constants, I found that I needed to port some of them in the other direction, so _copy_symbols fills that role.
Subject: Re: [rt.cpan.org #77953] Expose _copy_symbols as a public method
Date: Thu, 21 Jun 2012 16:04:10 -0500 (CDT)
To: Brendan Byrd via RT <bug-Module-Implementation [...] rt.cpan.org>
From: Dave Rolsky <autarch [...] urth.org>
On Thu, 21 Jun 2012, Brendan Byrd via RT wrote: Show quoted text
> This is actually a pretty useful little function, especially after the > load. Since the module I'm refactoring uses a ton of constants, I found > that I needed to port some of them in the other direction, so > _copy_symbols fills that role.
If you need a tool for manipulating stashes, I highly recommend Package::Stash. The stuff in M::I is just a hack version of what P::S does. -dave /*============================================================ http://VegGuide.org http://blog.urth.org Your guide to all that's veg House Absolute(ly Pointless) ============================================================*/