e8800c81a3
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/perl-DateTime#1b8cdd51df0a5c2bc781b42b3b0e52bd41e53976
8 lines
274 B
Plaintext
8 lines
274 B
Plaintext
from Config import *
|
|
|
|
# proleptic: of a calendar, extrapolated to dates prior to its first adoption
|
|
addFilter("spelling-error %description -l en_US proleptic -> ")
|
|
|
|
# DateTime.so is not a library
|
|
addFilter("library-not-linked-against-libc /usr/lib.*/DateTime/DateTime\.so")
|