Skip Menu |

This queue is for tickets about the IPC-Run3 CPAN distribution.

Report information
The Basics
Id: 12371
Status: resolved
Priority: 0/
Queue: IPC-Run3

People
Owner: rjbs [...] cpan.org
Requestors: david.morel [...] intradot.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.009
Fixed in: (no value)



Subject: strict subs error on gettimeofday when run in debugger
I had to change line 556 in IPC/Run3.pm in order to have the perl debugger work instead of throwing 'Bareword "gettimeofday" not allowed while "strict subs" in use at /usr/local/share/perl/5.6.1/IPC/Run3.pm line 551' here's the simple change : < scalar gettimeofday Show quoted text
> scalar gettimeofday()