Skip Menu |

This queue is for tickets about the Git-Open CPAN distribution.

Report information
The Basics
Id: 119476
Status: resolved
Priority: 0/
Queue: Git-Open

People
Owner: VEESH [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.1.9
Fixed in: 0.1.12



Subject: Tests fail (with newer Test-Mock-Cmd versions?)
My smokers started to report the following failure: ... Key is not system, exec, or qx at /tmpfs/.cpan-build-cpansand/2016122609/Git-Open-0.1.9-0/t/lib/TestSetup.pm line 6. BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2016122609/Git-Open-0.1.9-0/t/lib/TestSetup.pm line 6. Compilation failed in require at t/git-open-util.t line 8. BEGIN failed--compilation aborted at t/git-open-util.t line 8. t/git-open-util.t .. Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run Key is not system, exec, or qx at /tmpfs/.cpan-build-cpansand/2016122609/Git-Open-0.1.9-0/t/lib/TestSetup.pm line 6. BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2016122609/Git-Open-0.1.9-0/t/lib/TestSetup.pm line 6. Compilation failed in require at t/git-open.t line 8. BEGIN failed--compilation aborted at t/git-open.t line 8. t/git-open.t ....... Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run ... It seems that this is caused by a fix in Test::Mock::Cmd 0.7 (qr -> qx).
On Mon Dec 26 05:06:29 2016, SREZIC wrote: Show quoted text
> My smokers started to report the following failure: > > ... > Key is not system, exec, or qx at /tmpfs/.cpan-build- > cpansand/2016122609/Git-Open-0.1.9-0/t/lib/TestSetup.pm line 6. > BEGIN failed--compilation aborted at /tmpfs/.cpan-build- > cpansand/2016122609/Git-Open-0.1.9-0/t/lib/TestSetup.pm line 6. > Compilation failed in require at t/git-open-util.t line 8. > BEGIN failed--compilation aborted at t/git-open-util.t line 8. > t/git-open-util.t .. > Dubious, test returned 255 (wstat 65280, 0xff00) > No subtests run > Key is not system, exec, or qx at /tmpfs/.cpan-build- > cpansand/2016122609/Git-Open-0.1.9-0/t/lib/TestSetup.pm line 6. > BEGIN failed--compilation aborted at /tmpfs/.cpan-build- > cpansand/2016122609/Git-Open-0.1.9-0/t/lib/TestSetup.pm line 6. > Compilation failed in require at t/git-open.t line 8. > BEGIN failed--compilation aborted at t/git-open.t line 8. > t/git-open.t ....... > Dubious, test returned 255 (wstat 65280, 0xff00) > No subtests run > ... > > > It seems that this is caused by a fix in Test::Mock::Cmd 0.7 (qr -> > qx).
Yup, and I've fixed it now.