In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/138b66d5b5f1e411a577816b9bf212b6c483bf06?hp=0aa6d4a524fe5cbd48c99d293e1d8b643ab0387a>
- Log ----------------------------------------------------------------- commit 138b66d5b5f1e411a577816b9bf212b6c483bf06 Author: Jan Dubois <[email protected]> Date: Wed Dec 9 15:55:09 2009 -0800 OS/2 doesn't support inplace editing without backups ----------------------------------------------------------------------- Summary of changes: t/io/inplace.t | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/t/io/inplace.t b/t/io/inplace.t index ce09314..2ab5bf7 100644 --- a/t/io/inplace.t +++ b/t/io/inplace.t @@ -37,7 +37,7 @@ SKIP: { # based on code, dosish and epoc systems can't do no-backup inplace # edits - $^O =~ /^(MSWin32|cygwin|uwin|dos|epoc)$/ + $^O =~ /^(MSWin32|cygwin|uwin|dos|epoc|os2)$/ and skip("Can't inplace edit without backups on $^O", 4); our @ifiles = ( tempfile(), tempfile(), tempfile() ); -- Perl5 Master Repository
