pgsql: More fixed for modern perl on back branches

2019-02-05 Thread Andrew Dunstan
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 nee

pgsql: More fixed for modern perl on back branches

2019-02-05 Thread Andrew Dunstan
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 nee

pgsql: More fixed for modern perl on back branches

2019-02-05 Thread Andrew Dunstan
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 nee