summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPDB.pm
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2017-11-09 21:02:53 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2017-11-09 21:02:53 +0000
commit99faba785d6e66859a2b9ab1d49e7f3c0db491af (patch)
tree21e3b3e613ceae0013ca64f91c5bd90ebc570878 /Master/tlpkg/TeXLive/TLPDB.pm
parentf8552d8b2b20933692906bd10a12b89a0915270a (diff)
require JSON => require TeXLive::JSON
git-svn-id: svn://tug.org/texlive/trunk@45731 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 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<tlpdb> 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;