Subject: | POE-1.367 failed t/10_units/01_pod/03_pod_no404s.t |
Date: | Tue, 20 Feb 2018 11:19:18 +0000 |
To: | bug-POE [...] rt.cpan.org |
From: | Michael Brantley <limeytexan [...] gmail.com> |
The t/10_units/01_pod/03_pod_no404s.t test failed on NixOS with Perl 5.24.3:
# Failed test '404 test for blib/lib/POE.pm'
# at
/nix/store/gdzirixrv5yn0fcrdn0yd7xdpc90bm2r-perl-Test-Pod-No404s-0.02/lib/perl5/site_perl/5.24.3/Test/Pod/No404s.pm
line 142.
# Error retrieving 'https://poe.svn.sourceforge.net/svnroot/poe': 404 Not
Found
# Error retrieving 'https://gitorious.org/poe': 404 Not Found
# Error retrieving 'http://poe.git.sourceforge.net/git/gitweb-index.cgi':
404 Not Found
...
Test Summary Report
-------------------
t/10_units/01_pod/03_pod_no404s.t (Wstat: 256 Tests: 47
Failed: 1)
Failed test: 1
Non-zero exit status: 1
…
We can confirm that the problem is that these URLs return 404:
$ for i in 'https://poe.svn.sourceforge.net/svnroot/poe' '
https://gitorious.org/poe' '
http://poe.git.sourceforge.net/git/gitweb-index.cgi'; do wget $i; done
--2018-02-20 06:12:36-- https://poe.svn.sourceforge.net/svnroot/poe
Resolving poe.svn.sourceforge.net (poe.svn.sourceforge.net)... 216.105.38.17
Connecting to poe.svn.sourceforge.net
(poe.svn.sourceforge.net)|216.105.38.17|:443...
connected.
HTTP request sent, awaiting response... 404 Not Found
2018-02-20 06:12:36 ERROR 404: Not Found.
--2018-02-20 06:12:36-- https://gitorious.org/poe
Resolving gitorious.org (gitorious.org)... 64.13.172.37
Connecting to gitorious.org (gitorious.org)|64.13.172.37|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-02-20 06:12:37 ERROR 404: Not Found.
--2018-02-20 06:12:37-- http://poe.git.sourceforge.net/git/gitweb-index.cgi
Resolving poe.git.sourceforge.net (poe.git.sourceforge.net)... 216.105.38.16
Connecting to poe.git.sourceforge.net
(poe.git.sourceforge.net)|216.105.38.16|:80...
connected.
HTTP request sent, awaiting response... 404 Not Found
2018-02-20 06:12:37 ERROR 404: Not Found.
Fixing should just be a matter of updating the Pod in lib/POE.pm.