in reply to Re^2: Module development: concurrent versions (Updated)
in thread Module development: concurrent versions (Updated)
...you cannot use the two versions in the same program.
In that case, the only option I see is to give them different names/namespaces (temporarily), because you generally can't load two versions of a shared lib (with same name and exported symbols) twice, or load two Perl packages into the same namespace...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Module development: concurrent versions (Updated)
by BrowserUk (Patriarch) on Dec 23, 2010 at 11:04 UTC |