in reply to Making a CPAN module with ActiveState Perl
You may also want to have a look at Module::Starter which puts all the perlpod, Test::More and README/Changes together with a ExtUtils::MakeMaker Makefile.PL or a Module::Build Build.PL all through one handly little command on the commandline
The example from the docs is:
and there you have it, your own dist, all ready to go.module-starter --module=Foo::Bar,Foo::Bat \ --author="Andy Lester" --email=andy@petdance.co
|
|---|