NAME
HTML::Feature::Decoder - Data decoder that relies on Data::Decode.
SYNOPSIS
use HTML::Feature::Decoder;
my $decoder = HTML::Feature::Decoder->new( context => $html_feature );
my $decoded = $decoder->decode($indata); # $in_data is either of a string of HTML document or a HTTP::Response object
DESCRIPTION
This is a wrapper of Data::Decode.
METHODS
new
decode
AUTHOR
Takeshi Miki <miki@cpan.org>
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.