From 3e4521f9064f28ee0ec226c6df4378c9551149ea Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 15 Sep 2013 19:53:48 +0000 Subject: (from_fh): warn instead of die if we cannot parse the doc file attributes; hopefully it's not that important. git-svn-id: svn://tug.org/texlive/trunk@31658 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLPOBJ.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master') diff --git a/Master/tlpkg/TeXLive/TLPOBJ.pm b/Master/tlpkg/TeXLive/TLPOBJ.pm index e7d89909630..c01ceac2355 100644 --- a/Master/tlpkg/TeXLive/TLPOBJ.pm +++ b/Master/tlpkg/TeXLive/TLPOBJ.pm @@ -134,7 +134,7 @@ sub from_fh { $self->{'docfiledata'}{$f}{'details'} = $1; $self->{'docfiledata'}{$f}{'language'} = $2; } else { - die "Unparsable tagging in line: =$line="; + warn "Unparsable tagging in TLPDB line: =$line="; } } } elsif ($lastcmd eq "binfiles") { -- cgit v1.2.3