More fixed for modern perl on back branches

Andrew Dunstan <andrew@dunslane.net>

Commit: a25b04933528861563463e18b5b2508cf904022a
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2019-02-05T23:34:47Z
Releases: 9.5.16
More fixed for modern perl on back branches

Use "do" instead of "require" for included files, as it doesn't look for
them in the search path but relative to the current working directory.
These changes have already been made to REL_10_STABLE and later, to
satisfy the demands of perlcritic, but need backporting now to earlier
branches.

Files