Skip Menu |

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

Report information
The Basics
Id: 121323
Status: new
Priority: 0/
Queue: File-Xcopy

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

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



Subject: Remove test.pl
"make test" would run both t/*.t and test.pl --- and if the module is not yet installed, then the latter fails: ... PERL_DL_NONLAZY=1 "/usr/perl5.24.1p/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl Can't locate File/Xcopy.pm in @INC (you may need to install the File::Xcopy module) (@INC contains: blib/lib blib/arch /home/cpansand/.cpan/build/2017042321/ExtUtils-AutoInstall-0.64-1/blib/arch /home/cpansand/.cpan/build/2017042321/ExtUtils-AutoInstall-0.64-1/blib/lib /home/cpansand/.cpan/build/2017042321/ExtUtils-AutoInstall-0.64-1/blib/arch /home/cpansand/.cpan/build/2017042321/ExtUtils-AutoInstall-0.64-1/blib/lib /usr/perl5.24.1p/lib/site_perl/5.24.1/amd64-freebsd /usr/perl5.24.1p/lib/site_perl/5.24.1 /usr/perl5.24.1p/lib/5.24.1/amd64-freebsd /usr/perl5.24.1p/lib/5.24.1 .) at t/Xcopy.t line 9. BEGIN failed--compilation aborted at t/Xcopy.t line 9. ... I don't think there's a reason for keeping test.pl --- probably it's best to remove it.