http://qs1969.pair.com?node_id=159044


in reply to Re: How to make a CPAN Module Distribution
in thread How to make a CPAN Module Distribution

I also recommend reading perlnewmod. It is also worth reading perlmod and perlmodlib for general information about writing modules, versions, the CPAN, etc

Depending on your coding style, you may find ExtUtils::ModuleMaker useful.

<sig>

-- simonflk

</sig>

update: Sorry lachoy, I meant this as a reply to root doc. God, I haven't done that in a while!

update 2: Just posted a review of ExtUtils::ModuleMaker with sample code. BTW, if you use Make.pm on Win32, it will do a make dist.