in reply to Re^2: Write a Perl module from scratch
in thread Write a Perl module from scratch

That looks fine, but Module::Starter is totally customizable. Search CPAN for examples of what others have done.

Replies are listed 'Best First'.
Re^4: Write a Perl module from scratch
by educated_foo (Vicar) on Oct 15, 2008 at 16:44 UTC
    Yikes! Still, this was only 123 lines of code that took me less than an hour to write. It would probably take me at least as much time just to read and understand Module::Starter's docs, or to figure out which of the custom extensions is closest to what I want and to customize it. I still think your best bet is to run "h2xs -AXn," delete the junk you don't need, and create a script to produce the stuff that is left.