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

Commit

Permalink
Fix links in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-josef-spacek committed May 2, 2024
1 parent c775d60 commit 6125ddb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/Test2/Require/Fork.pm
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ tell the harness that no tests should run and why.
=over 4
=item L<Test2::Require::CanReallyfork>
=item L<Test2::Require::RealFork>
Similar to this module, but will skip on any perl that only has fork emulation.
=item L<Test2::Require::CanThread>
=item L<Test2::Require::Threads>
Skip the test file if the system does not support threads.
Expand Down
4 changes: 2 additions & 2 deletions lib/Test2/Require/RealFork.pm
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ and exit true.
=over 4
=item L<Test2::Require::Canfork>
=item L<Test2::Require::Fork>
Similar to this module, but will allow fork emulation.
=item L<Test2::Require::CanThread>
=item L<Test2::Require::Threads>
Skip the test file if the system does not support threads.
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Require/Threads.pm
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ also need to tell the harness that no tests should run and why.
=over 4
=item L<Test2::Require::CanFork>
=item L<Test2::Require::Fork>
Skip the test file if the system does not support forking.
Expand Down

0 comments on commit 6125ddb

Please sign in to comment.