From 99faba785d6e66859a2b9ab1d49e7f3c0db491af Mon Sep 17 00:00:00 2001 From: Siep Kroonenberg Date: Thu, 9 Nov 2017 21:02:53 +0000 Subject: require JSON => require TeXLive::JSON git-svn-id: svn://tug.org/texlive/trunk@45731 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLPDB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm index 9176a04e715..514e7965219 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 giving the JSON of the database. sub as_json { my $self = shift; - require JSON; + require TeXLive::JSON; my $ret = "{"; if ($self->is_virtual) { my $firsttlpdb = 1; -- cgit v1.2.3