From f54d2062cf445bf105343ff27cace4cdba6da1fa48b2c781ed0f54605038788a Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Tue, 17 May 2011 10:22:41 +0000 Subject: [PATCH] 9999.18 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Slurp?expand=0&rev=16 --- File-Slurp-9999.15.tar.gz | 3 --- File-Slurp-9999.18.tar.gz | 3 +++ perl-File-Slurp.changes | 19 +++++++++++++++++++ perl-File-Slurp.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 File-Slurp-9999.15.tar.gz create mode 100644 File-Slurp-9999.18.tar.gz diff --git a/File-Slurp-9999.15.tar.gz b/File-Slurp-9999.15.tar.gz deleted file mode 100644 index 8ab9a07..0000000 --- a/File-Slurp-9999.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a0bf6436d4803fa7aff99eabfb11f18fb89b03e74477547239833989769ccfc -size 37292 diff --git a/File-Slurp-9999.18.tar.gz b/File-Slurp-9999.18.tar.gz new file mode 100644 index 0000000..a86dddd --- /dev/null +++ b/File-Slurp-9999.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aeb2cc9298bbdd8fe8dff0c2a53ffc1dce18ace2fcb852984b59015d880caaa +size 39474 diff --git a/perl-File-Slurp.changes b/perl-File-Slurp.changes index d9b905a..5a5638f 100644 --- a/perl-File-Slurp.changes +++ b/perl-File-Slurp.changes @@ -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 diff --git a/perl-File-Slurp.spec b/perl-File-Slurp.spec index d16223e..e8c5686 100644 --- a/perl-File-Slurp.spec +++ b/perl-File-Slurp.spec @@ -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