pileofrogs has asked for the wisdom of the Perl Monks concerning the following question:
I'm writing a module, and I'm using Module::Build. I want to add some unusual steps to the install process (specifically, I want to change the file owner of an installed CGI).
It seems like there ought to be a way to run arbitrary commands/scripts during the install phase, but Module::Build and Module::Build::Cookbook haven't hinted at anything.
Does anyone know how to do that? Or better yet, can anyone point me to a tutorial/howto/whatever that discusses advanced Module::Build usage and covers this question?
Thanks!
--Pileofrogs
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Module::Build and Custom Install Steps
by xdg (Monsignor) on Mar 03, 2006 at 19:08 UTC | |
by pileofrogs (Priest) on Mar 06, 2006 at 17:39 UTC |