Recently, I've been developing Modulinos (as introduced by brian d foy in Mastering Perl [
1]). Sometimes they contain functions that might be generally useful elsewhere (in addition to being useful as programs). Other times, the Modulinos are potentially useful to others as programs, but not so special for any subs they may export. In my consideration of whether or not to release them on CPAN, I'd like some guidance from the Monks.
One such modulino has already been released --
App::Smbxfer. I believe this one to be very worthwhile, as its exported functions could be useful and it provides uniquely valuable program functionality.
Others, however, don't seem as straightforward. For example, Linux::BootCleanup, a modulino to identify and archive files belonging to old kernels on a Linux system and to update bootloader menus accordingly. Though it might export a couple of functions, they are fairly trivial and would not independently warrant use of the module. Nonetheless, it is a useful piece of software, and as a modulino, it can utilize Perl's Test::* facilities, install in a standard way, etc. Also, the possibility exists that later versions may offer additional routines that would independently justify its use.
So, do useful "Modulino-tools" belong on CPAN even if they aren't useful for the module side of their identity?
[
1]
Mastering Perl
(UPDATED to fix title as corrected by brian d foy)
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.