or download this
line 925
<< next if($val =~ m{^\s*$}s); # Skip all whitespace content
...
>> if (!$self->{opt}->{suppressempty} and scalar(keys %$attr) > 1 a
+nd $attr->{$self->{opt}->{contentkey}} =~ m{^\s*$}s) {
>> delete $attr->{$self->{opt}->{contentkey}};
>> }