projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eca6f53
)
Fix POD formatting error.
author
James E Keenan
<jkeenan@cpan.org>
Sun, 17 Nov 2013 15:58:07 +0000
(16:58 +0100)
committer
James E Keenan
<jkeenan@cpan.org>
Sun, 17 Nov 2013 15:58:07 +0000
(16:58 +0100)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
b3ff9b3
..
eed9ea8
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-323,7
+323,7
@@
that they represent may be covered elsewhere.
=item *
-
L
<ext/File-Find/t/find.t> has been converted from manual C<print>
+
F
<ext/File-Find/t/find.t> has been converted from manual C<print>
statements to Test::More functions. Each test now has a description.
[perl #120503]