1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/www/p5-Catalyst-Plugin-LogWarnings/pkg-descr

10 lines
261 B
Plaintext

In MyApp.pm:
use Catalyst qw/LogWarnings/;
After that, any warn statement that's executed during action
processing is sent to the log $c->log as a warning (instead of
being dumped to STDERR).
WWW: http://search.cpan.org/dist/Catalyst-Plugin-LogWarnings/