perl-DateTime/.rpmlint
Paul Howarth d680a9b413 Update to 1.43
- New upstream release 1.43
  - Added a small optimization for boolification overloading: rather than
    relying on a fallback to stringification, we now return true directly,
    which is a little faster in cases like "if ($might_be_dt) { ... }"
  - The datetime() method now accepts a single argument to use as the separator
    between the date and time portion; this defaults to "T"
- Drop redundant Group: tag
2017-05-30 11:28:08 +01:00

4 lines
86 B
Plaintext

from Config import *
addFilter("spelling-error %description -l en_US proleptic -> ")