texlive[45731] Master/tlpkg/TeXLive/TLPDB.pm: require JSON => require

commits+siepo at tug.org commits+siepo at tug.org
Thu Nov 9 22:02:53 CET 2017


Revision: 45731
          http://tug.org/svn/texlive?view=revision&revision=45731
Author:   siepo
Date:     2017-11-09 22:02:53 +0100 (Thu, 09 Nov 2017)
Log Message:
-----------
require JSON => require TeXLive::JSON

Modified Paths:
--------------
    trunk/Master/tlpkg/TeXLive/TLPDB.pm

Modified: trunk/Master/tlpkg/TeXLive/TLPDB.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLPDB.pm	2017-11-09 06:27:10 UTC (rev 45730)
+++ trunk/Master/tlpkg/TeXLive/TLPDB.pm	2017-11-09 21:02:53 UTC (rev 45731)
@@ -479,7 +479,7 @@
 
 sub as_json {
   my $self = shift;
-  require JSON;
+  require TeXLive::JSON;
   my $ret = "{";
   if ($self->is_virtual) {
     my $firsttlpdb = 1;



More information about the tex-live-commits mailing list