Use perl's $/ more idiomatically
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 13 Apr 2020 16:06:11 +0000 (12:06 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 13 Apr 2020 16:06:11 +0000 (12:06 -0400)
commit8f00d84afc0dad577b65df5a313e5306cee3d11f
tree25c63a3060ecf5163c849d0f5d0436668d37aaaf
parent7be5d8df1f74b78620167d3abf32ee607e728919
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
src/tools/msvc/Install.pm
src/tools/msvc/Project.pm
src/tools/win32tzlist.pl