9999.18
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Slurp?expand=0&rev=16
This commit is contained in:
parent
b3fd1004a5
commit
f54d2062cf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1a0bf6436d4803fa7aff99eabfb11f18fb89b03e74477547239833989769ccfc
|
|
||||||
size 37292
|
|
3
File-Slurp-9999.18.tar.gz
Normal file
3
File-Slurp-9999.18.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7aeb2cc9298bbdd8fe8dff0c2a53ffc1dce18ace2fcb852984b59015d880caaa
|
||||||
|
size 39474
|
@ -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
|
Thu Mar 31 11:45:47 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-File-Slurp
|
Name: perl-File-Slurp
|
||||||
Version: 9999.15
|
Version: 9999.18
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
%define cpan_name File-Slurp
|
%define cpan_name File-Slurp
|
||||||
|
Loading…
Reference in New Issue
Block a user