On Tue Nov 25 15:55:34 2008, RJBS wrote:
Show quoted text> This is really counter-intuitive. I think you should have some methods
> that take a domain and return results and maybe on that returns an
> aggregate object that can be queried for results. In general, I think
> you will find that objects that go:
>
> $obj->analyze($x);
> $obj->result_of_analysis;
>
> Are much more hateful than:
>
> my $result = $obj->analyze($x);
This is true, but get_root_domain is effectively the 'analyze' method, and the return is the
most commonly used response required from the method. I will take this under
consideration for the next release.