[Catalyst] [ANNOUNCE] Catalyst 5.03
Frank Wiegand
frank.wiegand at gmail.com
Tue Apr 19 23:05:56 CEST 2005
Marcus Ramberg schrieb:
> This is strange. Here it looks like this:
>
> make test TEST_POD=1
> gives me:
>
> t/01use......................................ok
> t/02pod......................................ok
> t/03podcoverage..............................ok
>
> ... Are you sure you tested the latest version of Catalyst (5.03)?
Yes, I think that was the latest release.
I tried to install it like always:
$ tar -zxf Catalyst-5.03.tar.gz
$ cd Catalyst-5.03
$ perl Makefile.PL
$ make
$ make test TEST_POD=1
[errors]
I moved my old installation out of the way and then run the same
procedure again, but it fails again:
t/03podcoverage....NOK 8
# Failed test (/usr/local/share/perl/5.8.4/Test/Pod/Coverage.pm at
line 112)
# Coverage for Catalyst::Base is 60.0%, with 2 naked subroutines:
# FETCH_CODE_ATTRIBUTES
# MODIFY_CODE_ATTRIBUTES
t/03podcoverage....ok 16/19# Looks like you failed 1 test of 19.
t/03podcoverage....dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 8
> What version of Pod::Coverage are you using? That was with 0.17...
Pod::Coverage: 0.17
Test::Pod::Coverage: 1.06
Perl: 5.8.4 (Debian/unstable)
But if nobody else outhere gets this behaviour, there must be something
broken in my system's setup.
Frank
More information about the Catalyst
mailing list