vkon has asked for the wisdom of the Perl Monks concerning the following question:
In the module development process, I am changing the Makefile.PL file.
I have some ZIP file and I want for it to be installed to 'blib' during development, and to installation path during normall install.
How should I instruct for Makefile.PL for doing so?
I can't find in documentation, yet it seems that generated Makefile installs some temporary compiler files just fine (e.g. absolutely useless *.pdb files from MSVC) but I can't manage for my file to go into the process.
I'm lost.
Please advice!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: seeking Makefile.PL wisdom -- how to install non-PM file?
by rafl (Friar) on Jul 15, 2006 at 15:23 UTC | |
by vkon (Curate) on Jul 15, 2006 at 16:13 UTC | |
by rafl (Friar) on Jul 15, 2006 at 16:20 UTC | |
|