Documentation: modernize cat-texi.perl
commitb56867c9866bede78bed30373a193d9c7f2ce2d3
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sun, 22 Jan 2017 02:41:51 +0000 (22 02:41 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Jan 2017 18:56:23 +0000 (23 10:56 -0800)
tree4759064f1df7c6fa8a3bcef17fd217974e3ce5ca
parentf7bf8feaf504767d1c147cc8cd03d7df2539ba47
Documentation: modernize cat-texi.perl

Good style for Perl includes using the strict and warnings pragmas, and
preferring lexical file handles over bareword file handles.  Using
lexical file handles necessitates being explicit when $_ is printed, so
that Perl does not get confused and instead print the glob ref.

The benefit of this modernization is that a formerly obscured bug is now
visible, which will be fixed in a followup patch.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/cat-texi.perl