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? | [reply] |
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!
| [reply] |
Hey yea! This seems like a much nicer approach. Don't know why I didn't think of this.! Thank you!
| [reply] |