Skip Menu |

This queue is for tickets about the Maypole-FormBuilder CPAN distribution.

Report information
The Basics
Id: 14637
Status: resolved
Priority: 0/
Queue: Maypole-FormBuilder

People
Owner: Nobody in particular
Requestors: djh [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.412
Fixed in: (no value)



Subject: install fails - incomplete pod coverage
Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-load.........# Testing Maypole::FormBuilder 0.412, Perl 5.008006, /usr/loca l/bin/perl t/00-load.........ok t/pod-coverage....NOK 3# Failed test (/usr/lib/perl5/site_perl/5.8.6/Test/Po d/Coverage.pm at line 112) # Coverage for Maypole::FormBuilder::Model is 97.4%, with 1 naked subroutine: # edit_all_has_a t/pod-coverage....ok 5/5# Looks like you failed 1 tests of 5. t/pod-coverage....dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 3 Failed 1/5 tests, 80.00% okay t/pod.............ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/pod-coverage.t 1 256 5 1 20.00% 3 Failed 1/3 test scripts, 66.67% okay. 1/11 subtests failed, 90.91% okay. make: *** [test_dynamic] Error 255 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force
Hmm, it won't even force install :( Show quoted text
cpan> force install Maypole::FormBuilder
Caught SIGINT Running install for module Maypole::FormBuilder Running make for D/DA/DAVEBAIRD/Maypole-FormBuilder-0.412.tar.gz Use of uninitialized value in string eq at /usr/lib/perl5/5.8.6/CPAN.pm line 4467. Use of uninitialized value in string eq at /usr/lib/perl5/5.8.6/CPAN.pm line 4470. CPAN.pm: Going to build D/DA/DAVEBAIRD/Maypole-FormBuilder-0.412.tar.gz Use of uninitialized value in chdir at /usr/lib/perl5/5.8.6/CPAN.pm line 4487. Use of chdir('') or chdir(undef) as chdir() is deprecated at /usr/lib/perl5/5.8.6/CPAN.pm line 4487. Can't open perl script "Makefile.PL": No such file or directory Show quoted text
cpan>
Date: Sun, 18 Sep 2005 20:51:17 +0100
From: David Baird <dave.riverside [...] gmail.com>
To: bug-Maypole-FormBuilder [...] rt.cpan.org
Subject: Re: [cpan #14637] install fails - incomplete pod coverage
RT-Send-Cc:
On 9/18/05, via RT <bug-Maypole-FormBuilder@rt.cpan.org> wrote: Show quoted text
> > This message about Maypole-FormBuilder was sent to you by DJH <DJH@cpan.org> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=14637 > > > Running make test > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, > 'blib/lib', 'blib/arch')" t/*.t > t/00-load.........# Testing Maypole::FormBuilder 0.412, Perl 5.008006, /usr/loca > l/bin/perl > t/00-load.........ok > t/pod-coverage....NOK 3# Failed test (/usr/lib/perl5/site_perl/5.8.6/Test/Po > d/Coverage.pm at line 112) > # Coverage for Maypole::FormBuilder::Model is 97.4%, with 1 naked subroutine: > # edit_all_has_a > t/pod-coverage....ok 5/5# Looks like you failed 1 tests of 5. > t/pod-coverage....dubious > Test returned status 1 (wstat 256, 0x100) > DIED. FAILED test 3 > Failed 1/5 tests, 80.00% okay
Gah. I don't know why, but these tests always pass for me, but you're right, there was no pod for that routine. Just uploaded 0.413 d.