summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLUtils.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-12-21 22:46:16 +0000
committerKarl Berry <karl@freefriends.org>2021-12-21 22:46:16 +0000
commite59c85deee5e92c444551086c1f2ced999b39d25 (patch)
tree2e1416230c53eb3eb6531170d1a691f9426a3b62 /Master/tlpkg/TeXLive/TLUtils.pm
parent1d19bd5dcb878354da2efe13630de7600210a113 (diff)
use strict; use warnings; declarations, filehandle barewords, our @disabled
git-svn-id: svn://tug.org/texlive/trunk@61372 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index 1e94b4359a2..6fcc60230bb 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -2666,7 +2666,7 @@ END_COMPRESSOR_BAD
if ($::opt_verbosity >= 2) {
require Data::Dumper;
# avoid spurious "used only once" warnings due to require
- # (warnings restored at end of scope):
+ # (warnings restored at end of scope). https://perlmonks.org/?node_id=3333
no warnings 'once';
local $Data::Dumper::Sortkeys = 1; # stable output
local $Data::Dumper::Purity = 1; # reconstruct recursive structures