8
0

Accepting request 178995 from home:coolo:update-perl

update

OBS-URL: https://build.opensuse.org/request/show/178995
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Proc-Simple?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2013-06-15 05:57:58 +00:00
committed by Git OBS Bridge
parent 5f692d0013
commit 827e405183
4 changed files with 79 additions and 19 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Jun 14 14:41:45 UTC 2013 - coolo@suse.com
- updated to 1.31
(ms) To better deal with the race condition in the
previous release, kill the newly created child
process first, then send a killpg to its process
group and ignore the outcome.
(ms) [RT 81203] Jim A Kessler reported a perl 5.16 issue
with the "AutoLoader" line, so I went ahead and removed
all references to "Exporter" and "AutoLoader", as
Proc::Simple isn't using them at all.
-------------------------------------------------------------------
Mon Dec 5 14:39:34 UTC 2011 - Sascha.Manns@open-slx.de