Accepting request 1080808 from devel:languages:perl:autoupdate

- updated to 1.31
   see /usr/share/doc/packages/perl-Proc-Background/Changes
  
    Version 1.31
    * Allow { exe => undef } on Win32 for default OS determination of
      what to execute.
    * Avoid potential side effects from signal handlers when preparing
      to exec on Unix
    * Better perl 5.6 compatibility
    * Various documentation improvements

OBS-URL: https://build.opensuse.org/request/show/1080808
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Proc-Background?expand=0&rev=6
This commit is contained in:
2023-04-20 12:46:24 +00:00
committed by Git OBS Bridge
parent 0102675dd5
commit 9758c59037
4 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Apr 18 03:09:01 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.31
see /usr/share/doc/packages/perl-Proc-Background/Changes
Mon Apr 17 14:33:00 EDT 2023
Version 1.31
* Allow { exe => undef } on Win32 for default OS determination of
what to execute.
* Avoid potential side effects from signal handlers when preparing
to exec on Unix
* Better perl 5.6 compatibility
* Various documentation improvements
-------------------------------------------------------------------
Fri Oct 22 03:09:39 UTC 2021 - Tina Müller <timueller+perl@suse.de>