Thank you for compiling this. Although I did not have time this evening to read over it closely, a quick scan shows it hits of lots of topics I am less than familiar with. I will have to return to this node at a later time.
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:
module-starter --module="My::Module" \
--dir="/home/hesco/sandbox/My-Module" \
--license="gpl" \
--author="Hugh Esco" \
--email="hesco@campaignfoundations.com"
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.
-- Hugh
if( $lal && $lol ) { $life++; }
if( $insurance->rationing() ) { $people->die(); }
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.