Subject: | IO-stringy/Makefile.PL bug - name should be module name |
You have
WriteMakefile(
NAME => "IO-stringy",
VERSION_FROM => "lib/IO/Stringy.pm",
It should be
WriteMakefile(
NAME => "IO::Stringy",
VERSION_FROM => "lib/IO/Stringy.pm",
otherwise the .packlist gets put in the wrong location