Checking if your kit is complete... Looks good Writing Makefile for CSS::Squish cp lib/CSS/Squish.pm blib/lib/CSS/Squish.pm Manifying blib/man3/CSS::Squish.3 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/00-use......................1..1 ok 1 - use CSS::Squish; ok t/01-basic....................1..2 ok 1 - use CSS::Squish; # Failed test 'Basic import' # at t/01-basic.t line 26. # got: '' # expected: ' # # /** # * From t/css/01-basic.css: @import "01-basic-import.css"; # */ # # inside 01-basic-import.css # # /** End of 01-basic-import.css */ # # body { color: blue; } # # ' # Looks like you failed 1 test of 2. not ok 2 - Basic import dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/02-edge-cases...............1..2 ok 1 - use CSS::Squish; # Failed test 'Edge cases' # at t/02-edge-cases.t line 67. not ok 2 - Edge cases # got: "" # length: 0 # expected: "\x{0a}\x{0a}/**\x{0a} * From t/css/02-edge-cases.css: @import "b"... # length: 620 # strings begin to differ at char 1 # Looks like you failed 1 test of 2. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/03-skip-http................1..2 ok 1 - use CSS::Squish; # Failed test 'Skip remote URLs' not ok 2 - Skip remote URLs # at t/03-skip-http.t line 16. # got: '' # expected: '@import url("http://example.com/foo.css"); # foobar # ' # Looks like you failed 1 test of 2. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/04-recursion................1..2 ok 1 - use CSS::Squish; # Failed test 'Recursive import' # at t/04-recursion.t line 33. # got: '' # expected: ' # /** # * From t/css/04-recursion.css: @import "foo/04-recursion-2.css"; # */ # # # /** # * From t/css/foo/04-recursion-2.css: @import "04-recursion-3.css"; # */ # # level 3 # # /** End of 04-recursion-3.css */ # # level 2 # # /** End of foo/04-recursion-2.css */ # # foobar # ' not ok 2 - Recursive import # Looks like you failed 1 test of 2. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/05-basic-loop-prevention....1..2 ok 1 - use CSS::Squish; # Failed test 'Skip direct loop-causing imports' # at t/05-basic-loop-prevention.t line 21. # got: "" # length: 0 # expected: "\x{0a}/** Skipping: \x{0a}@import "05-loop-prevention.css";\x{0a}"... # length: 63 # strings begin to differ at char 1 # Looks like you failed 1 test of 2. not ok 2 - Skip direct loop-causing imports dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/06-server-relative-urls.....1..0 # Skip Functionality non-existant. (and tests incomplete.) skipped all skipped: Functionality non-existant. (and tests incomplete.) t/07-basic-extra-roots........1..2 ok 1 - use CSS::Squish; # Failed test 'Basic extra roots' # at t/07-basic-extra-roots.t line 46. # got: "" # length: 0 # expected: "\x{0a}\x{0a}/**\x{0a} * From 07-basic-extra-roots.css: @import ""... # length: 405 # strings begin to differ at char 1 # Looks like you failed 1 test of 2. not ok 2 - Basic extra roots dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/99-pod-coverage.............1..0 # Skip Test::Pod::Coverage 1.00 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.00 required for testing POD coverage t/99-pod......................1..0 # Skip Test::Pod 1.00 required for testing POD skipped all skipped: Test::Pod 1.00 required for testing POD Failed 6/10 test scripts, 40.00% okay. 6/13 subtests failed, 53.85% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/01-basic.t 1 256 2 1 50.00% 2 t/02-edge-cases.t 1 256 2 1 50.00% 2 t/03-skip-http.t 1 256 2 1 50.00% 2 t/04-recursion.t 1 256 2 1 50.00% 2 t/05-basic-loop-prevention.t 1 256 2 1 50.00% 2 t/07-basic-extra-roots.t 1 256 2 1 50.00% 2 3 tests skipped. make: *** [test_dynamic] Error 11