John M. Dlugosz has asked for the wisdom of the Perl Monks concerning the following question:
One of the files used by the program is AppName_local.conf, which if present overrides stuff in AppName.conf. The idea is to have different settings for the development environment. Now, I have more of a sliding scale, where the farther away I get from the dev directory I created it under, the less likely or often I am to use this file, but I can't say that I want it to never leave the original directory. But, the default on the real server should be that it is absent.
So, rather than excluding it from the MANIFEST (there is another file that lists things to simply leave out of the tarball), I want to rename it. It will be there, backed up and unforgotten, but dormant unless I rename it back.
How do I do that? Unlike exclusion, it's not a ready-prepared feature of the Makefile, to my knowledge. I suppose something needs to be added originally to the Makefile.PL file.
Can somebody help me out with a recipe?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Something for Makefile.PL
by lamprecht (Friar) on Mar 25, 2011 at 09:14 UTC | |
by John M. Dlugosz (Monsignor) on Mar 25, 2011 at 10:34 UTC | |
|
Re: Something for Makefile.PL
by Khen1950fx (Canon) on Mar 25, 2011 at 11:45 UTC |