diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2007-12-20 09:35:55 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2007-12-20 09:35:55 +0000 |
commit | 271bb1ced3feab8bd4e080709b0c076fc07a34bb (patch) | |
tree | 846a185fbe1d008151e49788cae693b46b781f52 /devel/p5-IPC-Cmd/files/patch-IPC-Cmd.pm | |
parent | Update to 0.27. (diff) |
Update to 0.40.
Changes: http://search.cpan.org/dist/IPC-Cmd/CHANGES
Notes
Notes:
svn path=/head/; revision=204177
Diffstat (limited to 'devel/p5-IPC-Cmd/files/patch-IPC-Cmd.pm')
-rw-r--r-- | devel/p5-IPC-Cmd/files/patch-IPC-Cmd.pm | 13 |
1 files changed, 0 insertions, 13 deletions
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 - ); |