ad1f35c660
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/perl-Try-Tiny#5fa5999ed4239d21ddaf1747ec9efb429427f03c
8 lines
235 B
Plaintext
8 lines
235 B
Plaintext
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")
|