perl-Test-Simple/.rpmlint
Paul Howarth 511f4132cb Update to 1.302083
- New upstream release 1.302083
  - Fixes for '. in @INC' changes (#768)
  - Timeout when waiting for child procs and threads (#765)
  - Fix SIGSYS localization issue (#758)
  - Fix outdated docs (#759, #754)
  - Fix bail-out in buffered subtest (#747)
  - Fix threads timeout for older perls (as best we can)
  - Fix test that incorrectly called private function as method
  - Update some breakage info for Test::More::Prefix and
    Test::DBIx::Class::Schema
2017-04-15 13:20:52 +01:00

6 lines
300 B
Plaintext

from Config import *
addFilter("spelling-error %description -l en_US perldoc -> ");
addFilter("spelling-error %description -l en_US lifed -> ");
addFilter("wrong-script-interpreter /usr/share/doc/perl-Test-Simple/examples/");
addFilter("wrong-script-interpreter /usr/share/doc/perl-Test-Simple/t/");