Is there some easy way to add new modules to a distribution created with module-starter? I've done some work in this package, see the need for a couple of additional modules in the mix, and would love to have Module::Starter and Makefile.PL do their magic again as they did to get me started here.
Petdance: Care to add a method for this, next time out?
Perhaps if I better understood the innards, I'd understand how trivial this request is and stop bothering folks here with this. I know I'd add my .pm files to lib/ and add them to the MANIFEST, add tests for them to t/00.load.t. Is there anywhere else I need to account for them, to make this whole `make dist` thing work?
ExtUtils::MakeMaker feels like a great new toy I get to learn how to use. That and chromatic and Ian Langworth's book have made this a great Christmas! Tonight, I finished the Mock Object chapter. Maybe I was simply too tired when I tried the perldoc for Mock Objects. But this chapter certainly cleared out whatever blockages existed to my actually trying to use them. I have this email method I've been trying to figure out how to test for a while now. Let me plug Perl Testing: A Developers Notebook
-- Hugh
if( $lal && $lol ) { $life++; }
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.