|
NAMETest2::Bundle::Simple - ALMOST a drop-in replacement for Test::Simple. DESCRIPTIONThis bundle is intended to be a (mostly) drop-in replacement for Test::Simple. See "KEY DIFFERENCES FROM Test::Simple" for details. SYNOPSIS use Test2::Bundle::Simple;
ok(1, "pass");
done_testing;
PLUGINSThis loads Test2::Plugin::ExitSummary. TOOLSThese are all from Test2::Tools::Basic.
KEY DIFFERENCES FROM Test::Simple
SOURCEThe source code repository for Test2-Suite can be found at https://github.com/Test-More/Test2-Suite/. MAINTAINERSAUTHORSCOPYRIGHTCopyright 2018 Chad Granum <exodist@cpan.org>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://dev.perl.org/licenses/
|