in reply to
How to install self written modules
Uhm, wouldn't just adding ABC/Test1.pm to your MANIFEST do the trick? Or is that too obvious?
Comment on
Re: How to install self written modules
Replies are listed 'Best First'.
Re^2: How to install self written modules
by
jeanluca
(Deacon)
on Mar 04, 2006 at 20:16 UTC
Oh, MANIFEST..... where can I read more about this stuff ?
Thanks
Luca
[reply]
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