diff options
author | Lukas Mai <l.mai@web.de> | 2016-01-10 17:37:22 +0100 |
---|---|---|
committer | Lukas Mai <l.mai@web.de> | 2016-01-10 18:00:05 +0100 |
commit | cb0ee57a7d1f2e00a980be7c8e54b7b704cd764b (patch) | |
tree | a7dd3c63fc70a9058b5254c39e10fd92000eefdf /pod | |
parent | 1543af16e66190e54ad5c3ab37d7bbfe66e35cef (diff) | |
download | perl-cb0ee57a7d1f2e00a980be7c8e54b7b704cd764b.tar.gz |
fix more file paths
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlhack.pod | 2 | ||||
-rw-r--r-- | pod/perlipc.pod | 6 | ||||
-rw-r--r-- | pod/perlmroapi.pod | 4 | ||||
-rw-r--r-- | pod/perlport.pod | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 70f4265dbc..4e79063374 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -897,7 +897,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 F<ext/IO/t/io_dir.t>). If necessary, run just the +(most notably F<dist/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 diff --git a/pod/perlipc.pod b/pod/perlipc.pod index 33362c19ef..8effcf09fc 100644 --- a/pod/perlipc.pod +++ b/pod/perlipc.pod @@ -168,9 +168,9 @@ is liable to generate zombies. If this matters to you, you'll need to do your own fork() and exec(), and kill the errant child process. For more complex signal handling, you might see the standard POSIX -module. Lamentably, this is almost entirely undocumented, but -the F<t/lib/posix.t> file from the Perl source distribution has some -examples in it. +module. Lamentably, this is almost entirely undocumented, but the +F<ext/POSIX/t/sigaction.t> file from the Perl source distribution has +some examples in it. =head2 Handling the SIGHUP Signal in Daemons diff --git a/pod/perlmroapi.pod b/pod/perlmroapi.pod index 54da7dded2..4d19cdab5f 100644 --- a/pod/perlmroapi.pod +++ b/pod/perlmroapi.pod @@ -90,8 +90,8 @@ value that you pass it. =head1 Examples For examples of MRO implementations, see C<S_mro_get_linear_isa_c3()> -and the C<BOOT:> section of F<mro/mro.xs>, and C<S_mro_get_linear_isa_dfs()> -in F<mro.c> +and the C<BOOT:> section of F<ext/mro/mro.xs>, and +C<S_mro_get_linear_isa_dfs()> in F<mro_core.c> =head1 AUTHORS diff --git a/pod/perlport.pod b/pod/perlport.pod index 031b2b10a9..d4c970ad58 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -2048,7 +2048,7 @@ Some tests are known to fail: =item * -F<ext/XS-APItes/t/call_checker.t> - see +F<ext/XS-APItest/t/call_checker.t> - see L<https://rt.perl.org/Ticket/Display.html?id=78502> =item * |