Skip Menu |

This queue is for tickets about the File-Stat-Ls CPAN distribution.

Report information
The Basics
Id: 109767
Status: new
Priority: 0/
Queue: File-Stat-Ls

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



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.