| Bing-Search documentation | Contained in the Bing-Search distribution. |
Bing::Search::Source::RelatedSearch - Related searches
Given a proper query, this source returns a list of related searches.
Market, Version, Options, setOptionsSee Bing::Search for documention on this common methods.
Dave Houston, dhouston@cpan.org, 2010
This library is free software; you may redistribute and/or modify it under the same terms as Perl itself.
| Bing-Search documentation | Contained in the Bing-Search distribution. |
package Bing::Search::Source::RelatedSearch; use Moose; extends 'Bing::Search::Source'; with 'Bing::Search::Role::WebRequest::Count'; with qw( Bing::Search::Role::SearchRequest::Market Bing::Search::Role::SearchRequest::Version Bing::Search::Role::SearchRequest::Options ); sub _build_source_name { 'RelatedSearch' } __PACKAGE__->meta->make_immutable;