While working on a module for object persistence (Class::AutoDB), I had a need modify Data::Dumper very slightly - basically allowed for Dumper to check whether the Freezer method is defined for an object before calling it (that way every method doesn't HAVE to implement a Freezer method, only the ones that want to be serialized).

Anyway, I tried on a number of occasions to contact the maintainer but after at least three tries over the same number of weeks, I gave up and contacted the author (Gurusamy Sarathy), who told me to hand the patch off to perl-5-porters. I did so, but that was over 5 weeks ago. I have heard nothing since, despite my prompts for status.

The change is very minor, all of Data::Dumper's tests still pass and I included a test for Dumper to test the new functionality.

So my question is this: is it a no-no to just upload a new version of Data::Dumper to the CPAN with the patched source?

As of the latest Class::AutoDB release, I have inlcluded the patches and instructions for patching. But this is really quite unsatisfactory. I would rather just specify the latest version of Dumper because, after all, this is perl, not C++ :)


In reply to socio-political guidance sought by Anonymous Monk

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.