Subject: | Issue with $spanner->clean() documentation |
The current perldoc for Net-CIDR-Lite on CPAN has the following for $spanner->clean():
$spanner->clean()
$clean_address = $spanner->clean($ip_address);
Validates a returns a cleaned up version...
It looks like it should either start out with:
Validates a cleaned up version...
or:
Returns a cleaned up version...