In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/4a408539bf705f19d7b7e4702dbada468fb9655f?hp=f78966ffb0f47ffdd7e0bb07b422308709bd39ae>
- Log ----------------------------------------------------------------- commit 4a408539bf705f19d7b7e4702dbada468fb9655f Author: Chris 'BinGOs' Williams <[email protected]> Date: Thu Mar 7 23:52:21 2013 +0000 Skip io/eintr.t on QNX Neutrino too ----------------------------------------------------------------------- Summary of changes: t/io/eintr.t | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/t/io/eintr.t b/t/io/eintr.t index c508ce4..9ea9cc7 100644 --- a/t/io/eintr.t +++ b/t/io/eintr.t @@ -51,7 +51,7 @@ if (exists $ENV{PERLIO} && $ENV{PERLIO} =~ /stdio/ ) { my ($osmajmin) = $Config{osvers} =~ /^(\d+\.\d+)/; if ($^O eq 'VMS' || $^O eq 'MSWin32' || $^O eq 'cygwin' || $^O =~ /freebsd/ || $^O eq 'midnightbsd' || - ($^O eq 'solaris' && $Config{osvers} eq '2.8') || + ($^O eq 'solaris' && $Config{osvers} eq '2.8') || $^O eq 'nto' || ($^O eq 'darwin' && $osmajmin < 9) || ((int($]*1000) & 1) == 0) ) { -- Perl5 Master Repository
