in reply to
Re: How to install self written modules
in thread
How to install self written modules
Oh, MANIFEST..... where can I read more about this stuff ?
Thanks
Luca
Comment on
Re^2: How to install self written modules
Replies are listed 'Best First'.
Re^3: How to install self written modules
by
rhesa
(Vicar)
on Mar 06, 2006 at 02:07 UTC
Basically, your MANIFEST is a list of all the files that should go into your distribution when you type "
make dist
". You can probably find way more info than you ever wanted at
ExtUtils::MakeMaker
, or
ExtUtils::Manifest
, or
Module::Build
, or
Module::Install
, or
Module::Starter
:)
[reply]
[d/l]
In Section
Seekers of Perl Wisdom