Age not being a function of 'up-to-date' is actually a problem that comes up with more than just Perl modules.

I used to maintain paper documentation, in the form of handouts that my university's computer lab maintained on how to use pine, netscape, word perfect, and the other applications that we supported. The problem was that people just didn't like getting a document that said 'last modified (three years ago)'. The commands to unix and VMS didn't change, so we had no reason to change the documentation. We ended up putting on a 'Last Verified' date on everything, and reviewing all documentation twice a year.

I try to make it a point on any sort of content management system that I maintain -- not only providing a 'last modified' but also a 'last verfied' or 'last reviewed', or something similar. (and of course, who modified or reviewed it, but I don't necessarily show that to the general users).

ps. Net::Telnet has only had 2 updates in over 7 years. It must suck. Even Net::Gopher was updated last year.


In reply to Re^2: Persistence framework by jhourcle
in thread Persistence framework by jeteve

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.