Use perl's $/ more idiomatically

Andrew Dunstan <andrew@dunslane.net>

Commit: 8f00d84afc0dad577b65df5a313e5306cee3d11f
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2020-04-13T16:06:11Z
Releases: 13.0
Use perl's $/ more idiomatically

This replaces a few occurrences of ugly code with a more clean and
idiomatic usage. The problem was highlighted by perlcritic, but we're
not enforcing the policy that led to the discovery.

Discussion: https://postgr.es/m/20200412074245.GB623763@rfd.leadboat.com

Files

PathChange+/−
src/tools/msvc/Install.pm modified +1 −4
src/tools/msvc/Project.pm modified +2 −8
src/tools/win32tzlist.pl modified +5 −4

Discussion