Upstream changes:
0.04 2012-Nov-29
! This method of running subcommands doesn't work hot on
Windows (except cygwin). Instead of hanging the cpantesters,
we'll instead drop the platform altogether.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
It does so by running the command under IPC::Open3, closing the stdin
immediately, and reading everything from the command's stdout and stderr.
It then makes the output available to be tested.