in reply to
Cannot Install HTML::Display
HTML::TokeParser::Simple
is separate from
HTML::TokeParser
. The former depends on the latter, but is a separate distribution.... So it looks like you need to install
HTML::TokeParser::Simple
as the error suggests.
Comment on
Re: Cannot Install HTML::Display
In Section
Seekers of Perl Wisdom