Accepting request 751576 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/751576
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-File-Slurp?expand=0&rev=26
This commit is contained in:
Dominique Leuenberger 2019-12-07 14:17:00 +00:00 committed by Git OBS Bridge
commit b8e2f3db9f
4 changed files with 17 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Nov 28 03:02:05 UTC 2019 - <timueller+perl@suse.de>
- updated to 9999.29
see /usr/share/doc/packages/perl-File-Slurp/Changes
9999.29 2019-11-27
- Correct some documentation errors where copy-paste had us saying
File::Spec rather than File::Slurp. (RT 131097 - Thanks, Mike)
- Reduce the size of the tests in t/handle.t to be nicer to CPAN
Testers.
-------------------------------------------------------------------
Fri Sep 13 07:30:49 UTC 2019 - <timueller+perl@suse.de>

View File

@ -17,7 +17,7 @@
Name: perl-File-Slurp
Version: 9999.28
Version: 9999.29
Release: 0
%define cpan_name File-Slurp
Summary: Perl module for reading/writing/modifying complete files
@ -40,6 +40,7 @@ a sub to read in all the files in a directory.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor