import p5-Data-Dumper-Simple 0.11
Data::Dumper::Simple is actually a source filter that replaces all instances of Dumper($some, @args) in your code with a call to Data::Dumper->Dump(). You can use the one function provided to make dumping variables for debugging a trivial task. ok simon@
This commit is contained in:
parent
9b2ada8126
commit
1151f07053
17
devel/p5-Data-Dumper-Simple/Makefile
Normal file
17
devel/p5-Data-Dumper-Simple/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/11/07 22:09:44 jasper Exp $
|
||||
|
||||
COMMENT= easily dump variables with names
|
||||
|
||||
DISTNAME= Data-Dumper-Simple-0.11
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
||||
MODULES= cpan
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-Data-Dumper-Simple/distinfo
Normal file
5
devel/p5-Data-Dumper-Simple/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Data-Dumper-Simple-0.11.tar.gz) = Cj5nv1u28vORFruSYyYx3w==
|
||||
RMD160 (Data-Dumper-Simple-0.11.tar.gz) = yWOvRf5Mm2gYSEGEnuf3zOjxrpE=
|
||||
SHA1 (Data-Dumper-Simple-0.11.tar.gz) = YtQgFMJ3Gve8n3M10yWfGyzLwlY=
|
||||
SHA256 (Data-Dumper-Simple-0.11.tar.gz) = Pzz9J4y+EYhS2Xo5neE5o9/OOMbg8Md1pJLSfnAvDF4=
|
||||
SIZE (Data-Dumper-Simple-0.11.tar.gz) = 8078
|
4
devel/p5-Data-Dumper-Simple/pkg/DESCR
Normal file
4
devel/p5-Data-Dumper-Simple/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
Data::Dumper::Simple is actually a source filter that replaces all
|
||||
instances of Dumper($some, @args) in your code with a call to
|
||||
Data::Dumper->Dump(). You can use the one function provided to make
|
||||
dumping variables for debugging a trivial task.
|
5
devel/p5-Data-Dumper-Simple/pkg/PLIST
Normal file
5
devel/p5-Data-Dumper-Simple/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/11/07 22:09:44 jasper Exp $
|
||||
${P5SITE}/Data/
|
||||
${P5SITE}/Data/Dumper/
|
||||
${P5SITE}/Data/Dumper/Simple.pm
|
||||
@man man/man3p/Data::Dumper::Simple.3p
|
Loading…
Reference in New Issue
Block a user