! Fix boo#983823 --- texmf-dist/scripts/latexpand/latexpand | 2 ++ 1 file changed, 2 insertions(+) --- texmf-dist/scripts/latexpand/latexpand +++ texmf-dist/scripts/latexpand/latexpand 2017-06-13 14:06:39.461591189 +0000 @@ -192,6 +192,7 @@ sub process_file return $in_comment; } +no warnings; sub process_line { my ($line, $prefix, $commented_newline, $file) = @_; @@ -494,6 +495,7 @@ sub process_line } print; } +use warnings; sub unquote {