diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-22 14:46:24 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-22 14:46:24 +0000 |
commit | 97017a809da405a36dfccf88d7bd13d26ca0e932 (patch) | |
tree | d6d059602b61b305074e7ef37e3528562be6b229 /pod | |
parent | 32fb2b7854b4f571a20a8804fd6ec64101553f6d (diff) | |
download | perl-97017a809da405a36dfccf88d7bd13d26ca0e932.tar.gz |
rename tests to more appropriate names
p4raw-id: //depot/perl@5875
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index b9e81e972a..4ad600210d 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2651,7 +2651,7 @@ warning. And in Perl 5.005, this special treatment will cease. =head2 Thread test failures -The subtests 19 and 20 of lib/thread.t test are known to fail due to +The subtests 19 and 20 of lib/thr5005.t test are known to fail due to fundamental problems in the 5.005 threading implementation. These are not new failures--Perl 5.005_0x has the same bugs, but didn't have these tests. |