>>>>> On Thu, 11 Oct 2001 16:03:13 +0200, Petr Kubanek <[EMAIL PROTECTED]> said:
> Please, also consider including link to > http://forum.swarthmore.edu/~ken/perl_modules.html where is quite > good descibed how to create standart Makefile.PL, MANIFEST and so > on.. I cannot find similar instruction on CPAN, and I think they > are quite usefull for beginners. perl-5.7.2 comes with a manpage perlnewmod.pod. Looks like this could have a pointer to Ken's tutorial. This patch adds it: --- perl-5.7.2@12402/pod/perlnewmod.pod~ Mon Jul 9 16:11:14 2001 +++ perl-5.7.2@12402/pod/perlnewmod.pod Fri Oct 12 10:14:43 2001 @@ -282,4 +282,5 @@ L<perlmod>, L<perlmodlib>, L<perlmodinstall>, L<h2xs>, L<strict>, L<Carp>, L<Exporter>, L<perlpod>, L<Test>, L<ExtUtils::MakeMaker>, -http://www.cpan.org/ +http://www.cpan.org/, Ken Williams' tutorial on building your own +module at http://forum.swarthmore.edu/~ken/perl_modules.html -- andreas