Skip to content

perigrin/devel-tracesax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <barries@slaysys.com>

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages