Log perl warnings to your Catalyst log object
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).
$
pkg install p5-Catalyst-Plugin-LogWarningsOrigin
www/p5-Catalyst-Plugin-LogWarnings
Size
4.70KiB
License
not specified
Maintainer
perl@FreeBSD.org
Dependencies
3 packages
Required by
0 packages