Nick Wellnhofer wrote on 2/23/16, 7:38 AM:

The Clownfish runtime is now fully documented. The class documentation isn't
very important for Perl users, but the files under Clownfish::Docs could need
some review:

https://metacpan.org/release/NWELLNHOF/Clownfish-0.4.99_3


In the 5 minutes I spent clicking through, docs looked sane to me.


My current plan is to switch to the following naming scheme:

my $retval = $searcher->hits(
query => $query, # required
offset => $offset, # default: 0
num_wanted => $num_wanted, # default: 10
sort_spec => $sort_spec, # default: undef
);



+1


--
Peter Karman  .  http://peknet.com/  .  [email protected]

Reply via email to