in reply to Rename/Relocate A Module
If your module is object oriented, you may be able to move your code to the new name then rewrite your old module as an empty subclass of the new module (see 'empty subclass test' in perltoot), depending how it is written.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Rename/Relocate A Module
by rajib_rashid (Initiate) on Nov 11, 2008 at 23:08 UTC |