Subject: | Strings equating to boolean false returned as undef |
Hi,
HTML::Restrict 0.05 seems to return undef when passed strings which
equate to boolean false.
e.g.
my $string = '0';
my $hr = HTML::Restrict->new();
$string = $hr->process($string);
## $string is now undefined
Thanks,
Duncan