netftpserver-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Net::FTPServer] Re: CPAN testing of Net-FTPServer-1.119


From: Richard Jones
Subject: [Net::FTPServer] Re: CPAN testing of Net-FTPServer-1.119
Date: Tue, 6 Jan 2004 12:12:44 +0000
User-agent: Mutt/1.5.4i

On Tue, Jan 06, 2004 at 10:30:40AM +0000, Barbie wrote:
> Hi,
> 
> I am part of the CPAN Testing collective, who run automatic tests on 
> distributions uploaded to CPAN. In attempting to test your module, it failed 
> to create the Makefile as a few of the prerequisites weren't installed. As 
> automated testing relies on CPANPLUS to build the @INC list as it performs a 
> temporary build, I am unable to run the tests without manually having to 
> install modules.
> 
> I've had a look at your Makefile.PL and a simple change should suffice to get 
> this working. In you @args list, include the following entry:
> 
>     PREREQ_PM   =3D> {
> =09'Carp'=09=09=3D> '0', 
> =09'DynaLoader'=09=3D> '0', 
> =09'Fcntl'=09=09=3D> '0', 
> =09'Getopt::Long'=09=3D> '0', 
> =09'IO::Dir'=09=3D> '0', 
> =09'IO::File'=09=3D> '0', 
> =09'IO::Handle'=09=3D> '0', 
> =09'IO::Scalar'=09=3D> 1.126,
> =09'IO::Seekable'=09=3D> '0', 
> =09'IO::Select'=09=3D> '0', 
> =09'IO::Socket'=09=3D> '0', 
> =09'IPC::Open2'=09=3D> '0', 
> =09'POSIX'=09=09=3D> '0', 
> =09'Socket'=09=3D> '0', 
> =09'Sys::Hostname'=09=3D> '0', 
> =09'Sys::Syslog'=09=3D> '0',     
>    }
> 
> Which from the list appears to be all the required modules. This way CPANPLUS 
> will attempt to install these modules before making or testing your module.

Thanks.  I've added this patch to our CVS.

Rich.

-- 
Richard Jones. http://www.annexia.org/ http://freshmeat.net/users/rwmj
Merjis Ltd. http://www.merjis.com/ - improving website return on investment
PTHRLIB is a library for writing small, efficient and fast servers in C.
HTTP, CGI, DBI, lightweight threads: http://www.annexia.org/freeware/pthrlib/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]