add Proc::Background author prereq so Win32 module is loadable
Graham Knop [Sat, 28 Dec 2019 19:36:19 +0000 (20:36 +0100)]
Makefile.PL

index 56b1712..ade0d9e 100644 (file)
@@ -38,6 +38,7 @@ if (!$Module::Install::AUTHOR && $^O ne 'MSWin32') {
 requires 'Module::Install' => '1.02';
 
 author_requires 'IPC::Run3';
+author_requires 'Proc::Background';
 author_requires 'Test::Pod';
 author_requires 'Test::Pod::Coverage';