8
0

Accepting request 622862 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/622862
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=33
This commit is contained in:
Stephan Kulow
2018-07-16 06:43:27 +00:00
committed by Git OBS Bridge
parent 7092654987
commit 65210749c8
4 changed files with 36 additions and 6 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Sun Jul 15 05:54:57 UTC 2018 - coolo@suse.com
- updated to 0.106
see /usr/share/doc/packages/perl-Path-Tiny/Changes
0.106 2018-07-14 09:37:00-04:00 America/New_York
[Tests]
- Protected t/locking.t from PERL_PATH_TINY_NO_FLOCK already
in the environment.
0.105 2018-07-07 10:09:04-04:00 America/New_York (TRIAL RELEASE)
[Additions]
- The PERL_PATH_TINY_NO_FLOCK environment variable has been added to
allow users to disable file locking (and any associated warnings).
[Changes]
- Detection of unsupported 'flock' is no longer BSD-specific. This
allows detecting and warning, for example, with the Luster filesystem
on Linux.
[Tests]
- Improve reliability and diagnostics of tests run via 'do'.
-------------------------------------------------------------------
Sat Feb 18 07:12:28 UTC 2017 - coolo@suse.com