befab8bf9d
Sys::Hostname::hostname() uses ghname() from XS and thus does not fall back to ph files. Net::Domain::_hostdomain() indeed tries ph files, but Linux does not provide getdomainname() syscall. Then it falls back to another solution. Net::Domain::_hostname() falls back to POSIX::uname() successfully. perlfunc/ioctl() recommends sys/ioctl.ph. perlfunc/syscall() recommends syscall.ph. perlfaq5 recommends sys/syscall.ph.
8 lines
830 B
Plaintext
8 lines
830 B
Plaintext
from Config import *
|
|
addFilter("spelling-error .* (autoloaded|awk|cacheout|closedir|decrement|exe|explicative|gdbm|getgr|gethost|getnet|getproto|getpw|getserv|globbing|gmtime|groff|ithreads|lexically|libnet|localtime|lstat|Memoizing|metapackage|ndbm|Nestable|nonprintable|odbm|opcodes|opendir|perlbug|perldoc|perlfunc|perlglob|perllocale|perldiag|perlmain|perlpod|perlsub|Pragma|prebuilt|predeclare|printables|reachability|readdir|redispatch|rewinddir|rpmbuild|sdbm|sed|splain|truncations|usr|writemain)");
|
|
addFilter("unexpanded-macro %description .* %(Extensions|INC)");
|
|
# POSIX module provides wrappers for libc functions
|
|
addFilter("missing-call-to-setgroups-before-setuid .*/auto/POSIX/POSIX.so");
|
|
# Applied with "git am"
|
|
addFilter("patch-not-applied Patch58: perl-5.30.0-PATCH-perl-134329-Use-after-free-in-regcomp.c.patch");
|