Greetings all, Lately I've been looking for some tutorial type sources about how to build Perl modules, especially for distribution via CPAN. Here's a few that I've found that seem to have some good ideas in them. These are listed in no particular order, and some contains links to other good sources...
http://www.perlmonks.org/index.pl?node_id=158999 http://www.perlmonks.org/?displaytype=print;node_id=418891 perldoc perlnewmod http://www.unix.org.ua/orelly/perl/prog3/ch22_03.htm http://www.unix.org.ua/orelly/perl/prog3/ch11_02.htm http://www.perl.com/pub/a/2005/04/14/cpan_guidelines.html About Module::Build, a MakeMaker alternative... http://www.perl.com/lpt/a/711 There are various testing methods mentioned above, although we seem to have converged upon Test::More as a preferred option... http://search.cpan.org/~mschwern/Test-Simple-0.80/lib/Test/More.pm Additional suggestions would be most welcome! Thanks, Ted -- Ted Pedersen http://www.d.umn.edu/~tpederse

