in reply to Re: Module::Build
in thread Module::Build
A note for anyone wanting to use Build.PL and provide a Makefile.PL, please be aware of the conflicts. If you use a Makefile.PL, don't have it write a Makefile...This comment must be based on old information. There is currently no problem with Makefile.PL generating Makefile.
... just have it print a message saying use Module::Build and run perl Build.PLNo! This then forces the user to have Module::Build installed.
If you don't want to support a Makefile.PL script in your distribution, then just don't put one in it. Or better yet, make use of Module::Build's capability to generate a Makefile.PL script.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Module::Build::Convert
by anoid (Initiate) on Sep 26, 2006 at 19:23 UTC | |
by nglenn (Beadle) on Aug 20, 2012 at 17:16 UTC | |
by Anonymous Monk on Aug 21, 2012 at 07:37 UTC | |
by nglenn (Beadle) on Aug 21, 2012 at 14:38 UTC |