Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/perigrin/devel-tracesax


https://github.com/perigrin/devel-tracesax

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

NAME
Devel::TraceSAX - Trace SAX events

SYNOPSIS
## From the command line:
perl -d:TraceSAX script.pl

## Or procedural:
use Devel::TraceSAX;

trace_SAX $obj1;

DESCRIPTION
Traces SAX events in a program. Works by applying Devel::TraceCalls to a
tracer on the desired classes for all known SAX event types (according
to XML::SAX::Shims and XML::SAX::Machines).

AUTHOR
Barrie Slaymaker

LICENSE
You may use this under the terms of either the Artistic License or any
version of the BSD or GPL licenses :).