Checking if your kit is complete... Looks good Writing Makefile for Archive::Ar cp lib/Archive/Ar.pm blib/lib/Archive/Ar.pm Manifying blib/man3/Archive::Ar.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/10objects....1..13 ok 1 - use File::Spec; ok 2 - use Time::Local; ok 3 - use Archive::Ar; ok 4 - Archive::Ar->can('new') ok 5 - Archive::Ar->can('list_files') ok 6 - Archive::Ar->can('read') ok 7 - Archive::Ar->can('read_memory') ok 8 - Archive::Ar->can('list_files') ok 9 - Archive::Ar->can('add_files') ok 10 - Archive::Ar->can('add_data') ok 11 - Archive::Ar->can('write') ok 12 - Archive::Ar->can('get_content') ok 13 - Archive::Ar->can('DEBUG') ok t/20new........1..9 ok 1 - use Archive::Ar; ok 2 - Archive::Ar->can('new') ok 3 - The new operator without any arguments should always succeed ok 4 - Class-method new() without any arguments ok 5 - Archive::Ar's read() shouldn't be called if there are no arguments ok 6 - The new operator with a filename should fail if read fails ok 7 - Object creation should call read() if it is given a filename ok 8 - The new operator with a GLOB should fail if read fails ok 9 - Object creation should call read() if it is given a file GLOB ok All tests successful. Files=2, Tests=22, 0 wallclock secs ( 0.15 cusr + 0.06 csys = 0.21 CPU) Installing /Users/cpanrun/build/5.10.0/html/site/lib/Archive/Ar.html Installing /Users/cpanrun/build/5.10.0/site/lib/Archive/Ar.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/Archive::Ar.3 Appending installation info to /Users/cpanrun/build/5.10.0/lib/perllocal.pod