Removed a note about Test::Harness that was obsoleted by the release of
authorJesse Vincent <jesse@bestpractical.com>
Tue, 19 Apr 2011 08:44:12 +0000 (18:44 +1000)
committerJesse Vincent <jesse@bestpractical.com>
Tue, 19 Apr 2011 08:44:12 +0000 (18:44 +1000)
Test::Harness 3.23

pod/perldelta.pod

index 0b36d67..97e47b6 100644 (file)
@@ -4424,15 +4424,6 @@ interrupted by a signal.
 
 =item *
 
-L<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> (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)
-
-=item *
-
 L<version> now prevents object methods from being called as class methods
 (d808b68)