Subject: | Parse-HTTP-UserAgent fails to pass tests as of 0.37 |
I get the following failure when I try to install Parse-HTTP-UserAgent, versions 0.37 or 0.38:
# Failed test 'No data in the test result set? Expected something matching with these:
# \#
#
# extras => [],
# name => '\#',
# parser => 'moz_only',
# string_original => '\#',
# version_raw => 0,
# '
# at t/02-parser.t line 45.
# Looks like you failed 1 test of 755.
I've attached the full build.log file from cpanminus as well.
Subject: | build.log |
cpanm (App::cpanminus) 1.6911 on perl 5.018001 built for x86_64-linux
Work directory is /home/rob/.cpanm/work/1381046375.20890
You have make /usr/bin/make
You have LWP 6.05
You have /usr/bin/tar: tar (GNU tar) 1.26
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
You have /usr/bin/unzip
Searching Parse::HTTP::UserAgent on cpanmetadb ...
--> Working on Parse::HTTP::UserAgent
Fetching file:///home/rob/minicpan/authors/id/B/BU/BURAK/Parse-HTTP-UserAgent-0.38.tar.gz
-> FAIL Download file:///home/rob/minicpan/authors/id/B/BU/BURAK/Parse-HTTP-UserAgent-0.38.tar.gz failed. Retrying ...
-> FAIL Download file:///home/rob/minicpan/authors/id/B/BU/BURAK/Parse-HTTP-UserAgent-0.38.tar.gz failed. Retrying ...
-> FAIL Download file:///home/rob/minicpan/authors/id/B/BU/BURAK/Parse-HTTP-UserAgent-0.38.tar.gz failed. Retrying ...
-> FAIL Failed to download file:///home/rob/minicpan/authors/id/B/BU/BURAK/Parse-HTTP-UserAgent-0.38.tar.gz
Fetching http://cpan.mirror.triple-it.nl/authors/id/B/BU/BURAK/Parse-HTTP-UserAgent-0.38.tar.gz
-> OK
Unpacking Parse-HTTP-UserAgent-0.38.tar.gz
Entering Parse-HTTP-UserAgent-0.38
Checking configure dependencies from META.json
Checking if you have Module::Build 0.40 ... Yes (0.4003)
Configuring Parse-HTTP-UserAgent-0.38
Running Build.PL
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Parse-HTTP-UserAgent' version '0.38'
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have version 0 ... Yes (0.9902)
Checking if you have Test::More 0.40 ... Yes (0.98)
Building and testing Parse-HTTP-UserAgent-0.38
Building Parse-HTTP-UserAgent
# Failed test 'No data in the test result set? Expected something matching with these:
# \#
#
# extras => [],
# name => '\#',
# parser => 'moz_only',
# string_original => '\#',
# version_raw => 0,
# '
# at t/02-parser.t line 45.
# Looks like you failed 1 test of 755.
t/02-parser.t ...
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/755 subtests
t/03-strings.t .. ok
Test Summary Report
-------------------
t/02-parser.t (Wstat: 256 Tests: 755 Failed: 1)
Failed test: 107
Non-zero exit status: 1
Files=2, Tests=2393, 1 wallclock secs ( 0.19 usr 0.01 sys + 0.51 cusr 0.01 csys = 0.72 CPU)
Result: FAIL
Failed 1/2 test programs. 1/2393 subtests failed.