I have to echo
holli here. Just because you cannot install the module from CPAN doesn't mean you cannot grab the module and put it into your project. In a $work project, I had to do exactly that, but because the module wouldn't compile cleanly. So, I grabbed it, fixed it, and it installed with my code.
Most CPAN authors that I have worked with (and myself, for that matter) aren't really sticklers to "Use my version or else!". As long as you credit the author(s) in a comment somewhere in the code, that's all that's needed. I do that whenever I grab code from Perlmonks. Something along the lines of:
# Taken from http://www.perlmonks.org/?node_id=5551212
# Thanks to <userid> for providing it!
sub foo {
# Some useful code here
}
I've done that probably 5-6 times in both CPAN and $work stuff. That not only gives credit where it's due but, as importantly, tells the maintainer (who's the you in 6 months!) where to find the context for the code.
My criteria for good software:
- Does it work?
- Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
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.