
HTML::Feature::Result -Result Class of HTML::Feature

my $result = HTML::Feature::Result;
$result->title("title");
$result->desc("desc");
$result->text("text");
retrun $result;

avoid memory leak;

Takeshi Miki <miki@cpan.org>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
