diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-07 22:52:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-07 22:52:33 +0000 |
commit | 11c6e5fc65f26ba5219997d19707b998a9abf26d (patch) | |
tree | a1dc8073a679611d3f09c01eda006cc3f6f846b1 /Master/tlpkg/tlperl/lib/Test/More.pm | |
parent | a6593bd4f2eb12ae25540de026f7f9ebcf230a2f (diff) |
tl20 perl 5.30.1 for Windows, from Siep
git-svn-id: svn://tug.org/texlive/trunk@54166 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Test/More.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Test/More.pm | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/Master/tlpkg/tlperl/lib/Test/More.pm b/Master/tlpkg/tlperl/lib/Test/More.pm index 9184c6281da..473c86eba63 100644 --- a/Master/tlpkg/tlperl/lib/Test/More.pm +++ b/Master/tlpkg/tlperl/lib/Test/More.pm @@ -17,7 +17,7 @@ sub _carp { return warn @_, " at $file line $line\n"; } -our $VERSION = '1.302133'; +our $VERSION = '1.302162'; use Test::Builder::Module; our @ISA = qw(Test::Builder::Module); @@ -95,8 +95,10 @@ Test::More - yet another framework for writing test scripts =head1 DESCRIPTION B<STOP!> If you're just getting started writing tests, have a look at -L<Test::Simple> first. This is a drop in replacement for Test::Simple -which you can switch to once you get the hang of basic testing. +L<Test2::Suite> first. + +This is a drop in replacement for Test::Simple which you can switch to once you +get the hang of basic testing. The purpose of this module is to provide a wide range of testing utilities. Various ways to say "ok" with better diagnostics, @@ -1918,6 +1920,8 @@ magic side-effects are kept to a minimum. WYSIWYG. =head2 ALTERNATIVES +L<Test2::Suite> is the most recent and modern set of tools for testing. + L<Test::Simple> if all this confuses you and you just want to write some tests. You can upgrade to Test::More later (it's forward compatible). @@ -1926,15 +1930,6 @@ L<Test::Legacy> tests written with Test.pm, the original testing module, do not play well with other testing libraries. Test::Legacy emulates the Test.pm interface and does play well with others. -=head2 TESTING FRAMEWORKS - -L<Fennec> The Fennec framework is a testers toolbox. It uses L<Test::Builder> -under the hood. It brings enhancements for forking, defining state, and -mocking. Fennec enhances several modules to work better together than they -would if you loaded them individually on your own. - -L<Fennec::Declare> Provides enhanced (L<Devel::Declare>) syntax for Fennec. - =head2 ADDITIONAL LIBRARIES L<Test::Differences> for more ways to test complex data structures. |