summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-12-06 22:13:25 +0000
committerKarl Berry <karl@freefriends.org>2021-12-06 22:13:25 +0000
commit16e104b100aac955be90a99acedcc183376f7978 (patch)
tree704c0497da95c97b241f0a895c0ea3ee1c63e687 /Master/texmf-dist/scripts
parent6bb024a4a5230e73a2dd96b4e8c71b3ccaedef0c (diff)
use strict; use warnings;
git-svn-id: svn://tug.org/texlive/trunk@61236 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl3
1 files changed, 2 insertions, 1 deletions
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;