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
I've done a clean install of 5.16.3 with perlbrew and WWW::Mechanize on both 2.13 and 2.14 install cleanly. I don't know what happened here. That test and the HTML file it uses have not been touched in years.
I can produce the problem with the following Dockerfile
FROM centos:7
RUN yum install -y perl-CPAN perl-Test perl-Test-Simple perl-CPAN-Meta perl-ExtUtils-Config perl-Module-Build \
which \
perl-libwww-perl
# XXX FirstTime configuration may fail first time
RUN cpan -t WWW::Mechanize || true
CMD cpan -t WWW::Mechanize
Run it using something like docker build -t perl-test . && docker run perl-test --- once it hangs it cannot be killed with Ctrl-C, but use docker ps and docker kill instead.
http://matrix.cpantesters.org/?dist=WWW-Mechanize%202.13;os=linux;perl=5.16.3;reports=1
The text was updated successfully, but these errors were encountered: