Subject: | Build failure on Win32 due to missing require() of Win32::Process |
This module fails to build on Win32, which breaks the Catalyst install,
among other things.
In the Makefile.PL, there is a "die unless Win32::Process is installed"
which seems unnneccessary. Surely this should be require 'Win32::process'..
References:
http://cpansearch.perl.org/src/BZAJAC/Proc-Background-1.08/Makefile.PL