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()