mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
Log::Any::IfLOG will load Log::Any only when LOG environment variable is true. Otherwise, the module is not loaded and if user imports $log, a dumb object will be returned instead that will accept any method but return false. This is a quick-hack solution to avoid the cost of loading Log::Any under "normal condition" (when LOG is not set to true). WWW: http://search.cpan.org/dist/Log-Any-IfLOG/
2 lines
67 B
Text
2 lines
67 B
Text
%%SITE_PERL%%/Log/Any/IfLOG.pm
|
|
%%PERL5_MAN3%%/Log::Any::IfLOG.3.gz
|