| Bing-Search documentation | Contained in the Bing-Search distribution. |
Bing::Search::Result::RelatedSearch - Related searches from Bing
UrlA URI object representing a new search related to the current one.
TitleThe title of the related search, usually also the related search's query.
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::RelatedSearch; use Moose; extends 'Bing::Search::Result'; with 'Bing::Search::Role::Types::UrlType'; with qw( Bing::Search::Role::Result::Url Bing::Search::Role::Result::Title ); __PACKAGE__->meta->make_immutable;