import p5-Catalyst-Plugin-LogWarnings
This plugin redirects perl's warn() warnings to a Catalyst log ($c->log->warn), allowing you to filter warnings, log warnings to a database, Log4Perl, etc.
This commit is contained in:
parent
45ab6b9751
commit
cd41d2fadc
24
www/p5-Catalyst-Plugin-LogWarnings/Makefile
Normal file
24
www/p5-Catalyst-Plugin-LogWarnings/Makefile
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2008/09/06 10:33:51 simon Exp $
|
||||||
|
|
||||||
|
COMMENT = log Perl warnings to your Catalyst log object
|
||||||
|
|
||||||
|
MODULES = cpan
|
||||||
|
DISTNAME = Catalyst-Plugin-LogWarnings-0.02
|
||||||
|
CATEGORIES = www
|
||||||
|
|
||||||
|
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
||||||
|
|
||||||
|
# Perl
|
||||||
|
PERMIT_PACKAGE_CDROM = Yes
|
||||||
|
PERMIT_PACKAGE_FTP = Yes
|
||||||
|
PERMIT_DISTFILES_CDROM = Yes
|
||||||
|
PERMIT_DISTFILES_FTP = Yes
|
||||||
|
|
||||||
|
RUN_DEPENDS = ::converters/p5-JSON-Any \
|
||||||
|
::devel/p5-Catalyst-Plugin-C3 \
|
||||||
|
::www/p5-Catalyst-Runtime
|
||||||
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||||
|
|
||||||
|
MAKE_ENV += TEST_POD=1
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
5
www/p5-Catalyst-Plugin-LogWarnings/distinfo
Normal file
5
www/p5-Catalyst-Plugin-LogWarnings/distinfo
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
MD5 (Catalyst-Plugin-LogWarnings-0.02.tar.gz) = nrJFf57rmbYH0xaZ9WAO9Q==
|
||||||
|
RMD160 (Catalyst-Plugin-LogWarnings-0.02.tar.gz) = x80kv1YQbVl36Ca6Pr9HkAEQaBk=
|
||||||
|
SHA1 (Catalyst-Plugin-LogWarnings-0.02.tar.gz) = UEJkT0ospDTwvOvtRLfcrZUEv8E=
|
||||||
|
SHA256 (Catalyst-Plugin-LogWarnings-0.02.tar.gz) = kSTvlI4BHuLHsHGCx7BxW0ct0keqlF1urRqukbHP52Y=
|
||||||
|
SIZE (Catalyst-Plugin-LogWarnings-0.02.tar.gz) = 4152
|
3
www/p5-Catalyst-Plugin-LogWarnings/pkg/DESCR
Normal file
3
www/p5-Catalyst-Plugin-LogWarnings/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
This plugin redirects perl's warn() warnings to a Catalyst log
|
||||||
|
($c->log->warn), allowing you to filter warnings, log warnings to a
|
||||||
|
database, Log4Perl, etc.
|
3
www/p5-Catalyst-Plugin-LogWarnings/pkg/PLIST
Normal file
3
www/p5-Catalyst-Plugin-LogWarnings/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/09/06 10:33:51 simon Exp $
|
||||||
|
${P5SITE}/Catalyst/Plugin/LogWarnings.pm
|
||||||
|
@man man/man3p/Catalyst::Plugin::LogWarnings.3p
|
Loading…
Reference in New Issue
Block a user