Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^3: namespace clash : how do I rename my module safely

by tmharish (Friar)
on Jan 31, 2013 at 12:01 UTC ( [id://1016301]=note: print w/replies, xml ) Need Help??


in reply to Re^2: namespace clash : how do I rename my module safely
in thread namespace clash : how do I rename my module safely

The complete list ( of files and locations in each file ) could be prohibitively long.

I have had to change module names a couple of times and I generally create a new module with the correct name and paste in the functions from my old module.

If not the list of things to change will include the POD, README, first line of "Changes" ...

Even after this you will have to edit all your tests and make sure examples in your POD reflect the change!

  • Comment on Re^3: namespace clash : how do I rename my module safely

Replies are listed 'Best First'.
Re^4: namespace clash : how do I rename my module safely
by gideondsouza (Pilgrim) on Jan 31, 2013 at 12:30 UTC
    Hey yea! This seems like a much nicer approach. Don't know why I didn't think of this.! Thank you!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1016301]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (8)
As of 2024-04-23 10:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found