I have a debugging and tracing module I would like
some comments on. It's super cool and really neato,
but when you say 'debugging and tracing' people fall
asleep, so I haven't been able to convince anyone else
to look at it.

Here's a brief description, from the pod docs:

       DESCRIPTION

       A module for concise error reporting, process tracing,
       variable debugging.  Multiple destinations are easy, so
       you can send output to a web page, syslog, or STDERR
       without extra code. Debugging code is very easy to use and
       may be left in the final version of scripts or modules
       without generating much overhead.

       The key goal of this module is to provide a unified
       mechanism for error trapping and reporting.

       You should really look at the docs on each sub to have an
       idea what can be done with this module.

       This module contains similarities to Carp::Datum,
       Data::Dumper, and Log::Agent. It relies upon Data::Dumper
       for qquote(), but doesn't use the dumping facilities at
       this time because the output doesn't suit my needs.


http://off.org/debugm.tgz

In reply to new module, need feedback 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.