8
0

Accepting request 401416 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/401416
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Next?expand=0&rev=21
This commit is contained in:
Stephan Kulow
2016-06-12 14:10:18 +00:00
committed by Git OBS Bridge
parent 0d9ad72b45
commit d2064deb7e
5 changed files with 65 additions and 9 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Sun Jun 12 13:03:20 UTC 2016 - coolo@suse.com
- updated to 1.14
see /usr/share/doc/packages/perl-File-Next/Changes
1.14 Thu Jun 9 22:33:24 CDT 2016
No changes since 1.13_02.
1.13_02 Sun Jun 5 23:18:10 CDT 2016
[FIXES]
t/follow.t would cause failures in other tests when running in
parallel. Now it correctly uses a temp directory.
1.13_01 Mon May 30 21:45:42 CDT 2016
[FIXES]
File::Next::from_file() was incorrectly using the error_handler parm
for both error and warning handler.
[INTERNAL]
Optimized -f/-p calls in files() to not repeat the variable.
Use File::Temp in tests, not POSIX::tmpnam, so that it works
on Android. See https://github.com/petdance/file-next/issues/18
Thanks, Brian Fraser.
-------------------------------------------------------------------
Wed Jun 5 14:04:00 UTC 2013 - cfarrell@suse.com