Subject: | Failing to install under perl-5.14.2 on Linux |
Hi,
Struggling to get perldoc-server to install on a CentOS 5.7 Linux running perl 5.14.2 (via
perlbrew). It's failing an install test. Something broken? Something I'm doing wrong?
Thanks
Subject: | Perldoc-Server.txt |
phips:Perldoc-Server-0.10$ prove -l t/controller_Ajax-PerlSyntax.t
t/controller_Ajax-PerlSyntax.t .. 1/3 Use of uninitialized value $param in exists at /home/phips/perl5/lib/perl5/Catalyst/Request.pm line 547, <DATA> line 998.
Use of uninitialized value in subroutine entry at /home/phips/.cpanm/work/1337287924.27846/Perldoc-Server-0.10/lib/Perldoc/Server/Controller/Ajax/PerlSyntax.pm line 35, <DATA> line 998.
# Failed test 'Request should succeed'
# at t/controller_Ajax-PerlSyntax.t line 8.
# Looks like you failed 1 test of 3.
t/controller_Ajax-PerlSyntax.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests
Test Summary Report
-------------------
t/controller_Ajax-PerlSyntax.t (Wstat: 256 Tests: 3 Failed: 1)
Failed test: 3
Non-zero exit status: 1
Files=1, Tests=3, 1 wallclock secs ( 0.02 usr 0.01 sys + 1.05 cusr 0.05 csys = 1.13 CPU)
Result: FAIL
phips:Perldoc-Server-0.10$ perl -v
This is perl 5, version 14, subversion 2 (v5.14.2) built for x86_64-linux