Re: nearing the home stretch
[email protected] (James Muir)
| Newsgroups | perl.cpan.discuss |
|---|---|
| Message-ID | <[email protected]> |
Terrence Brannon wrote: > > >>Question 1) In my Makefile.PL do I specify all the modules or just the >>main one (Gtk2::Ex::MindMapView)? How do I specify all the modules? >> >> > >If you mean, when you type > >make tardist > >you want certain files in the tarfile which is part of the CPAN >distribution, then they should be in MANIFEST... just type > >make manifest > >to get all files under the distribution root added. > >also ExtUtils::ModuleMaker makes making CPAN modules easy and spiffy. > > Well, I'm not sure what you are getting at... I've created my directories using 'module-starter' and it automatically created a nice set of templates which I have been revising. The Makefile.PL only shows my main module, Gtk2::Ex::MindMapView. I'm wondering if I need to include the names of the remaining modules under lib in the Makefile.PL? If so, where in the Makefile.PL do I place them? I did try make manifest as above and got: (/home/james/Gtk2-Ex-MindMapView)>make manifest make: *** No rule to make target `manifest'. Stop. which makes sense to me, since I haven't even created a make file yet. -James