Checking if your kit is complete... Looks good Warning: prerequisite Test::More 0.7 not found. We have 0.47. Writing Makefile for Test::YAML::Meta cp lib/Test/YAML/Meta/Version.pm blib/lib/Test/YAML/Meta/Version.pm cp lib/Test/YAML/Meta.pm blib/lib/Test/YAML/Meta.pm Manifying blib/man3/Test::YAML::Meta::Version.3 Manifying blib/man3/Test::YAML::Meta.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64-lp64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01use............1..2 # Falling back to YAML from YAML::Syck ok 1 - use Test::YAML::Meta; ok 2 - use Test::YAML::Meta::Version; ok t/02metafiles......1..68 ok 1 - check result for t/samples/00-META.yml ok 2 - check errors for t/samples/00-META.yml ok 3 - check result for t/samples/01-META.yml ok 4 - check errors for t/samples/01-META.yml ok 5 - check result for t/samples/02-META.yml ok 6 - check errors for t/samples/02-META.yml ok 7 - check result for t/samples/03-META.yml ok 8 - check errors for t/samples/03-META.yml ok 9 - check result for t/samples/04-META.yml ok 10 - check errors for t/samples/04-META.yml ok 11 - check result for t/samples/05-META.yml ok 12 - check errors for t/samples/05-META.yml ok 13 - check result for t/samples/06-META.yml ok 14 - check errors for t/samples/06-META.yml ok 15 - check result for t/samples/07-META.yml ok 16 - check errors for t/samples/07-META.yml ok 17 - check result for t/samples/08-META.yml ok 18 - check errors for t/samples/08-META.yml ok 19 - check result for t/samples/09-META.yml ok 20 - check errors for t/samples/09-META.yml ok 21 - check result for t/samples/10-META.yml ok 22 - check errors for t/samples/10-META.yml ok 23 - check result for t/samples/11-META.yml ok 24 - check errors for t/samples/11-META.yml ok 25 - check result for t/samples/12-META.yml ok 26 - check errors for t/samples/12-META.yml ok 27 - check result for t/samples/13-META.yml ok 28 - check errors for t/samples/13-META.yml ok 29 - check result for t/samples/14-META.yml ok 30 - check errors for t/samples/14-META.yml ok 31 - check result for t/samples/15-META.yml ok 32 - check errors for t/samples/15-META.yml ok 33 - check result for t/samples/16-META.yml ok 34 - check errors for t/samples/16-META.yml ok 35 - check result for t/samples/00-META.yml ok 36 - check errors for t/samples/00-META.yml ok 37 - check result for t/samples/01-META.yml ok 38 - check errors for t/samples/01-META.yml ok 39 - check result for t/samples/02-META.yml ok 40 - check errors for t/samples/02-META.yml ok 41 - check result for t/samples/03-META.yml ok 42 - check errors for t/samples/03-META.yml ok 43 - check result for t/samples/04-META.yml ok 44 - check errors for t/samples/04-META.yml ok 45 - check result for t/samples/05-META.yml ok 46 - check errors for t/samples/05-META.yml ok 47 - check result for t/samples/06-META.yml ok 48 - check errors for t/samples/06-META.yml ok 49 - check result for t/samples/07-META.yml ok 50 - check errors for t/samples/07-META.yml ok 51 - check result for t/samples/08-META.yml ok 52 - check errors for t/samples/08-META.yml ok 53 - check result for t/samples/09-META.yml ok 54 - check errors for t/samples/09-META.yml ok 55 - check result for t/samples/10-META.yml ok 56 - check errors for t/samples/10-META.yml ok 57 - check result for t/samples/11-META.yml ok 58 - check errors for t/samples/11-META.yml ok 59 - check result for t/samples/12-META.yml ok 60 - check errors for t/samples/12-META.yml ok 61 - check result for t/samples/13-META.yml ok 62 - check errors for t/samples/13-META.yml ok 63 - check result for t/samples/14-META.yml ok 64 - check errors for t/samples/14-META.yml ok 65 - check result for t/samples/15-META.yml ok 66 - check errors for t/samples/15-META.yml ok 67 - check result for t/samples/16-META.yml ok 68 - check errors for t/samples/16-META.yml ok t/03metaversion....1..84 ok 1 - valid YAML header ok 2 ok 3 ok 4 ok 5 - valid URL ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 - valid specification URL ok 13 ok 14 ok 15 ok 16 ok 17 - valid string ok 18 ok 19 ok 20 ok 21 - valid string or undef ok 22 ok 23 ok 24 ok 25 - valid file ok 26 ok 27 ok 28 - valid extended version ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 - valid basic version ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 - boolean = 0 ok 43 - boolean = 1 ok 44 - boolean = true ok 45 - boolean = false ok 46 - boolean = blah ok 47 - boolean = (blank) ok 48 - boolean = (undef value) ok 49 - boolean = (undef) ok 50 - license test = perl ok 51 - license test = gpl ok 52 - license test = apache ok 53 - license test = artistic ok 54 - license test = lgpl ok 55 - license test = bsd ok 56 - license test = gpl ok 57 - license test = mit ok 58 - license test = mozilla ok 59 - license test = open_source ok 60 - license test = unrestricted ok 61 - license test = restrictive ok 62 - license test = unknown ok 63 ok 64 ok 65 ok 66 - valid resource ok 67 ok 68 ok 69 ok 70 - valid word ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 - valid module name ok 77 ok 78 ok 79 ok 80 ok 81 - valid map check - hash vs hash ok 82 - valid list check - array vs array ok 83 - invalid map check - hash vs array ok 84 - invalid list check - array vs hash ok t/04metatester.....# Falling back to YAML from YAML::Syck 1..6 ok 1 - t/samples/00-META.yml with version 1.3 ok 2 - t/samples/00-META.yml with version 1.2 ok 3 - t/samples/00-META.yml with version 1.1 ok 4 - t/samples/00-META.yml with version 1.0 ok 5 - t/samples/00-META.yml with assumed (1.3) version ok 6 - t/samples/00-META.yml with assumed (1.3) version ok t/90podtest........1..2 ok 1 - blib/lib/Test/YAML/Meta.pm ok 2 - blib/lib/Test/YAML/Meta/Version.pm ok t/91podcover.......1..0 # Skip Test::Pod::Coverage 0.08 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 0.08 required for testing POD coverage t/94metatest.......# Falling back to YAML from YAML::Syck 1..2 ok 1 - META.yml contains valid YAML ok 2 - META.yml meets the designated specification ok All tests successful, 1 test skipped. Files=7, Tests=164, 3 wallclock secs ( 2.75 cusr + 0.32 csys = 3.07 CPU) Installing /home/cpanrun/ia64-lp64/build/5.8.2/lib/site_perl/5.8.2/Test/YAML/Meta.pm Installing /home/cpanrun/ia64-lp64/build/5.8.2/lib/site_perl/5.8.2/Test/YAML/Meta/Version.pm Installing /home/cpanrun/ia64-lp64/build/5.8.2/man/man3/Test::YAML::Meta::Version.3 Installing /home/cpanrun/ia64-lp64/build/5.8.2/man/man3/Test::YAML::Meta.3 Appending installation info to /home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/perllocal.pod