summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl
index 3d45319cd5c..d266ddea84a 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgr.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl
@@ -582,7 +582,7 @@ for the full story.\n";
}
if ($opts{'json'}) {
- eval { require TeXLive::JSON; };
+ eval { require JSON; };
if ($@) {
# that didn't work out, give some usefull error message and stop
if ($^O =~ /^MSWin/i) {
@@ -3673,7 +3673,7 @@ sub show_one_package {
}
sub show_one_package_json {
- require TeXLive::JSON;
+ require JSON;
my ($p) = @_;
my @out;
my $loctlp = $localtlpdb->get_package($p);