
WWW::JASRAC::Result - Search Result From JASRAC

use WWW::JASRAC::Result;
my $r = WWW::JASRAC::Result->new(
title => $title,
link => $link,
rights => [ ... ],
artists => [ ... ]
);

Create a new result object.
Return the title of the result
Return the rights holder list.
Return the artist(s).
Return the link to the description page.