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

Replies are listed 'Best First'.
Re: new module, need feedback
by grinder (Bishop) on Jun 28, 2001 at 17:38 UTC

    Oh I get it, you want me to go and download a tarball, unzip it, detar it, look at the files and then comment on it.

    Disk space is cheap. Upload it here, if only the POD, and then I'll comment on it. Sorry, but otherwise it's just not worth the hassle.

    My grumblings notwithstanding, it sounds like a nifty module...


    --
    g r i n d e r