Accepting request 655751 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/655751
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Slurp?expand=0&rev=23
This commit is contained in:
Dirk Stoecker 2018-12-06 15:52:10 +00:00 committed by Git OBS Bridge
parent 771f5ce1c4
commit 350e981fea
4 changed files with 24 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Dec 6 15:41:21 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 9999.25
see /usr/share/doc/packages/perl-File-Slurp/Changes
9999.25 2018-10-29
- The previous release contained nothing but a documentation update. That
updated documentation errantly mentioned pseudo-files. Pseudo-files
are perfectly fine to use with File::Slurp.
- Add regression test for GLOB refs being slurped in. Thank you, James Keenan!
https://github.com/perhunter/slurp/pull/17#issuecomment-437174592
- Refactor read_file to use open and read rather than sysopen and sysread.
- Add a bugwards compatible feature to keep track of the cursor when
dealing with the DATA handle (https://github.com/perhunter/slurp/pull/17)
- Fix a typo in the docs.
-------------------------------------------------------------------
Fri Nov 9 09:38:01 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,7 +17,7 @@
Name: perl-File-Slurp
Version: 9999.24
Version: 9999.25
Release: 0
%define cpan_name File-Slurp
Summary: Perl module for reading/writing/modifying complete files
@ -40,13 +40,14 @@ a sub to read in all the files in a directory.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install