in reply to Installing templates or other static files with ExtUtils::MakeMaker
By this, may I assume that you are not allowed to install modules from CPAN in your development environment? (I ask because the relevant parts of Module::Install required for installation are bundled with the distribution. The only dependency when deployed is ExtUtils::MakeMaker).
If this assumption is correct, one approach would be to add a new target to your Makefile.PL; see the end of the Overriding MakeMaker Methods section in ExtUtils::MakeMaker. You might use the code in Module::Install::Share as a starting point, as that's the approach it takes.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Installing templates or other static files with ExtUtils::MakeMaker
by tmaly (Monk) on Mar 17, 2014 at 19:26 UTC |