summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-keywords
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2011-01-26 04:38:19 +0000
committerNorbert Preining <preining@logic.at>2011-01-26 04:38:19 +0000
commitecf810bdf23cee1b69f6bac4936e33555721bc60 (patch)
tree8ec7d9d2aa93660c85cccfb04fa5da0a664cb3d0 /Master/tlpkg/bin/tl-update-keywords
parent1464ba3a919b58843ad91d48f7d1d850af10103b (diff)
tl-update-keywords: allow getting the dtd from the internet by allowing
LWP usage. git-svn-id: svn://tug.org/texlive/trunk@21174 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-keywords')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-keywords2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-keywords b/Master/tlpkg/bin/tl-update-keywords
index 42ac24f0309..61731fc9503 100755
--- a/Master/tlpkg/bin/tl-update-keywords
+++ b/Master/tlpkg/bin/tl-update-keywords
@@ -93,7 +93,7 @@ sub parse_texcatalogue {
my $_parser = XML::Parser->new(
ErrorContext => 2,
ParseParamEnt => 1,
- NoLWP => 1
+ NoLWP => 0
);
my $parser = new XML::XPath->new(ioref => $io, parser => $_parser) ||
die "Failed to parse input file $tcfile: $!";