summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2010-07-20 01:49:39 -0400
committerDavid Golden <dagolden@cpan.org>2010-07-20 01:49:39 -0400
commit3f9b37f944c68f0fd067e5e250844ede663bea5f (patch)
treeae5f5306d265328356f681cffe621e1c6b28e434
parent98e17e694eb433297ed4894a0649db98dd3b51b9 (diff)
downloadperl-3f9b37f944c68f0fd067e5e250844ede663bea5f.tar.gz
Fix Pod warning in perl5133delta.pod
-rw-r--r--pod/perl5133delta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl5133delta.pod b/pod/perl5133delta.pod
index c39dbf4f51..d4ccb5ef1c 100644
--- a/pod/perl5133delta.pod
+++ b/pod/perl5133delta.pod
@@ -555,7 +555,7 @@ interrupted by a signal
Test-Harness was updated from 3.17 to 3.21 for this release. A rewrite
in how it handles non-Perl tests (in 3.17_01) broke argument passing to
-non-Perl tests with L<prove(1)> (RT #59186), and required that non-Perl
+non-Perl tests with L<prove> (RT #59186), and required that non-Perl
tests be run as C<prove ./test.sh> instead of C<prove test.sh> These
issues are being solved upstream, but didn't make it into this release.
They're expected to be fixed in time for perl v5.13.4. (RT #59457)