Skip Menu |

This queue is for tickets about the autodie CPAN distribution.

Report information
The Basics
Id: 131344
Status: resolved
Priority: 0/
Queue: autodie

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

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



Subject: t/no-all.t fails without IPC::System::Simple
On some of my smokers: ... IPC::System::Simple required for Fatalised/autodying system() at t/no-all.t line 7. BEGIN failed--compilation aborted at t/no-all.t line 7. # Looks like your test exited with 2 before it could output anything. t/no-all.t ....................... Dubious, test returned 2 (wstat 512, 0x200) Failed 1/1 subtests ...
On Fri Jan 03 04:12:53 2020, SREZIC wrote: Show quoted text
> On some of my smokers: > > ... > IPC::System::Simple required for Fatalised/autodying system() at t/no- > all.t line 7. > BEGIN failed--compilation aborted at t/no-all.t line 7. > # Looks like your test exited with 2 before it could output anything. > t/no-all.t ....................... > Dubious, test returned 2 (wstat 512, 0x200) > Failed 1/1 subtests > ...
Fixed by https://github.com/pjf/autodie/commit/7a9888305247d15eba0b5c1edb02c2c2e3cadbc2 Only test t/no-all.t if optional IPC::System::Simple is available POD documentation clarifies that this is an optional module so the test necessarily has to be optional too.