Description: disable use of Devel::CheckOS (not packaged)
Origin: vendor
Forwarded: not-needed
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2024-03-24

--- a/t/fork.t
+++ b/t/fork.t
@@ -4,7 +4,6 @@
 use nptestutils;
 
 use Config;
-use Devel::CheckOS qw(os_is);
 
 use Test::More;
 
@@ -14,7 +13,7 @@
 
 SKIP: {
     skip "fork() isn't supported properly on Windows", 3
-        if(os_is("MicrosoftWindows"));
+        if($^O eq 'MSWin32');
     skip "Parallel::ForkManager needed for these tests", 3
         unless($INC{'Parallel/ForkManager.pm'});
 
