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:
parent
9266dd4bce
commit
b550dc05bc
15
devel/p5-Devel-Trace/Makefile
Normal file
15
devel/p5-Devel-Trace/Makefile
Normal 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>
|
5
devel/p5-Devel-Trace/distinfo
Normal file
5
devel/p5-Devel-Trace/distinfo
Normal 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
|
2
devel/p5-Devel-Trace/pkg/DESCR
Normal file
2
devel/p5-Devel-Trace/pkg/DESCR
Normal 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.
|
4
devel/p5-Devel-Trace/pkg/PLIST
Normal file
4
devel/p5-Devel-Trace/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user