diff options
author | Casey R. Tweten <crt@kiski.net> | 2000-11-21 10:01:25 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-22 21:01:12 +0000 |
commit | d032053e770dbe803c9cc0c686928de033389f0c (patch) | |
tree | d4bb768dd56ffa65468dede3d716d41325ff6364 /lib/Test.pm | |
parent | 0154485940d6191adcfa079e1ddd517d4fb5d4e8 (diff) | |
download | perl-d032053e770dbe803c9cc0c686928de033389f0c.tar.gz |
Test.pm POD peculiarity
Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
p4raw-id: //depot/perl@7804
Diffstat (limited to 'lib/Test.pm')
-rw-r--r-- | lib/Test.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Test.pm b/lib/Test.pm index c18d3812e5..60e9f7eee1 100644 --- a/lib/Test.pm +++ b/lib/Test.pm @@ -177,9 +177,9 @@ __END__ =head1 DESCRIPTION -L<Test::Harness> expects to see particular output when it executes -tests. This module aims to make writing proper test scripts just a -little bit easier (and less error prone :-). +L<Test::Harness|Test::Harness> expects to see particular output when it +executes tests. This module aims to make writing proper test scripts just +a little bit easier (and less error prone :-). =head1 TEST TYPES |