Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-Test2-Tools-Explain
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Thu Jul 6 09:40:21 2023 UTC (2 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
HEAD
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
*: recursive bump for perl 5.38
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jun 28 11:33:32 2022 UTC (15 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
*: recursive bump for perl 5.36
Revision 1.5 / (download) - annotate - [select for diffs], Mon May 24 19:51:52 2021 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
*: recursive bump for perl 5.34
Revision 1.4 / (download) - annotate - [select for diffs], Tue Sep 8 13:16:40 2020 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
*: use MASTER_SITE_PERL_CPAN
Revision 1.3 / (download) - annotate - [select for diffs], Tue Sep 8 13:09:57 2020 UTC (3 years ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
*: improve HOMEPAGE
Revision 1.2 / (download) - annotate - [select for diffs], Mon Aug 31 18:09:10 2020 UTC (3 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
*: bump PKGREVISION for perl-5.32.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Apr 18 01:10:58 2020 UTC (3 years, 5 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
(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.