diff --git a/File-Slurp-9999.28.tar.gz b/File-Slurp-9999.28.tar.gz deleted file mode 100644 index d2f0066..0000000 --- a/File-Slurp-9999.28.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0587ce010bcb79db9e744f14b5498be97bf2c7f2474d971916d92f0a10827cee -size 36049 diff --git a/File-Slurp-9999.29.tar.gz b/File-Slurp-9999.29.tar.gz new file mode 100644 index 0000000..771f3c1 --- /dev/null +++ b/File-Slurp-9999.29.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e6e47e0bba639e37e51fdc7a43b187cd90ac642e4baa13a7185bc6c223e19c7 +size 37830 diff --git a/perl-File-Slurp.changes b/perl-File-Slurp.changes index 1852f06..985de99 100644 --- a/perl-File-Slurp.changes +++ b/perl-File-Slurp.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Nov 28 03:02:05 UTC 2019 - + +- 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 - diff --git a/perl-File-Slurp.spec b/perl-File-Slurp.spec index f5f478d..9f7ee47 100644 --- a/perl-File-Slurp.spec +++ b/perl-File-Slurp.spec @@ -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