From 16e104b100aac955be90a99acedcc183376f7978 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 6 Dec 2021 22:13:25 +0000 Subject: use strict; use warnings; git-svn-id: svn://tug.org/texlive/trunk@61236 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/tlmgr.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Master/texmf-dist/scripts') diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index a2ac2462930..6ba987e36b0 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -5,6 +5,8 @@ # This file is licensed under the GNU General Public License version 2 # or any later version. +use strict; use warnings; + my $svnrev = '$Revision$'; my $datrev = '$Date$'; my $tlmgrrevision; @@ -85,7 +87,6 @@ use File::Find; use File::Spec; use Pod::Usage; use Getopt::Long qw(:config no_autoabbrev permute); -use strict; use TeXLive::TLConfig; use TeXLive::TLPDB; -- cgit v1.2.3