8
0
forked from pool/perl-IPC-Run

- update to 0.86

- Add all files to subversion for easier releases
  - bump version on ALL files to 86
  - Remove use UNIVERSAL. - RT 51509
  - fix pod for Win32Helper - RT 51695
  - Better PATHEXT logic bug if cmd_name contains periods - RT 50739
  - Enhance tests for run.t for better diagnostics - RT 47630

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Run?expand=0&rev=7
This commit is contained in:
2010-03-26 11:06:48 +00:00
committed by Git OBS Bridge
parent 6a481aa274
commit 9e52b46dd3
5 changed files with 18 additions and 5 deletions

24
IPC-Run-0.86-path.diff Normal file
View File

@@ -0,0 +1,24 @@
--- abuse/blocking_debug_with_sub_coprocess
+++ abuse/blocking_debug_with_sub_coprocess
@@ -1,4 +1,4 @@
-#!/opt/i386-linux/perl/bin/perl -w
+#!/usr/bin/perl -w
## Submitted by Blair Zajac <blair@orcaware.com>
--- abuse/timers
+++ abuse/timers
@@ -1,4 +1,4 @@
-#!/usr/local/lib/perl -w
+#!/usr/bin/perl -w
use strict ;
use IPC::Run qw( :all ) ;
--- eg/run_daemon
+++ eg/run_daemon
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
## An example of how to daemonize. See the IPC::Run LIMITATIONS section for
## some reasons why this can be a bit dangerous.