From 271bb1ced3feab8bd4e080709b0c076fc07a34bb Mon Sep 17 00:00:00 2001 From: Anton Berezin Date: Thu, 20 Dec 2007 09:35:55 +0000 Subject: Update to 0.40. Changes: http://search.cpan.org/dist/IPC-Cmd/CHANGES --- devel/p5-IPC-Cmd/files/patch-IPC-Cmd.pm | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 devel/p5-IPC-Cmd/files/patch-IPC-Cmd.pm (limited to 'devel/p5-IPC-Cmd/files/patch-IPC-Cmd.pm') diff --git a/devel/p5-IPC-Cmd/files/patch-IPC-Cmd.pm b/devel/p5-IPC-Cmd/files/patch-IPC-Cmd.pm deleted file mode 100644 index d3399f74eb68..000000000000 --- a/devel/p5-IPC-Cmd/files/patch-IPC-Cmd.pm +++ /dev/null @@ -1,13 +0,0 @@ -$Id$ - ---- lib/IPC/Cmd.pm.orig Sat Dec 2 15:55:55 2006 -+++ lib/IPC/Cmd.pm Sat Dec 2 15:56:52 2006 -@@ -597,7 +597,7 @@ sub _system_run { - ### we should re-open this filehandle right now, not - ### just dup it - if( $redir eq '>&' ) { -- open( $fh, '>', File::Spec->devnull ) or ( -+ open( $fh, '> ' . File::Spec->devnull ) or ( - Carp::carp(loc("Could not reopen '$name': %1", $!)), - return - ); -- cgit v1.2.3