in reply to creating a wrapper module for bacward compatibility
Would one not be able to do something like this:
package mypackage; use base mynewpackage;
This should make mypackage have all the functions that mynewpackage has, at least this is what I would try...
I have no idea about performance though but it might be interesting to see if this can out perform Autoload I think it should be able to.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: creating a wrapper module for bacward compatibility
by JavaFan (Canon) on Apr 09, 2010 at 15:42 UTC | |
|
Re^2: creating a wrapper module for bacward compatibility
by LanX (Saint) on Apr 09, 2010 at 14:13 UTC |