Skip Menu |

This queue is for tickets about the Net-IMAP-Server CPAN distribution.

Report information
The Basics
Id: 35616
Status: resolved
Priority: 0/
Queue: Net-IMAP-Server

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

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



Subject: missing dependency declaration
Today I saw this failing test which indicates that Net::SSLeay is a prerequisite but it is not declared in the Makefile.PL: # Failed test 'use Net::IMAP::Server;' # at t/00.load.t line 4. # Tried to use 'Net::IMAP::Server'. # Error: Can't locate Net/SSLeay.pm in @INC (@INC contains: /home/sand/.cpan/build/Net-IMAP-Server-0.5-vBTM78/inc /home/sand/.cpan/build/Net-IMAP-Server-0.5-vBTM78/blib/lib /home/sand/.cpan/build/Net-IMAP-Server-0.5-vBTM78/blib/arch /home/src/perl/repoperls/installed-perls/maint-5.8/pRSLTRF/perl-5.8.8@33736/lib/5.8.8/i686-linux-64int /home/src/perl/repoperls/installed-perls/maint-5.8/pRSLTRF/perl-5.8.8@33736/lib/5.8.8 /home/src/perl/repoperls/installed-perls/maint-5.8/pRSLTRF/perl-5.8.8@33736/lib/site_perl/5.8.8/i686-linux-64int /home/src/perl/repoperls/installed-perls/maint-5.8/pRSLTRF/perl-5.8.8@33736/lib/site_perl/5.8.8 .) at /home/src/perl/repoperls/installed-perls/maint-5.8/pRSLTRF/perl-5.8.8@33736/lib/site_perl/5.8.8/Net/Server/Proto/Coro.pm line 7. # BEGIN failed--compilation aborted at /home/src/perl/repoperls/installed-perls/maint-5.8/pRSLTRF/perl-5.8.8@33736/lib/site_perl/5.8.8/Net/Server/Proto/Coro.pm line 7. # Compilation failed in require at /home/src/perl/repoperls/installed-perls/maint-5.8/pRSLTRF/perl-5.8.8@33736/lib/site_perl/5.8.8/Net/Server/Coro.pm line 10. # BEGIN failed--compilation aborted at /home/src/perl/repoperls/installed-perls/maint-5.8/pRSLTRF/perl-5.8.8@33736/lib/site_perl/5.8.8/Net/Server/Coro.pm line 10. # Compilation failed in require at (eval 3) line 3. # ^I...propagated at /home/src/perl/repoperls/installed-perls/maint-5.8/pRSLTRF/perl-5.8.8@33736/lib/5.8.8/base.pm line 93. # BEGIN failed--compilation aborted at /home/sand/.cpan/build/Net-IMAP-Server-0.5-vBTM78/blib/lib/Net/IMAP/Server.pm line 6. # Compilation failed in require at (eval 2) line 2. # BEGIN failed--compilation aborted at (eval 2) line 2. Use of uninitialized value in concatenation (.) or string at t/00.load.t line 7. # Testing Net::IMAP::Server # Looks like you failed 1 test of 1. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests Thanks,
On Sun May 04 01:19:46 2008, ANDK wrote: Show quoted text
> Today I saw this failing test which indicates that Net::SSLeay is a > prerequisite but it is not declared in the Makefile.PL:
Thanks for the catch. Version 0.6 is on its way to CPAN, which should fix this. - Alex