1151f07053
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@
18 lines
316 B
Makefile
18 lines
316 B
Makefile
# $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>
|