diff options
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 3 |
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; |