• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Devel/H06-Feb-2002-573352

t/H06-Feb-2002-166

CHANGESH A D04-Feb-2002411 108

MANIFESTH A D03-Feb-2002110 98

MANIFEST.SKIPH A D14-Jan-2002109 1312

Makefile.PLH A D04-Feb-2002488 2117

READMEH A D14-Jan-2002593 2517

README

1NAME
2    Devel::TraceSAX - Trace SAX events
3
4SYNOPSIS
5      ## From the command line:
6        perl -d:TraceSAX script.pl
7
8      ## Or procedural:
9      use Devel::TraceSAX;
10
11      trace_SAX $obj1;
12
13DESCRIPTION
14    Traces SAX events in a program. Works by applying Devel::TraceCalls to a
15    tracer on the desired classes for all known SAX event types (according
16    to XML::SAX::Shims and XML::SAX::Machines).
17
18AUTHOR
19        Barrie Slaymaker <barries@slaysys.com>
20
21LICENSE
22    You may use this under the terms of either the Artistic License or any
23    version of the BSD or GPL licenses :).
24
25