Bing::Search::Source::Spell - Spelling from Bing


Bing-Search documentation Contained in the Bing-Search distribution.

Index


Code Index:

NAME

Top

Bing::Search::Source::Spell - Spelling from Bing

METHODS

Top

Market, Version, Options, and setOptions

See Bing::Search for documentation on this common attributes.

AUTHOR

Top

Dave Houston, dhouston@cpan.org, 2010

LICENSE

Top

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::Spell;
use Moose;
extends 'Bing::Search::Source';


with qw(
Bing::Search::Role::SearchRequest::Market
Bing::Search::Role::SearchRequest::Version
Bing::Search::Role::SearchRequest::Options
);

sub _build_source_name { 'Spell' }

__PACKAGE__->meta->make_immutable;