summaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-LogWarnings/pkg-descr
blob: 5de4e287c677471545df32b4af280d54cece2e0a (plain)
1
2
3
4
5
6
7
8
9
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/