Skip Menu |

This queue is for tickets about the Net-FTP-AutoReconnect CPAN distribution.

Report information
The Basics
Id: 115719
Status: new
Priority: 0/
Queue: Net-FTP-AutoReconnect

People
Owner: Nobody in particular
Requestors: ppisar [...] redhat.com
Cc:
AdminCc:

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



Subject: Useless dependency on IO::Handle and Fcntl
Makefile.PL declares: 'PREREQ_PM' => { Net::FTP => 0, IO::Handle => 0, Fcntl => 0, }, but IO::Handle and Fcntl are not used in the code or tests or build script. I recommend to remove them from the dependency list.