This repository was archived by the owner on Aug 4, 2024. It is now read-only.
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -69,11 +69,11 @@ tell the harness that no tests should run and why.
69
69
70
70
=over 4
71
71
72
- =item L<Test2::Require::CanReallyfork >
72
+ =item L<Test2::Require::RealFork >
73
73
74
74
Similar to this module, but will skip on any perl that only has fork emulation.
75
75
76
- =item L<Test2::Require::CanThread >
76
+ =item L<Test2::Require::Threads >
77
77
78
78
Skip the test file if the system does not support threads.
79
79
Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ and exit true.
43
43
44
44
=over 4
45
45
46
- =item L<Test2::Require::Canfork >
46
+ =item L<Test2::Require::Fork >
47
47
48
48
Similar to this module, but will allow fork emulation.
49
49
50
- =item L<Test2::Require::CanThread >
50
+ =item L<Test2::Require::Threads >
51
51
52
52
Skip the test file if the system does not support threads.
53
53
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ also need to tell the harness that no tests should run and why.
63
63
64
64
=over 4
65
65
66
- =item L<Test2::Require::CanFork >
66
+ =item L<Test2::Require::Fork >
67
67
68
68
Skip the test file if the system does not support forking.
69
69
You can’t perform that action at this time.
0 commit comments