openbsd-ports/devel/p5-Devel-TraceUse/pkg/DESCR
2012-09-01 17:11:02 +00:00

10 lines
286 B
Plaintext

Devel::TraceUse can analyze a program to see which part used which module.
Command-line usage:
$ perl -d:TraceUse myprog.pl
will display a tree of the modules ultimately used to run your
program. (It also runs your program all the way through to the end with
a small startup cost.)