Skip Menu |

This queue is for tickets about the IPC-Run CPAN distribution.

Report information
The Basics
Id: 4311
Status: resolved
Priority: 0/
Queue: IPC-Run

People
Owner: Nobody in particular
Requestors: corion [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.77
Fixed in: (no value)



Subject: IPC::Run dosen't list Win32::Process as its prerequisite
When building IPC::Run, the Makefile.PL dosen't check for Win32::Process, which is needed under Win32. Adding the following lines to the Makefile.PL fixes that: if ( $^O =~ /Win32/ ) { push @conditional_prereqs, "Win32::Process" => 0.0; };
Date: Tue, 18 Nov 2003 15:23:57 -0500
From: Barrie Slaymaker <barries [...] slaysys.com>
To: via RT <bug-IPC-Run [...] rt.cpan.org>
CC: "AdminCc of cpan Ticket #4311": ;
Subject: Re: [cpan #4311] IPC::Run dosen't list Win32::Process as its prerequisite
RT-Send-Cc:
Fixed, thanks. On Thu, Nov 06, 2003 at 08:21:52AM -0500, via RT wrote: Show quoted text
> > This message about IPC-Run was sent to you by CORION <CORION@cpan.org> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=4311 > > > When building IPC::Run, the Makefile.PL dosen't check for Win32::Process, which is needed under Win32. Adding the following lines to the Makefile.PL fixes that: > > if ( $^O =~ /Win32/ ) { > push @conditional_prereqs, "Win32::Process" => 0.0; > }; >