X-Git-Url: https://git.p6c8.net/selfforum.git/blobdiff_plain/48fce6394d3bb5d6829f453a88f874d4c1f2ff13..a4d21c439a8b7953427fa2815d5dc41470e3eb59:/selfforum-cgi/shared/Posting/_lib.pm diff --git a/selfforum-cgi/shared/Posting/_lib.pm b/selfforum-cgi/shared/Posting/_lib.pm index 0f3f015..810f334 100644 --- a/selfforum-cgi/shared/Posting/_lib.pm +++ b/selfforum-cgi/shared/Posting/_lib.pm @@ -157,7 +157,7 @@ sub get_message_node ($$$) sub parse_xml_file ($) { my $file = shift; my $xml = eval { - local $SIG{__DIE__}; + local $SIG{__DIE__}; # CGI::Carp works unreliable ;-( new XML::DOM::Parser (KeepCDATA => 1) -> parsefile ($file); };