[Module::Build] mb advice in CPAN READMEs
Status: Beta
Brought to you by:
kwilliams
|
From: Dr B. <gr...@mo...> - 2006-02-12 08:07:21
|
Is there any accepted way of explaining Module::Build in the
READMEs of modules whose installation requires it?
This is what I said with one with a passthrough Makefile.PL, but
perhaps I could have refered to something that explained
procedures in more detail.
INSTALLATION
The installation depends on Module::Build, rather than
make. If you try the Makefile.PL, it will
ask you if you want to install Module::Build.
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build install
or perl Makefile.PL
make
make test
make install
And I should have said 'perl Build' for Windows.
--
Dr Bean In theory, theory and practice are the same thing.
In practice, they are different.
--Yogi Berra
|