pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Test2-Tools-Explain
Module Name: pkgsrc
Committed By: mef
Date: Sat Apr 18 01:10:58 UTC 2020
Added Files:
pkgsrc/devel/p5-Test2-Tools-Explain: DESCR Makefile distinfo
Log Message:
(devel/p5-Test2-Tools-Explain) import p5-Test2-Tools-Explain-0.02
SUBROUTINES
explain( @things_to_explain )
Will convert the contents of any references in a human readable
format, and return them as strings. Usually you want to pass this into
note or diag.
Handy for things like:
is( $errors, [], 'Should have no errors' ) or diag explain( $errors );
Note that explain does NOT output anything.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Test2-Tools-Explain/DESCR \
pkgsrc/devel/p5-Test2-Tools-Explain/Makefile \
pkgsrc/devel/p5-Test2-Tools-Explain/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-Test2-Tools-Explain/DESCR
diff -u /dev/null pkgsrc/devel/p5-Test2-Tools-Explain/DESCR:1.1
--- /dev/null Sat Apr 18 01:10:58 2020
+++ pkgsrc/devel/p5-Test2-Tools-Explain/DESCR Sat Apr 18 01:10:58 2020
@@ -0,0 +1,12 @@
+SUBROUTINES
+explain( @things_to_explain )
+
+Will convert the contents of any references in a human readable
+format, and return them as strings. Usually you want to pass this into
+note or diag.
+
+Handy for things like:
+
+ is( $errors, [], 'Should have no errors' ) or diag explain( $errors );
+
+Note that explain does NOT output anything.
Index: pkgsrc/devel/p5-Test2-Tools-Explain/Makefile
diff -u /dev/null pkgsrc/devel/p5-Test2-Tools-Explain/Makefile:1.1
--- /dev/null Sat Apr 18 01:10:58 2020
+++ pkgsrc/devel/p5-Test2-Tools-Explain/Makefile Sat Apr 18 01:10:58 2020
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2020/04/18 01:10:58 mef Exp $
+
+DISTNAME= Test2-Tools-Explain-0.02
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/
+COMMENT= Explain tools for Perl's Test2 framework
+LICENSE= artistic-2.0
+
+PERL5_PACKLIST= auto/Test2/Tools/Explain/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-Test2-Tools-Explain/distinfo
diff -u /dev/null pkgsrc/devel/p5-Test2-Tools-Explain/distinfo:1.1
--- /dev/null Sat Apr 18 01:10:58 2020
+++ pkgsrc/devel/p5-Test2-Tools-Explain/distinfo Sat Apr 18 01:10:58 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/04/18 01:10:58 mef Exp $
+
+SHA1 (Test2-Tools-Explain-0.02.tar.gz) = cfcb90c2100f17286db0312067ad82682ca00c22
+RMD160 (Test2-Tools-Explain-0.02.tar.gz) = 2071e7546e600d40b66654a51cb54de99f82565e
+SHA512 (Test2-Tools-Explain-0.02.tar.gz) = 4359db90fede4aa2e6d8e0ee1e006131e372636ba8ab28c12ff1ef5c30e6f7a23fcf4b63d0ad64d54b881a2b344bbcf279cc7d7777982178065c89c3fceabf04
+Size (Test2-Tools-Explain-0.02.tar.gz) = 4091 bytes
Home |
Main Index |
Thread Index |
Old Index