From 6125ddbe30307c9e51d7f071abb10e6763641d00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Josef=20=C5=A0pa=C4=8Dek?= Date: Thu, 2 May 2024 12:35:21 +0200 Subject: [PATCH] Fix links in doc --- lib/Test2/Require/Fork.pm | 4 ++-- lib/Test2/Require/RealFork.pm | 4 ++-- lib/Test2/Require/Threads.pm | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/Test2/Require/Fork.pm b/lib/Test2/Require/Fork.pm index 3e1d145c..c0515168 100644 --- a/lib/Test2/Require/Fork.pm +++ b/lib/Test2/Require/Fork.pm @@ -69,11 +69,11 @@ tell the harness that no tests should run and why. =over 4 -=item L +=item L Similar to this module, but will skip on any perl that only has fork emulation. -=item L +=item L Skip the test file if the system does not support threads. diff --git a/lib/Test2/Require/RealFork.pm b/lib/Test2/Require/RealFork.pm index 50e8148e..45488ffa 100644 --- a/lib/Test2/Require/RealFork.pm +++ b/lib/Test2/Require/RealFork.pm @@ -43,11 +43,11 @@ and exit true. =over 4 -=item L +=item L Similar to this module, but will allow fork emulation. -=item L +=item L Skip the test file if the system does not support threads. diff --git a/lib/Test2/Require/Threads.pm b/lib/Test2/Require/Threads.pm index 9530f5dd..a42f0116 100644 --- a/lib/Test2/Require/Threads.pm +++ b/lib/Test2/Require/Threads.pm @@ -63,7 +63,7 @@ also need to tell the harness that no tests should run and why. =over 4 -=item L +=item L Skip the test file if the system does not support forking.