8
0

Accepting request 726627 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/726627
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Next?expand=0&rev=24
This commit is contained in:
Stephan Kulow
2019-08-28 06:31:56 +00:00
committed by Git OBS Bridge
parent 855ae7abd3
commit 1e61588e4f
4 changed files with 32 additions and 11 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Aug 28 05:09:50 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 1.18
see /usr/share/doc/packages/perl-File-Next/Changes
1.18 Tue Aug 27 17:08:38 CDT 2019
[SPEEDUP]
Updated the internals to minimize the number of times that stat()
gets called on each file or directory.
[FIXES]
t/from_file.t would fail under Windows because File::Temp would
put a backslash in front of the name of the tempfile. Thanks,
Varadinsky. (GH#32)
Had to specify a minimum version of File::Temp. Thanks, Justin Mohr.
(GH#29)
-------------------------------------------------------------------
Sat Jul 9 05:17:44 UTC 2016 - coolo@suse.com