Set up gcc environment - 3.3 Checking if your kit is complete... Looks good Writing Makefile for ToolSet cp lib/ToolSet/SWC.pm blib/lib/ToolSet/SWC.pm cp lib/ToolSet.pm blib/lib/ToolSet.pm cp lib/ToolSet.pod blib/lib/ToolSet.pod cp lib/ToolSet/SWC.pod blib/lib/ToolSet/SWC.pod Manifying blib/man3/ToolSet.3 Manifying blib/man3/ToolSet::SWC.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-load............1..2 ok 1 - use ToolSet; # Testing ToolSet 0.13 ok 2 - use ToolSet::SWC; ok t/01-api.............1..5 ok 1 - use t::ToolSet::Null; ok 2 - ToolSet->can('set_strict') ok 3 - ToolSet->can('set_warnings') ok 4 - ToolSet->can('export') ok 5 - t::ToolSet::Null->can('import') ok t/02-strictures......1..2 ok 1 - strict propogates when set_strict(1) ok 2 - Strict doesn't propogate when set_strict(0) ok t/03-warnings........1..2 ok 1 - Warnings propogate when set_warnings(1) ok 2 - Warnings don't propogate when set_warnings(0) ok t/04-export..........1..20 ok 1 - use t::ToolSet::Export; ok 2 - main->can('carp') ok 3 - main->can('getopt') ok 4 - main->can('getopts') ok 5 - main->cant('wrap') ok 6 - main->cant('fill') ok 7 - main->can('basename') ok 8 - main->cant('dirname') ok 9 - main->can('devnull') ok 10 - main->can('catdir') ok 11 - main->cant('rootdir') ok 12 - main->can('cwd') ok 13 - main->can('fastcwd') ok 14 - main->cant('getcwd') ok 15 - main->cant('fastgetcwd') ok 16 - main->can('rmtree') ok 17 - main->cant('mkpath') ok 18 - Missing module throws error (no args) ok 19 - Missing module throws error (arg style) ok 20 - Invalid import spec throws error ok t/05-self-export.....1..3 ok 1 - use t::ToolSet::SelfExport; ok 2 - main->can('wibble') ok 3 - dies trying to import a non-existant function ok t/50-SWC.............1..2 ok 1 - ToolSet::SWC carping works ok 2 - ToolSet::SWC sets strict ok t/98-pod.............1..0 # Skip Skipping author tests skipped all skipped: Skipping author tests t/99-pod-coverage....1..0 # Skip Skipping author tests skipped all skipped: Skipping author tests All tests successful, 2 tests skipped. Files=9, Tests=36, 3 wallclock secs ( 1.79 cusr + 0.29 csys = 2.08 CPU) make: *** [pure_site_install] Hangup