Age | Commit message (Collapse) | Author | Files | Lines |
|
from 2.05 to 2.06
pkgsrc changes:
2.06 Sun Jan 15 00:44:13 CET 2012
No code change, but:
- More thoroughly remove @INC from the error output
- do not open output test files as utf8
- fix a warning when using a dev version of Module::CoreList
|
|
* new 'output' option to redirect TraceUse result to a file
|
|
Upstream changes:
2.03 Wed Sep 22 01:15:40 CEST 2010
- The 'hidecore' option will hide core modules in the output
(initial patch by David Leadbeater)
- moved author tests to xt/
|
|
An apparently simple program may load a lot of modules. That's useful, but
sometimes it might be interesting to know exactly which part of a program
loads which module.
Devel::TraceUse can analyze a program to see which part used which module.
|