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:
jasper 2007-11-07 22:09:44 +00:00
parent 9b2ada8126
commit 1151f07053
4 changed files with 31 additions and 0 deletions

View 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>

View 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

View 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.

View 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