Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Test2-Tools-Explain
From: Makoto Fujiwara
Date: 2020-04-18 03:10:58
Message id: 20200418011058.45FA4FB27@cvs.NetBSD.org
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.
Files: