use KinoSearch;
1;
__END__
__BINDING__
Boilerplater::Binding::Perl::Class->register(
parcel => "KinoSearch",
class_name => "KinoSearch::Search::HitCollector::SortCollector",
bind_methods => [qw( Pop_Match_Docs Get_Total_Hits )],
bind_constructors => ["new"],
);
__COPYRIGHT__
Copyright 2005-2009 Marvin Humphrey
This program is free software; you can redistribute it and/or modify
under the same terms as Perl itself.