pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Test-NiceDump
Module Name: pkgsrc
Committed By: mef
Date: Fri Nov 8 14:50:23 UTC 2019
Added Files:
pkgsrc/devel/p5-Test-NiceDump: DESCR Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Test-NiceDump/DESCR \
pkgsrc/devel/p5-Test-NiceDump/Makefile \
pkgsrc/devel/p5-Test-NiceDump/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/p5-Test-NiceDump/DESCR
diff -u /dev/null pkgsrc/devel/p5-Test-NiceDump/DESCR:1.1
--- /dev/null Fri Nov 8 14:50:23 2019
+++ pkgsrc/devel/p5-Test-NiceDump/DESCR Fri Nov 8 14:50:23 2019
@@ -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.
Index: pkgsrc/devel/p5-Test-NiceDump/Makefile
diff -u /dev/null pkgsrc/devel/p5-Test-NiceDump/Makefile:1.1
--- /dev/null Fri Nov 8 14:50:23 2019
+++ pkgsrc/devel/p5-Test-NiceDump/Makefile Fri Nov 8 14:50:23 2019
@@ -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"
Index: pkgsrc/devel/p5-Test-NiceDump/distinfo
diff -u /dev/null pkgsrc/devel/p5-Test-NiceDump/distinfo:1.1
--- /dev/null Fri Nov 8 14:50:23 2019
+++ pkgsrc/devel/p5-Test-NiceDump/distinfo Fri Nov 8 14:50:23 2019
@@ -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