Import p5-Devel-Trace:

If you run your program with perl -d:Trace program, this module will
print a message to standard error just before each line is executed,
like sh -x.
This commit is contained in:
landry 2009-06-07 11:23:55 +00:00
parent 9266dd4bce
commit b550dc05bc
4 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/06/07 11:23:55 landry Exp $
COMMENT= print out each line before it is executed
MODULES= cpan
DISTNAME= Devel-Trace-0.10
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Devel-Trace-0.10.tar.gz) = 2o2EFmX9FHsZxLeS+zEtqA==
RMD160 (Devel-Trace-0.10.tar.gz) = sOvutXPvuG8D7DzhhEZ09iULfNs=
SHA1 (Devel-Trace-0.10.tar.gz) = VkSDcFUrgJBS6ZORv5EbRwaLf9o=
SHA256 (Devel-Trace-0.10.tar.gz) = jaWZy+gmysjAuweZ18p+tBA02/JV1J0ryp/0tlgYOW8=
SIZE (Devel-Trace-0.10.tar.gz) = 2506

View File

@ -0,0 +1,2 @@
If you run your program with perl -d:Trace program, this module will
print a message to standard error just before each line is executed.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/06/07 11:23:55 landry Exp $
${P5SITE}/Devel/
${P5SITE}/Devel/Trace.pm
@man man/man3p/Devel::Trace.3p