diff options
author | Norbert Preining <preining@logic.at> | 2017-11-09 04:18:50 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2017-11-09 04:18:50 +0000 |
commit | cbf9f280adfde6df7c633470a8ccd9521d53c9d4 (patch) | |
tree | de5aa16be46dc986d1587133a3b53acf841576f1 /Master/tlpkg/TeXLive/TLPOBJ.pm | |
parent | 2a4a07d7da4a3e809a13cbbf0a8ccd96cebef54e (diff) |
json rework:
tlmgr info: switch from --data json to --json
tlmgr restore: support json output for listing
all: use TeXLive::JSON
git-svn-id: svn://tug.org/texlive/trunk@45725 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPOBJ.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPOBJ.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPOBJ.pm b/Master/tlpkg/TeXLive/TLPOBJ.pm index 8dadf1723fd..75bcc33491c 100644 --- a/Master/tlpkg/TeXLive/TLPOBJ.pm +++ b/Master/tlpkg/TeXLive/TLPOBJ.pm @@ -423,7 +423,7 @@ sub writeout_simple { sub as_json { my $self = shift; my %addargs = @_; - require JSON; + require TeXLive::JSON; #my $json = JSON::PP->new->utf8; my %foo = %{$self}; # set the additional args |