Accepting request 730581 from devel:languages:perl:autoupdate

- updated to 9999.28
   see /usr/share/doc/packages/perl-File-Slurp/Changes
  9999.28     2019-04-05
      - Stop testing with Taint mode. Taint was a terrible practice that should
        have never ever ever been a thing.

OBS-URL: https://build.opensuse.org/request/show/730581
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Slurp?expand=0&rev=29
This commit is contained in:
Pedro Monreal Gonzalez 2019-09-13 08:06:22 +00:00 committed by Git OBS Bridge
parent bd286231bd
commit 41313a6a25
4 changed files with 14 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Sep 13 07:30:49 UTC 2019 - <timueller+perl@suse.de>
- updated to 9999.28
see /usr/share/doc/packages/perl-File-Slurp/Changes
9999.28 2019-04-05
- Stop testing with Taint mode. Taint was a terrible practice that should
have never ever ever been a thing.
-------------------------------------------------------------------
Sat Apr 6 05:09:09 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@ -17,7 +17,7 @@
Name: perl-File-Slurp
Version: 9999.27
Version: 9999.28
Release: 0
%define cpan_name File-Slurp
Summary: Perl module for reading/writing/modifying complete files
@ -40,7 +40,6 @@ 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