Subject: | Wrong install of Ls.pm |
Ls.pm ends up in the wrong directory under blib:
$ env PERL_EXTUTILS_AUTOINSTALL=--testonly perl5.18.4 Makefile.PL
...
$ make
cp Ls.pm blib/lib/Ls.pm
-> But it should go to blib/lib/File/Stat/Ls.pm.
Subsequently "make test" fails afterwards.