in reply to Re^3: Module development: concurrent versions (Updated)
in thread Module development: concurrent versions (Updated)
...but after you've loaded the second version, the variables/subroutines/etc. of the first loaded version will have been overwritten. IOW, how would you (and Perl) tell apart Devel::Size::total_size() (version 1) from Devel::Size::total_size() (version 2), unless you put them into a different namespace, or name the subs differently? (At least, it was my impression that BUK wanted to run both routines concurrently, for debugging purposes.)
Or am I missing something in your approach?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Module development: concurrent versions (Updated)
by syphilis (Archbishop) on Dec 23, 2010 at 12:04 UTC | |
by BrowserUk (Patriarch) on Dec 23, 2010 at 17:32 UTC | |
by stefbv (Priest) on Dec 24, 2010 at 09:05 UTC | |
by BrowserUk (Patriarch) on Dec 24, 2010 at 10:06 UTC | |
by Anonyrnous Monk (Hermit) on Dec 23, 2010 at 13:34 UTC |