|
/Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Module-Use/blib/lib/Module/Use.pm |
Module::Use
use Module::Use (Counting, Logger => "Debug");
<Perl> use Module::Use (Counting, Logger => "Debug"); </Perl>
PerlChildExitHandler Module::Use PerlCleanupHandler Module::Use PerlLogHandler Module::Use
Module::Use will record the modules used over the course of the Perl interpreter's lifetime. If the logging module is able, the old logs are read and frequently used modules are automatically loaded. Note that no symbols are imported into packages.
Under mod_perl, only one Perl*Handler should be selected, depending on when and how often logging should take place.
The following options are available when useing this module.
required should be
tracked. This option takes no arguments.
The module name is Module::Use::Logger with Logger replaced with the value of this option.
Count. If both Percentage and
Count are given, the one with the greater counts is used.
the Module::Use::Debug manpage, the Module::Use::DB_FileLock manpage.
James G. Smith <jgsmith@jamesmith.com>
Copyright (C) 2001 James G. Smith
Released under the same license as Perl itself.
|
/Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Module-Use/blib/lib/Module/Use.pm |