Skip to content
This repository was archived by the owner on Aug 4, 2024. It is now read-only.

Commit 72a4fb9

Browse files
authored
Merge pull request #293 from michal-josef-spacek/fix_links
Fix links in doc
2 parents c775d60 + 6125ddb commit 72a4fb9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lib/Test2/Require/Fork.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ tell the harness that no tests should run and why.
6969
7070
=over 4
7171
72-
=item L<Test2::Require::CanReallyfork>
72+
=item L<Test2::Require::RealFork>
7373
7474
Similar to this module, but will skip on any perl that only has fork emulation.
7575
76-
=item L<Test2::Require::CanThread>
76+
=item L<Test2::Require::Threads>
7777
7878
Skip the test file if the system does not support threads.
7979

lib/Test2/Require/RealFork.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ and exit true.
4343
4444
=over 4
4545
46-
=item L<Test2::Require::Canfork>
46+
=item L<Test2::Require::Fork>
4747
4848
Similar to this module, but will allow fork emulation.
4949
50-
=item L<Test2::Require::CanThread>
50+
=item L<Test2::Require::Threads>
5151
5252
Skip the test file if the system does not support threads.
5353

lib/Test2/Require/Threads.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ also need to tell the harness that no tests should run and why.
6363
6464
=over 4
6565
66-
=item L<Test2::Require::CanFork>
66+
=item L<Test2::Require::Fork>
6767
6868
Skip the test file if the system does not support forking.
6969

0 commit comments

Comments
 (0)