pkgsrc/devel/p5-Test2-Tools-Explain/DESCR
mef ec5c650d7c (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.
2020-04-18 01:10:58 +00:00

12 lines
335 B
Text

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.