summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPDB.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2017-11-10 02:33:27 +0000
committerNorbert Preining <preining@logic.at>2017-11-10 02:33:27 +0000
commit010655bf0ecc7e58f873031aed3ada8cca584fa8 (patch)
tree5039c0b870db52bd63f4dfaefebaedb70f52c4e6 /Master/tlpkg/TeXLive/TLPDB.pm
parente633ac5b5e62e7a36d63f8fb90bf10e9d560259e (diff)
switch from require TeXLive::JSON to require JSON
git-svn-id: svn://tug.org/texlive/trunk@45739 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPDB.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPDB.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm
index 514e7965219..9176a04e715 100644
--- a/Master/tlpkg/TeXLive/TLPDB.pm
+++ b/Master/tlpkg/TeXLive/TLPDB.pm
@@ -479,7 +479,7 @@ the tag of the sub-database, and C<tlpdb> giving the JSON of the database.
sub as_json {
my $self = shift;
- require TeXLive::JSON;
+ require JSON;
my $ret = "{";
if ($self->is_virtual) {
my $firsttlpdb = 1;