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.