pkgsrc/devel/p5-Test-NiceDump/Makefile
mef ad65664764 devel/p5-Test-NiceDump: import p5-Test-NiceDump-1.0.1
This module uses Data::Dump::Filtered and a set of sensible filters to dump
test data in a more readable way.

For example, DateTime objects get printed in the full ISO 8601 format, and
DBIx::Class::Row objects get printed as hashes of their inflated columns.
2019-11-08 14:50:23 +00:00

16 lines
506 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/11/08 14:50:23 mef Exp $
DISTNAME= Test-NiceDump-1.0.1
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= https://cpan.metacpan.org/authors/id/D/DA/DAKKAR/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://cpan.metacpan.org/authors/id/D/DA/DAKKAR/
COMMENT= Let's have a nice and human readable dump of our objects!
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Test/NiceDump/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"