perl-Try-Tiny/.rpmlint
Paul Howarth d3b932fe21 Update to 0.29
- New upstream release 0.29
  - Skip tests of "when" and "given/when" usage for perl 5.27.7 *only*
    (see CPAN RT#123908)
2017-12-19 11:29:37 +00:00

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")