Hello Sisters and Brothers,

I received my PAUSE userid today, and wish to get some advice from the community before I submit my first module to CPAN...

Here's some background to my module:
DNS zone files are irregular. They can vary from DNS to DNS and many servers will not complain if they come across a ZoneFile that doesn't strictly conform to the RFCs. In my company, we would like a reliable way of querying\modifying\backing up DNS data. XML seems perfect for this, but it's not in the RFC :( So I wrote an object-oriented module that lets you parse and manipulate DNS ZoneFiles easily - with XML::Simple you can easily create an XML document to allow for querying, etc.

It is still in development, but I have tested it on Microsoft DNS and BIND, and I have had good results. It parses SOA, NS, A, CNAME, MX & TXT Resource Records. It will also let you recreate a zonefile reflecting changes you may have made to the object or having created a new object from some kind of code or XML.

My question is what should I do now - It's working code, and would benefit from testing by the Perl community. However, there is also DNS::ZoneFile - also a work in progress, and I do not want to clash the namespace. I suppose that I should have contacted the author first, but I didn't because I needed something relatively quickly that worked. I plan to develop the module to do more than just parse Zone Files so do I refrain from publishing my module or choose another name - if so does anyone have any ideas\questions\advice?

I'm new to PAUSE and welcome any advice monks have to offer... Thanks!

$code or die
$ perldoc perldoc

In reply to PAUSE before i upload... by $code or die

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.