summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-12-16 14:19:44 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-12-16 14:19:44 -0800
commitd70d8e57c63f6d17ba3736d0c1845411b2a13b4b (patch)
tree2f2c2b9e18215e0d12f1e3b0a336f137e8274f35 /pod/perldiag.pod
parentb7e4ecc18f313cca09b504f55ca16c31f20a01b9 (diff)
downloadperl-d70d8e57c63f6d17ba3736d0c1845411b2a13b4b.tar.gz
perldiag: use F<> for file names
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r--pod/perldiag.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index e2518625ea..1a63dbc8bb 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -955,7 +955,7 @@ the file, say, by doing C<make install>.
=item Can't locate loadable object for module %s in @INC
(F) The module you loaded is trying to load an external library, like
-for example, C<foo.so> or C<bar.dll>, but the L<DynaLoader> module was
+for example, F<foo.so> or F<bar.dll>, but the L<DynaLoader> module was
unable to locate this library. See L<DynaLoader>.
=item Can't locate object method "%s" via package "%s"