diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-25 13:39:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-25 13:39:59 +0000 |
commit | 7117b91710c86753cd7195484dd8686981f52d5b (patch) | |
tree | 28a9f55ddafa38f492009a6eba28c22af86a62d2 /pod/perl572delta.pod | |
parent | 3f2ec160bb5d4b0fa4d71d9d6810ad59d6a54b71 (diff) | |
download | perl-7117b91710c86753cd7195484dd8686981f52d5b.tar.gz |
Add Test::More and Test::Simple to the delta.
p4raw-id: //depot/perl@10915
Diffstat (limited to 'pod/perl572delta.pod')
-rw-r--r-- | pod/perl572delta.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pod/perl572delta.pod b/pod/perl572delta.pod index 6ed4582ca7..536bc2f13d 100644 --- a/pod/perl572delta.pod +++ b/pod/perl572delta.pod @@ -140,6 +140,14 @@ L<Scalar::Util> - selection of general-utility scalar subroutines =item * +L<Test::More> - yet another framework for writing test scripts + +=item * + +L<Test::Simple> - Basic utilities for writing tests + +=item * + L<Time::HiRes> - high resolution ualarm, usleep, and gettimeofday =item * |