Subject: | Another Interface Incompatibility |
The standard interface of Digest class is that many of methods return
its object (ref). Digest::Whirlpool seems not.
For example, such an OO style expression may be allowd:
$whirlpool = $obj->new->reset->addfile(*FILE)->hexdigest;
--Thanks your job!