Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

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

by gideondsouza (Pilgrim)
on Jan 31, 2013 at 10:30 UTC ( [id://1016284]=note: print w/replies, xml ) Need Help??


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

Do you mean I should rename them manually? I need to rename all files and one directory, and then only the name inside Makefile.pl. Anything I'm missing out on?
  • Comment on Re^2: namespace clash : how do I rename my module safely

Replies are listed 'Best First'.
Re^3: namespace clash : how do I rename my module safely
by tmharish (Friar) on Jan 31, 2013 at 12:01 UTC

    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!

      Hey yea! This seems like a much nicer approach. Don't know why I didn't think of this.! Thank you!
Re^3: namespace clash : how do I rename my module safely
by Anonymous Monk on Jan 31, 2013 at 10:39 UTC
    manifest

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-19 23:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found