In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/46ad546a2a9b3b7855aa8a18a1fb44588fd2b7c8?hp=a52df73496566f14fe84281c0f9106ad423eecb2>
- Log ----------------------------------------------------------------- commit 46ad546a2a9b3b7855aa8a18a1fb44588fd2b7c8 Author: Chris 'BinGOs' Williams <[email protected]> Date: Wed Feb 20 21:40:15 2013 +0000 Also skip io/eintr.t on MidnightBSD ----------------------------------------------------------------------- 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 5804f34..c508ce4 100644 --- a/t/io/eintr.t +++ b/t/io/eintr.t @@ -50,7 +50,7 @@ if (exists $ENV{PERLIO} && $ENV{PERLIO} =~ /stdio/ ) { # platforms my ($osmajmin) = $Config{osvers} =~ /^(\d+\.\d+)/; -if ($^O eq 'VMS' || $^O eq 'MSWin32' || $^O eq 'cygwin' || $^O =~ /freebsd/ || +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 'darwin' && $osmajmin < 9) || ((int($]*1000) & 1) == 0) -- Perl5 Master Repository
