Pascal Bleser 2011-05-17 10:22:41 +00:00 committed by Git OBS Bridge
parent b3fd1004a5
commit f54d2062cf
4 changed files with 23 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a0bf6436d4803fa7aff99eabfb11f18fb89b03e74477547239833989769ccfc
size 37292

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7aeb2cc9298bbdd8fe8dff0c2a53ffc1dce18ace2fcb852984b59015d880caaa
size 39474

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue May 17 10:16:46 UTC 2011 - pascal.bleser@opensuse.org
- update to 9999.18:
* added :std and :edit export tags
* cleaned up EXPORT vars
* documented importing edit_file and edit_file_lines
* requiring Perl 5.6.2 (first time older Perls were dropped); this is because
of use of the re 'taint' pragma
* added major new features: edit_file and edit_file_lines
* speed up of tainted slurp with return of lines
* added chomp option to read_file
* added prefix option to read_dir
* fixed optimization of reading small files
* added support for read_file options to be a hash reference
* added support for read_dir options to be a hash reference
* added new feature prepend_file
* fixed bug with array_ref in list context. was introduced by .15/.14
-------------------------------------------------------------------
Thu Mar 31 11:45:47 UTC 2011 - coolo@novell.com

View File

@ -18,7 +18,7 @@
Name: perl-File-Slurp
Version: 9999.15
Version: 9999.18
Release: 1
License: GPL+ or Artistic
%define cpan_name File-Slurp