in reply to RFC: How to Release Modules on CPAN in 2011
The one big missing in my mind is that I saw no mention of module-starter. I have a small directory in my sandbox filled with short bash scripts which read like this:
I run the script, and it populates a build directory in my sandbox, with a starter test suite, and scaffolding for whatever modules I defined in the module-starter script, leaving me ready to focus on the problem domain instead of being overwhelmed by the technical details laid out in your article.module-starter --module="My::Module" \ --dir="/home/hesco/sandbox/My-Module" \ --license="gpl" \ --author="Hugh Esco" \ --email="hesco@campaignfoundations.com"
-- Hugh
|
---|