diff options
author | Jan F. Chadima <jfch@jagda.eu> | 2019-09-28 09:26:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-09-28 09:26:42 +0700 |
commit | 301028a4976cfcfe69e2ce8bfbd04bd05bd24012 (patch) | |
tree | 743b21418109be20a151112b82b61b8336b64bc6 /perl/perl-Test-SubCalls/README | |
parent | 30ca0471898759da335b50bb6f7520816b94d990 (diff) |
perl/perl-Test-SubCalls: Added (Tests for Perl 5).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Test-SubCalls/README')
-rw-r--r-- | perl/perl-Test-SubCalls/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/perl/perl-Test-SubCalls/README b/perl/perl-Test-SubCalls/README new file mode 100644 index 0000000000000..c563e9742c9c8 --- /dev/null +++ b/perl/perl-Test-SubCalls/README @@ -0,0 +1,9 @@ +Test::SubCalls is an extension of the Perl 5 object system. + +There are a number of different situations (like testing caching code) +where you want to want to do a number of tests, and then verify that +some underlying subroutine deep within the code was called a specific +number of times. + +This module provides a number of functions for doing testing in this +way in association with your normal Test::More (or similar) test scripts. |