You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The call to $res->decoded_content calls decoded_content() in HTTP::Messageline 281, which calls content_charset() at line 205, which calls require IO::HTML at line 247 which throws since IO::HTML is not installed. The exeception is caught at line 406 which causes decoded_content() to return an undef value.
I have raised an issue at MSYS2-packages if IO::HTML should be installed as a dependency when HTTP::Message comes installed with the distribution.
System info: Windows 10, MSYS2, perl version 5.32.2.
The text was updated successfully, but these errors were encountered: