| Bing-Search documentation | Contained in the Bing-Search distribution. |
Bing::Search::Result::Spell - Let Bing spell for you.
ValueThe properly-spelled word or term, if any.
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::Result::Spell; use Moose; extends 'Bing::Search::Result'; with 'Bing::Search::Role::Types::UrlType'; with qw( Bing::Search::Role::Result::Value ); __PACKAGE__->meta->make_immutable;