Start 2010-07-07T06:00:33 ActivePerl-1003 CPAN-1.9402 Going to read '/Users/fly1003/var/cpan/Metadata' Database was generated on Tue, 06 Jul 2010 21:27:03 GMT Running make for M/MS/MSTROUT/Module-Metadata-1.000000.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/M/MS/MSTROUT/Module-Metadata-1.000000.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/M/MS/MSTROUT/CHECKSUMS Checksum for /Users/fly1003/var/cpan/sources/authors/id/M/MS/MSTROUT/Module-Metadata-1.000000.tar.gz ok Will not use Archive::Tar, need 1.00 Module-Metadata-1.000000/ Module-Metadata-1.000000/Author.PL Module-Metadata-1.000000/lib/ Module-Metadata-1.000000/lib/Module/ Module-Metadata-1.000000/lib/Module/Metadata/ Module-Metadata-1.000000/lib/Module/Metadata/Version.pm Module-Metadata-1.000000/lib/Module/Metadata.pm Module-Metadata-1.000000/Makefile.PL Module-Metadata-1.000000/MANIFEST Module-Metadata-1.000000/META.yml Module-Metadata-1.000000/t/ Module-Metadata-1.000000/t/lib/ Module-Metadata-1.000000/t/lib/DistGen.pm Module-Metadata-1.000000/t/lib/MBTest.pm Module-Metadata-1.000000/t/lib/Tie/ Module-Metadata-1.000000/t/lib/Tie/CPHash.pm Module-Metadata-1.000000/t/metadata.t Module-Metadata-1.000000/xt/ Module-Metadata-1.000000/xt/pod.t CPAN.pm: Going to build M/MS/MSTROUT/Module-Metadata-1.000000.tar.gz >>> /Users/fly1003/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Module::Metadata >>> make cp lib/Module/Metadata.pm blib/lib/Module/Metadata.pm cp lib/Module/Metadata/Version.pm blib/lib/Module/Metadata/Version.pm Manifying blib/man3/Module::Metadata.3 Manifying blib/man3/Module::Metadata::Version.3 /Users/fly1003/bin/perl "-Iblib/arch" "-Iblib/lib" Author.PL Author MSTROUT/Module-Metadata-1.000000.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1003/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/metadata.t .. 1..91 ok 1 - require Module::Metadata; ok 2 - find_module_by_name() succeeds ok 3 - fail if can't find module by module name ok 4 - fail if can't find module by file name ok 5 - new_from_file() succeeds ok 6 - new_from_module() succeeds ok 7 - correct module version (expected '1.23') ok 8 - no warnings from parsing ok 9 # skip No package NAME VERSION support until perl 5.11.1 ok 10 # skip No package NAME VERSION support until perl 5.11.1 ok 11 # skip No package NAME VERSION support until perl 5.11.1 ok 12 # skip No package NAME VERSION support until perl 5.11.1 ok 13 # skip No package NAME VERSION support until perl 5.11.1 ok 14 # skip No package NAME VERSION support until perl 5.11.1 ok 15 # skip No package NAME VERSION support until perl 5.11.1 ok 16 # skip No package NAME VERSION support until perl 5.11.1 ok 17 - correct module version (expected '1.23') ok 18 - no warnings from parsing ok 19 - correct module version (expected '1.23') ok 20 - no warnings from parsing ok 21 - correct module version (expected '1.23') ok 22 - no warnings from parsing ok 23 - correct module version (expected '1.23') ok 24 - no warnings from parsing ok 25 - correct module version (expected '1.23') ok 26 - no warnings from parsing ok 27 - correct module version (expected '1.23') ok 28 - no warnings from parsing ok 29 - correct module version (expected '1.23') ok 30 - no warnings from parsing ok 31 - correct module version (expected '1.23') ok 32 - no warnings from parsing ok 33 - correct module version (expected '1.23') ok 34 - no warnings from parsing ok 35 - correct module version (expected '1.23') ok 36 - no warnings from parsing ok 37 - correct module version (expected '1.23') ok 38 - no warnings from parsing ok 39 - correct module version (expected '1.23') ok 40 - no warnings from parsing ok 41 - correct module version (expected '1.23') ok 42 - no warnings from parsing ok 43 - correct module version (expected '1.23') ok 44 - no warnings from parsing ok 45 - correct module version (expected '1.23') ok 46 - no warnings from parsing ok 47 - correct module version (expected '1.23') ok 48 - no warnings from parsing ok 49 - correct module version (expected '1.23') ok 50 - no warnings from parsing ok 51 - correct module version (expected '1.23') ok 52 - no warnings from parsing ok 53 - correct module version (expected '1.23') ok 54 - no warnings from parsing ok 55 - correct module version (expected '1.23') ok 56 - no warnings from parsing ok 57 - correct module version (expected '1.23') ok 58 - no warnings from parsing ok 59 - correct module version (expected '1.23') ok 60 - no warnings from parsing ok 61 - record only one occurence of each package ok 62 - no default package ok 63 - no version w/o default package ok 64 - alpha version reported ok 65 - alpha version greater than non ok 66 - correct script version (1 of 8) ok 67 - correct script version (2 of 8) ok 68 - correct script version (3 of 8) ok 69 - correct script version (4 of 8) ok 70 - correct script version (5 of 8) ok 71 - correct script version (6 of 8) ok 72 - correct script version (7 of 8) ok 73 - correct script version (8 of 8) ok 74 - found default package ok 75 - version for default package ok 76 - version for secondary package ok 77 - filename() returns valid path to module file ok 78 - found correct number of packages ok 79 - packages stored in order found ok 80 - contains_pod() succeeds ok 81 - found all pod sections ok 82 - return undef() if pod section not present ok 83 - return undef() if pod section not collected ok 84 - collected pod section ok 85 - found default package ok 86 - version for default package ok 87 - packages inside ok 88 - found default package ok 89 - version for default package ok 90 - packages inside ok 91 - version for embedded package ok All tests successful. Files=1, Tests=91, 1 wallclock secs ( 0.11 usr 0.05 sys + 0.46 cusr 0.27 csys = 0.89 CPU) Result: PASS MSTROUT/Module-Metadata-1.000000.tar.gz make test TEST_VERBOSE=1 -- OK Matt S Trout <perl-stuff@trout.me.uk> Gather package and POD information from perl module files >>> (cd /Users/fly1003/var/cpan/build/Module-Metadata-1.000000-NEsE26 && tar cvf - Module-Metadata-1.000000.ppd blib) | gzip -c >/Users/fly1003/var/REPO/M/MS/MSTROUT/Module-Metadata-1.000000.tar.gz Module-Metadata-1.000000.ppd blib/ blib/lib/ blib/lib/Module/ blib/lib/Module/Metadata/ blib/lib/Module/Metadata/Version.pm blib/lib/Module/Metadata.pm blib/man3/ blib/man3/Module::Metadata.3 blib/man3/Module::Metadata::Version.3 >>> mv /Users/fly1003/var/cpan/build/Module-Metadata-1.000000-NEsE26/Module-Metadata-1.000000.ppd /Users/fly1003/var/REPO/M/MS/MSTROUT Finished 2010-07-07T06:00:45