Skip Menu |

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

Report information
The Basics
Id: 46243
Status: resolved
Worked: 10 min
Priority: 0/
Queue: IPC-Run

People
Owner: TODDR [...] cpan.org
Requestors: jeremiah [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in:
  • 0.80
  • 0.80_91
  • 0.81_01
  • 0.82
Fixed in: (no value)



Subject: Bareword "POSIX::EINTR" not allowed while "strict subs" in use
This is the entire error message I get; Bareword "POSIX::EINTR" not allowed while "strict subs" in use at /usr/share/perl5/IPC/Run.pm line 1346. BEGIN not safe after errors--compilation aborted at /usr/share/perl5/IPC/Run.pm line 1430.
I cannot re-produce this error. Can you give me a perl -V so I have some idea how this is happening please? Please also check version 0.85 which will be released soon. thanks
On Tue Mar 23 00:18:39 2010, TODDR wrote: Show quoted text
> I cannot re-produce this error. Can you give me a perl -V so I have some > idea how this is happening please? Please also check version 0.85 which > will be released soon. thanks
I'm not the initial reporter, but I've had this happen before with constants, and one fix that works (if it was defined by "use constant") is to make it a function call (in this case, POSIX::EINTR() )
Ticket migrated to github as https://github.com/toddr/IPC-Run/issues/84