diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-06-18 13:41:14 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-06-21 07:59:01 -0600 |
commit | 52b65e4925d0d30a8c29f3da7d9b3e6d61a72736 (patch) | |
tree | cccb6fd0245d603cad65b2e43ac6397601cad873 /pod/perlhack.pod | |
parent | ab7c71393cb25059dab09176b04dfb7ac0529890 (diff) | |
download | perl-52b65e4925d0d30a8c29f3da7d9b3e6d61a72736.tar.gz |
perlhack: Change some C<> into F<>
Diffstat (limited to 'pod/perlhack.pod')
-rw-r--r-- | pod/perlhack.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 2d0fc1b68e..384720885f 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -834,7 +834,7 @@ non-conflicting test scripts itself, and there is no standard interface to C<make> utilities to interact with their job schedulers. Note that currently some test scripts may fail when run in parallel (most -notably C<ext/IO/t/io_dir.t>). If necessary, run just the failing scripts +notably F<ext/IO/t/io_dir.t>). If necessary, run just the failing scripts again sequentially and see if the failures go away. =head2 Running tests by hand |