Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
share
/
doc
/
perl-Test2-Tools-Explain
Upload
4 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
Changes
210 B
-rw-r--r--
2016-10-04 04:02:43
Edit
Del
README.md
441 B
-rw-r--r--
2016-10-04 04:02:43
Edit
Del
Editing: README.md
(441 B)
Path: /usr/share/doc/perl-Test2-Tools-Explain/README.md
Back
# Test2::Tools::Explain, a data dumper for Test2 Test2::Suite dropped the `explain()` function that had been part of Test::More. For those who miss it in Test2, you can use Test2::Tools::Explain. use Test2::Tools::Explain; my $errors = fleeble_the_whatzit(); is( $errors, [], 'Should have no errors from fleebling' ) or diag explain( $errors ); Note that `explain` does not output anything. It returns a formatted string.