libwww-perl / WWW-Mechanize

Handy web browsing in a Perl object
https://metacpan.org/pod/WWW::Mechanize
Other
68 stars 53 forks source link

install LWP::Protocol::https and fix xt/author/live/encoding.t #277

Closed skaji closed 5 years ago

skaji commented 5 years ago

Perhaps some travis infrastructures have been changed, now LWP::Protocol::https is not always available. See https://travis-ci.org/libwww-perl/WWW-Mechanize/builds/566535262

So we need to install LWP::Protocol::https for tests.

Also now http://www.liveinternet.ru/users/dashdi/blog redirects to https://www.liveinternet.ru/top/, so fix the test.

skaji commented 5 years ago
--> Working on Net::SSLeay
Fetching http://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.88.tar.gz ... OK
Configuring Net-SSLeay-1.88 ... OK
Building and testing Net-SSLeay-1.88 ... FAIL
! Installing Net::SSLeay failed. See /home/travis/.cpanm/work/1564675361.15337/build.log for details. Retry with --force to force install it.

😢

skaji commented 5 years ago
5.20 is not installed; attempting download
Downloading archive: https://storage.googleapis.com/travis-ci-language-archives/perl/binaries/ubuntu/16.04/x86_64/perl-5.20.tar.bz2

$ sudo tar xjf perl-5.20.tar.bz2 --directory /
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now

$ perlbrew use 5.20
ERROR: The installation "5.20" is unknown.

$ perl --version

This is perl 5, version 22, subversion 1 (v5.22.1) built for x86_64-linux-gnu-thread-multi
(with 73 registered patches, see perl -V for more detail)

😭

skaji commented 5 years ago

close for now.