Subject: | my hidden by if |
Line 168 of Pod::Simple::HTML is
my $out = $to if defined $to and length $to;
this causes $out in the next line to be global
$out .= "#" . $section if defined $section and length $section;
leading to concatenated strings such as #LINK1#LINK2#LINK3 etc.