setting license to ${PERL5_LICENSE} according to module POD
Upstream changes:
Sun Jul 5 15:40:32 PDT 2009
* Release version 1.10.
Sun Jul 5 15:15:12 PDT 2009
* Makefile.PL: Resolve
https://rt.cpan.org/Ticket/Display.html?id=47100 by passing
PREREQ_PM to WriteMakefile().
Patch by: Tomas Doran <bobtfish@bobtfish.net>
Wed Jul 1 22:58:13 PDT 2009
* README: Correct the URL to the Subversion repository for
this project.
Wed Jul 1 22:46:11 PDT 2009
* Release version 1.09.
Wed Jul 1 22:36:06 PDT 2009
* Makefile.PL: Switch from die() to warn() if Win32::Process
isn't installed into a warning. When running under CPAN.pm,
the die causes the install to fail before processing
dependencies. Reducing this to a warning means that CPAN
will cleanly install Proc::Background and Win32::Process
with no user intervention needed in strawberry perl or even
ActiveState if you have a working make.
Patch by: Tomas Doran <bobtfish@bobtfish.net>