pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-NiceDump devel/p5-Test-NiceDump: import ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f1d20bee558
branches:  trunk
changeset: 343688:3f1d20bee558
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Nov 08 14:50:23 2019 +0000

description:
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.

diffstat:

 devel/p5-Test-NiceDump/DESCR    |   5 +++++
 devel/p5-Test-NiceDump/Makefile |  16 ++++++++++++++++
 devel/p5-Test-NiceDump/distinfo |   6 ++++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r 8bf0ae50ca5b -r 3f1d20bee558 devel/p5-Test-NiceDump/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-NiceDump/DESCR      Fri Nov 08 14:50:23 2019 +0000
@@ -0,0 +1,5 @@
+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.
diff -r 8bf0ae50ca5b -r 3f1d20bee558 devel/p5-Test-NiceDump/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-NiceDump/Makefile   Fri Nov 08 14:50:23 2019 +0000
@@ -0,0 +1,16 @@
+# $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@localhost
+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"
diff -r 8bf0ae50ca5b -r 3f1d20bee558 devel/p5-Test-NiceDump/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-NiceDump/distinfo   Fri Nov 08 14:50:23 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/11/08 14:50:23 mef Exp $
+
+SHA1 (Test-NiceDump-1.0.1.tar.gz) = eeaaaf9f83f24274662d4c341b7599e7bd783879
+RMD160 (Test-NiceDump-1.0.1.tar.gz) = 8cdc72020d861559fc3f66a69c01c7df9ca30417
+SHA512 (Test-NiceDump-1.0.1.tar.gz) = f439d3a4984b7e02794455a7b2e590da6dd97859c6da41045ed4b394fb66a996028eeba1214ec90aba3dc18174f0baa517d7b4ba2c724f7f592a79393fdcd5e4
+Size (Test-NiceDump-1.0.1.tar.gz) = 12332 bytes



Home | Main Index | Thread Index | Old Index