Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should perl-HTTP-Message include perl-IO-HTML as a dependency? #2064

Closed
hakonhagland opened this issue Jul 26, 2020 · 2 comments
Closed

Should perl-HTTP-Message include perl-IO-HTML as a dependency? #2064

hakonhagland opened this issue Jul 26, 2020 · 2 comments

Comments

@hakonhagland
Copy link

I am debugging a failed test in this module in MSYS2 on Windows 10. It turns out the problem is that it uses HTTP::Message to get a local file and then calls decoded_content() which calls content_charset() which requires IO::HTML at line 247 which fails since IO::HTML is not installed.

It looks to me as if perl-IO-HTML should be a dependency of perl-HTTP-Message since the Makefile.PL also lists it as a dependency at line 29 ?

@lazka
Copy link
Member

lazka commented Jul 26, 2020

Sounds good. It's also a dependency in Arch.

@lazka
Copy link
Member

lazka commented Jul 28, 2020

Fixed in #2065, thanks @Biswa96 !

@lazka lazka closed this as completed Jul 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants