aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-LogWarnings/pkg-descr
diff options
context:
space:
mode:
authorLars Balker Rasmussen <lbr@FreeBSD.org>2007-04-06 08:24:14 +0000
committerLars Balker Rasmussen <lbr@FreeBSD.org>2007-04-06 08:24:14 +0000
commit949043e84ae6f363d4bcbd0e0aa58d2a6b191233 (patch)
treeacaeef256d863a37129573d7bc1c22a98e6c3a74 /www/p5-Catalyst-Plugin-LogWarnings/pkg-descr
parent33129a1031f6545e9cd2dc4d267e4b0c65985341 (diff)
downloadports-949043e84ae6f363d4bcbd0e0aa58d2a6b191233.tar.gz
ports-949043e84ae6f363d4bcbd0e0aa58d2a6b191233.zip
Notes
Diffstat (limited to 'www/p5-Catalyst-Plugin-LogWarnings/pkg-descr')
-rw-r--r--www/p5-Catalyst-Plugin-LogWarnings/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/p5-Catalyst-Plugin-LogWarnings/pkg-descr b/www/p5-Catalyst-Plugin-LogWarnings/pkg-descr
new file mode 100644
index 000000000000..5de4e287c677
--- /dev/null
+++ b/www/p5-Catalyst-Plugin-LogWarnings/pkg-descr
@@ -0,0 +1,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/