Bing::Search::Result::Translation - Translations by Bing!


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

Index


Code Index:

NAME

Top

Bing::Search::Result::Translation - Translations by Bing!

METHODS

Top

TranslatedTerm

The translated .. term. I know, huh.

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


with qw(
   Bing::Search::Role::Result::TranslatedTerm
);

__PACKAGE__->meta->make_immutable;