Skip Menu |

This queue is for tickets about the App-sourcepan CPAN distribution.

Report information
The Basics
Id: 128583
Status: open
Priority: 0/
Queue: App-sourcepan

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

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



Subject: Undeclared dependency IPC::Run
Test suite fails without IPC::Run: # Failed test 'use App::sourcepan;' # at t/00use.t line 8. # Tried to use 'App::sourcepan'. # Error: Can't locate IPC/Run.pm in @INC (you may need to install the IPC::Run module) (@INC contains: /usr/home/cpansand/.cpan/build/2019022114/App-sourcepan-0.04-2/blib/lib /usr/home/cpansand/.cpan/build/2019022114/App-sourcepan-0.04-2/blib/arch /home/cpansand/.cpan/build/2019022114/Module-Build-0.4224-0/blib/arch /home/cpansand/.cpan/build/2019022114/Module-Build-0.4224-0/blib/lib /home/cpansand/.cpan/build/2019022114/Module-Build-0.4224-0/blib/arch /home/cpansand/.cpan/build/2019022114/Module-Build-0.4224-0/blib/lib /usr/local/lib/perl5/site_perl/mach/5.28 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.28/mach /usr/local/lib/perl5/5.28 /usr/home/cpansand/.cpan/build/2019022114/App-sourcepan-0.04-2) at /usr/home/cpansand/.cpan/build/2019022114/App-sourcepan-0.04-2/blib/lib/App/sourcepan.pm line 16. # BEGIN failed--compilation aborted at /usr/home/cpansand/.cpan/build/2019022114/App-sourcepan-0.04-2/blib/lib/App/sourcepan.pm line 16. # Compilation failed in require at t/00use.t line 8. # BEGIN failed--compilation aborted at t/00use.t line 8. # Looks like you failed 1 test of 1. t/00use.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests
On Thu Feb 21 15:20:25 2019, SREZIC wrote: Show quoted text
> Test suite fails without IPC::Run:
Ah, oops. The Build.PL and META.{yml,json} files all declare that requirement but there's a stale Makefile.PL that accidentally got packed into the dist. If your tooling is only reading that and nothing else then it'll break. I'll fix that on next release. -- Paul Evans