summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl
index a443fd6d11f..0e0e472c2c9 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgr.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl
@@ -3670,6 +3670,7 @@ sub show_one_package {
}
sub show_one_package_json {
+ require TeXLive::JSON;
my ($p) = @_;
my @out;
my $loctlp = $localtlpdb->get_package($p);