8
0

Accepting request 177391 from home:coolo:update-perl

- updated to 1.12
     [FIXES]
     Fix detection of named pipes under various flavors of BSD.
 
 
     [ENHANCEMENTS]
     Added the warning_handler argument to File::Next::from_file().
     This is so from_file() can throw a warning if a non-existent
     file is in the file it came from.
 
     [FIXES]
     from_file() should return undef if the file can't be opened.
 
     Fixed test failures and made tests more portable.
 
 
     [ENHANCEMENTS]
     Added File::Next::from_file() to get the list of files to iterate
     over from a file, or from STDIN.
 
     Named pipes are now supported.
 
     [INTERNAL]
     Add more tests, and clean up some Perl::Critic warnings.

OBS-URL: https://build.opensuse.org/request/show/177391
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Next?expand=0&rev=18
This commit is contained in:
Stephan Kulow
2013-06-04 11:34:05 +00:00
committed by Git OBS Bridge
parent f32469700a
commit c0a2522ad0
4 changed files with 48 additions and 37 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Tue Jun 4 08:55:23 UTC 2013 - coolo@suse.com
- updated to 1.12
[FIXES]
Fix detection of named pipes under various flavors of BSD.
[ENHANCEMENTS]
Added the warning_handler argument to File::Next::from_file().
This is so from_file() can throw a warning if a non-existent
file is in the file it came from.
[FIXES]
from_file() should return undef if the file can't be opened.
Fixed test failures and made tests more portable.
[ENHANCEMENTS]
Added File::Next::from_file() to get the list of files to iterate
over from a file, or from STDIN.
Named pipes are now supported.
[INTERNAL]
Add more tests, and clean up some Perl::Critic warnings.
-------------------------------------------------------------------
Fri Nov 18 11:09:00 UTC 2011 - coolo@suse.com