re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-06-30 07:40:44 +02:00 committed by root
parent e894d9c4a0
commit 1e88921603
3 changed files with 9 additions and 1 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/Try-Tiny-0.30.tar.gz
/Try-Tiny-[0-9.]*.tar.gz

1
.perl-Try-Tiny.metadata Normal file
View File

@ -0,0 +1 @@
4f0edb634a2b4c032c55ef9ab90dd8bbe7780afd Try-Tiny-0.30.tar.gz

7
.rpmlint Normal file
View File

@ -0,0 +1,7 @@
from Config import *
# eval is a perl keyword
addFilter("spelling-error %description -l en_US eval -> ")
# documentation, doesn't matter
addFilter("wrong-script-interpreter /usr/share/doc/perl-Try-Tiny.*/t/00-report-prereqs.t perl")