From: Graham Knop Date: Sat, 28 Dec 2019 19:36:19 +0000 (+0100) Subject: add Proc::Background author prereq so Win32 module is loadable X-Git-Tag: 1.41~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9239f18ff4f3b1a912ff71fb1bf450411e6cb63c;hp=5cad4171344eb71f0055314c2b8752affe5a76a4;p=catagits%2FCatalyst-Devel.git add Proc::Background author prereq so Win32 module is loadable --- diff --git a/Makefile.PL b/Makefile.PL index 56b1712..ade0d9e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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';