Subject: | Useless dependency on bytes and File::Copy |
Current Makefile.PL lists bytes and File::Copy as PREREQ_PM, but they are used nowhere in the code:
$ grep -HnrE 'bytes|File::Copy'
META.yml:23: File::Copy: 0
META.yml:25: bytes: 0
META.json:37: "File::Copy" : "0",
META.json:39: "bytes" : "0",
Makefile.PL:13: bytes => 0,
Makefile.PL:17: File::Copy => 0,
I recommend to remove them from Makefile.PL.