Skip Menu |

This queue is for tickets about the CSS-Tiny-Style CPAN distribution.

Report information
The Basics
Id: 32915
Status: open
Priority: 0/
Queue: CSS-Tiny-Style

People
Owner: Nobody in particular
Requestors: colin.fine [...] pace.co.uk
Cc:
AdminCc:

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



Subject: Another missing dependency
Seems to require Test::Perl::Critic, presumably just for the testing phase. Of course I can force install, but modules should not fail their tests for lack of required modules.
On Mon Feb 04 09:11:01 2008, COLINFINE wrote: Show quoted text
> Seems to require Test::Perl::Critic, presumably just for the testing
phase. Show quoted text
> Of course I can force install, but modules should not fail their tests > for lack of required modules.
Actually it's worse than that, because it still fails once I retrieve Test::Perl::Critic, so I'm going to have to 'force'. cpan[12]> install CSS:Tiny::Style Running install for module 'CSS::Tiny::Style' Running make for S/SC/SCESANO/CSS-Tiny-Style-v0.0.3.tar.gz Has already been unwrapped into directory /root/.cpan/build/CSS-Tiny-Style-v0.0.3-wtmZ0q Has already been made 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.........ok 1/1# Testing CSS::Tiny::Style 0.0.3 t/00.load.........ok t/perlcritic......NOK 1/1 # Failed test 'Test::Perl::Critic for "blib/lib/CSS/Tiny/Style.pm"' # at /usr/lib/perl5/site_perl/5.8.5/Test/Perl/Critic.pm line 99. # # Perl::Critic found these violations in "blib/lib/CSS/Tiny/Style.pm": # Code before strictures are enabled at line 3, column 14. See page 429 of PBP. (Severity: 5) # Stricture disabled at line 136, column 5. See page 429 of PBP. (Severity: 5) # Looks like you failed 1 test of 1. t/perlcritic......dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/pod-coverage....NOK 1/1 # Failed test 'Pod coverage on CSS::Tiny::Style' # at /usr/lib/perl5/site_perl/5.8.5/Test/Pod/Coverage.pm line 126. # Coverage for CSS::Tiny::Style is 93.3%, with 1 naked subroutine: # stringify # Looks like you failed 1 test of 1. t/pod-coverage....dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/pod.............ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/perlcritic.t 1 256 1 1 1 t/pod-coverage.t 1 256 1 1 1 Failed 2/4 test scripts. 2/4 subtests failed. Files=4, Tests=4, 2 wallclock secs ( 1.20 cusr + 0.23 csys = 1.43 CPU) Failed 2/4 test programs. 2/4 subtests failed. make: *** [test_dynamic] Error 255 SCESANO/CSS-Tiny-Style-v0.0.3.tar.gz /usr/bin/make test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports SCESANO/CSS-Tiny-Style-v0.0.3.tar.gz Running make install make test had returned bad status, won't install without force Failed during this command: SCESANO/CSS-Tiny-Style-v0.0.3.tar.gz : make_test NO