import p5-Log-Trace

This module provides a unified approach to tracing.  A script can use
Log::Trace qw( < mode > ) to set the behaviour of the TRACE function.
This commit is contained in:
simon 2008-09-09 21:14:17 +00:00
parent 678501f4c5
commit c5c61fb2a6
4 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/09/09 21:14:17 simon Exp $
COMMENT = provides a unified approach to tracing
MODULES = cpan
DISTNAME = Log-Trace-1.070
CATEGORIES = devel
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Log-Trace-1.070.tar.gz) = dzrvp1ObGFfts+Ilz7xKIg==
RMD160 (Log-Trace-1.070.tar.gz) = dFWsALsgqTev4lM71PgJTj7/2TU=
SHA1 (Log-Trace-1.070.tar.gz) = tyZSGaG8Sobcamt8LA7IZEU0Ud4=
SHA256 (Log-Trace-1.070.tar.gz) = nsuCWO8wwvJN7/SRckDQ/nMkLaWyGSQC95gVsJLtNuM=
SIZE (Log-Trace-1.070.tar.gz) = 25548

View File

@ -0,0 +1,2 @@
This module provides a unified approach to tracing. A script can use
Log::Trace qw( < mode > ) to set the behaviour of the TRACE function.

View File

@ -0,0 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/09/09 21:14:17 simon Exp $
${P5SITE}/Log/
${P5SITE}/Log/Trace/
${P5SITE}/Log/Trace.pm
${P5SITE}/Log/Trace/Manual.pod
@man man/man3p/Log::Trace.3p
@man man/man3p/Log::Trace::Manual.3p