Fix POD formatting error.
authorJames E Keenan <jkeenan@cpan.org>
Sun, 17 Nov 2013 15:58:07 +0000 (16:58 +0100)
committerJames E Keenan <jkeenan@cpan.org>
Sun, 17 Nov 2013 15:58:07 +0000 (16:58 +0100)
pod/perldelta.pod

index b3ff9b3..eed9ea8 100644 (file)
@@ -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]