Skip Menu |

This queue is for tickets about the Proc-Application CPAN distribution.

Report information
The Basics
Id: 11425
Status: new
Priority: 0/
Queue: Proc-Application

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

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



Subject: add some missing prereqs [patch]
Please add some missing prereq's -- http://xarch.tu-graz.ac.at/home/rurban/
--- Proc-Application-0.01/Makefile.PL.orig 2000-09-22 08:27:20.000000000 +0100 +++ Proc-Application-0.01/Makefile.PL 2005-02-08 17:14:32.700702500 +0100 @@ -3,7 +3,14 @@ WriteMakefile ( NAME => 'Proc::Application', VERSION => '0.01', - PREREQ_PM => { 'IO::Socket::SSL' => '0.73' } ); + PREREQ_PM => { 'IO::Socket::SSL' => '0.73', + 'Log::Dispatch' => 0, + 'Proc::PID_File' => 0, + 'Getopt::ArgvFile' => 0, + 'Getopt::Long' => 0, + 'HTTP::Daemon' => 0, + 'HTTP::Status' => 0, + } ); package MY;