Skip Menu |

This queue is for tickets about the Test-Mock-Cmd CPAN distribution.

Report information
The Basics
Id: 132936
Status: new
Priority: 0/
Queue: Test-Mock-Cmd

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

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



Subject: Not compatible with IPC::Run3
Hello, I've found that using Test::Mock::Cmd with IPC::Run3 causes a compile failure. $ perl -Ilib/lib/perl5/ -e'use Test::Mock::Cmd "system" => sub { $current_system->(@_) }; use IPC::Run3;' Bareword found where operator expected at lib/lib/perl5/IPC/Run3.pm line 403, near "} is_win32" (Missing operator before is_win32?) syntax error at lib/lib/perl5/IPC/Run3.pm line 403, near "} is_win32 " I can reproduce with the Test::Mock::Cmd 0.7 and IPC::Run3 0.048. Best regards, Dave