Skip Menu |

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

Report information
The Basics
Id: 71500
Status: rejected
Priority: 0/
Queue: Net-IMAP-Server

People
Owner: Nobody in particular
Requestors: random.ua [...] gmail.com
Cc:
AdminCc:

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



Subject: Net::IMAP::Server 1.29 -- fcntl() on unopened filehandle
Date: Thu, 6 Oct 2011 17:01:32 +0300
To: bug-Net-IMAP-Server [...] rt.cpan.org
From: Alexander <random.ua [...] gmail.com>
- Distribution name and version: Net::IMAP::Server 1.29 - Perl version: This is perl, v5.8.8 built for i386-linux-thread-multi - Operating System vendor and version: Linux 2.6.23.17-88.fc7 Steps to reproduce a problem: # perl -MNet::IMAP::Server -e "Net::IMAP::Server->new->run" fcntl() on unopened filehandle GEN0 at /usr/lib/perl5/site_perl/5.8.8/AnyEvent/Util.pm line 376. (in cleanup) Can't locate object method "socket" via package "Net::IMAP::Server" at /usr/lib/perl5/site_perl/5.8.8/Net/IMAP/Server.pm line 279.
On 2011-10-06T10:01:41-04:00, random.ua@gmail.com wrote: Show quoted text
> - Distribution name and version: Net::IMAP::Server 1.29 > - Perl version: This is perl, v5.8.8 built for i386-linux-thread-multi > - Operating System vendor and version: Linux 2.6.23.17-88.fc7 > > Steps to reproduce a problem: > # perl -MNet::IMAP::Server -e "Net::IMAP::Server->new->run" > > fcntl() on unopened filehandle GEN0 at > /usr/lib/perl5/site_perl/5.8.8/AnyEvent/Util.pm line 376. > (in cleanup) Can't locate object method "socket" via package > "Net::IMAP::Server" at /usr/lib/perl5/site_perl/5.8.8/Net/IMAP/Server.pm > line 279.
I sadly can't replicate this at all. Can you install Module::Versions::Report and run: perl -MNet::IMAP::Server -MModule::Versions::Report -e 1 ...and show me the result? Also, is there anything interesting, firewall- or otherwise port-wise, with the machine in question? - Alex