Checking if your kit is complete... Looks good Writing Makefile for ExtUtils::ModuleMaker::TT cp lib/ExtUtils/ModuleMaker/TT.pm blib/lib/ExtUtils/ModuleMaker/TT.pm cp scripts/makeperlmod blib/script/makeperlmod /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/makeperlmod Manifying blib/man1/makeperlmod.1 Manifying blib/man3/ExtUtils::ModuleMaker::TT.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/02_ini....................1..1 ok 1 - use ExtUtils::ModuleMaker::TT; ok t/03_quick..................1..25 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Auxiliary; ok 3 - personal defaults directory now present on system ok 4 - personal defaults file not found ok 5 - personal defaults file not found ok 6 - create ExtUtils::ModuleMaker with ALT_BUILD ok 7 - call $MOD->complete_build ok 8 - cd Sample/Module ok 9 - Changes exists ok 10 - MANIFEST exists ok 11 - MANIFEST.SKIP exists ok 12 - Makefile.PL exists ok 13 - LICENSE exists ok 14 - README exists ok 15 - lib exists ok 16 - lib/Sample/Module.pm exists ok 17 - t exists ok 18 - t/001_Sample_Module.t exists ok 19 - reading 'LICENSE' ok 20 - correct LICENSE generated ok 21 - test not relevant ok 22 - test not relevant ok 23 - test not relevant ok 24 - changed back to original directory after testing ok 25 - original presence/absence of .modulemaker directory restored ok t/04_compact................1..25 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Auxiliary; ok 3 - personal defaults directory now present on system ok 4 - personal defaults file not found ok 5 - personal defaults file not found ok 6 - call ExtUtils::ModuleMaker::TT->new ok 7 - call $MOD->complete_build ok 8 - cd Sample-Module-Foo ok 9 - Changes exists ok 10 - MANIFEST exists ok 11 - MANIFEST.SKIP exists ok 12 - Build.PL exists ok 13 - LICENSE exists ok 14 - README exists ok 15 - lib exists ok 16 - lib/Sample/Module/Foo.pm exists ok 17 - t exists ok 18 - t/001_Sample_Module_Foo.t exists ok 19 - reading 'LICENSE' ok 20 - correct LICENSE generated ok 21 - test not relevant ok 22 - test not relevant ok 23 - test not relevant ok 24 - changed back to original directory after testing ok 25 - original presence/absence of .modulemaker directory restored ok t/05_template...............1..24 ok 1 - use ExtUtils::ModuleMaker::Auxiliary; ok 2 - use ExtUtils::ModuleMaker::TT; ok 3 - personal defaults directory now present on system ok 4 - personal defaults file not found ok 5 - personal defaults file not found ok 6 - create_template_directory ok 7 - cd templates ok 8 - module.pm exists ok 9 - Todo exists ok 10 - Changes exists ok 11 - pod.t exists ok 12 - Proxy_Makefile.PL exists ok 13 - test.t exists ok 14 - MANIFEST.SKIP exists ok 15 - method exists ok 16 - pod_coverage.t exists ok 17 - README exists ok 18 - Build.PL exists ok 19 - Makefile.PL exists ok 20 - test not relevant ok 21 - test not relevant ok 22 - test not relevant ok 23 - changed back to original directory after testing ok 24 - original presence/absence of .modulemaker directory restored ok t/06_singlepm...............1..21 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Auxiliary; ok 3 - personal defaults directory now present on system ok 4 - personal defaults file not found ok 5 - personal defaults file not found ok 6 - call ExtUtils::ModuleMaker->new ok 7 - call $MOD->complete_build ok 8 - cd Sample-Module-Foo ok 9 - call $MOD->build_single_pm ok 10 - new module file successfully created ok 11 - new test file successfully created ok 12 - cd lib/Sample/Module ok 13 - call ExtUtils::ModuleMaker->new from deep directory ok 14 - call $MOD->build_single_pm ok 15 - new module file successfully created ok 16 - new test file successfully created ok 17 - test not relevant ok 18 - test not relevant ok 19 - test not relevant ok 20 - changed back to original directory after testing ok 21 - original presence/absence of .modulemaker directory restored ok t/20_makeperlmod............1..56 ok 1 - use ExtUtils::ModuleMaker::Auxiliary; ok 2 - personal defaults directory now present on system ok 3 - personal defaults file not found ok 4 - personal defaults file not found ok 5 - makeperlmod with no args ended with an error ok 6 - ... generated a usage message ok 7 - makeperlmod with args '-?' ended with an error ok 8 - ... generated a usage message ok 9 - makeperlmod with args '-h' ended with an error ok 10 - ... generated a usage message ok 11 - makeperlmod with args '--help' ended with an error ok 12 - ... generated a usage message ok 13 - Ran makeperlmod with args '-V' without error ok 14 - ... generated version information ok 15 - Ran makeperlmod with args '--version' without error ok 16 - ... generated version information ok 17 - require ExtUtils::ModuleMaker::TT; ok 18 - Ran makeperlmod with args '-t templates' without error ok 19 - ... template dir exists ok 20 - ... correct list of templates generated ok 21 - ... template 'Build.PL' correct ok 22 - ... template 'Changes' correct ok 23 - ... template 'Makefile.PL' correct ok 24 - ... template 'MANIFEST.SKIP' correct ok 25 - ... template 'method' correct ok 26 - ... template 'module.pm' correct ok 27 - ... template 'pod.t' correct ok 28 - ... template 'pod_coverage.t' correct ok 29 - ... template 'Proxy_Makefile.PL' correct ok 30 - ... template 'README' correct ok 31 - ... template 'test.t' correct ok 32 - ... template 'Todo' correct ok 33 - Ran makeperlmod with args '--templates templates' without error ok 34 - ... template dir exists ok 35 - ... correct list of templates generated ok 36 - Ran makeperlmod with args '-s foo' without error ok 37 - ... generated a subroutine ok 38 - Ran makeperlmod with args '--subroutine foo' without error ok 39 - ... generated a subroutine ok 40 - Ran makeperlmod with args '-n Foo::Bar' without error ok 41 - ... correct list of files created ok 42 - Ran makeperlmod with args '--newdist Foo::Bar' without error ok 43 - ... correct list of files created ok 44 - Ran makeperlmod with args '-n Foo::Bar --extra Foo::Baz -e Foo::Bar::Bam' without error ok 45 - ... correct list of files created ok 46 - Ran makeperlmod with args '-n Foo::Bar' without error ok 47 - chdir to Foo-Bar ok 48 - Ran makeperlmod with args '-m Foo::Baz' without error ok 49 - chdir to Foo-Bar/lib/Foo ok 50 - Ran makeperlmod with args '--module Foo::Bar::Bam' without error ok 51 - ... correct list of files created ok 52 - test not relevant ok 53 - test not relevant ok 54 - test not relevant ok 55 - changed back to original directory after testing ok 56 - original presence/absence of .modulemaker directory restored ok t/21_makeperlmod_configs....1..32 ok 1 - use ExtUtils::ModuleMaker::Auxiliary; ok 2 - personal defaults directory now present on system ok 3 - personal defaults file not found ok 4 - personal defaults file not found ok 5 - makeperlmod with args '-c doesntexist -s foo' ended with an error ok 6 - ... config not found error message ok 7 - Ran makeperlmod with args '-t templates' without error ok 8 - ... modified README template ok 9 - Ran makeperlmod with args '-c /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/ExtUtils-ModuleMaker-TT/t/config/sample -n Foo::Bar' without error ok 10 - ... custom template filled with custom author name ok 11 - Copied 'makeperlmod' to 'mpm_17698' for default config testing ok 12 - Ran mpm_17698 with args '-d' without error ok 13 - Ran mpm_17698 with args '-l' without error ok 14 - Config file reported by '-d' matches '-l' ok 15 - Found new config 'default' ok 16 - Ran mpm_17698 with args '-s wibble' without error ok 17 - Ran mpm_17698 with args '-d default' without error ok 18 - Ran mpm_17698 with args '-l default' without error ok 19 - Config file reported by '-d' matches '-l' ok 20 - Found new config 'default' ok 21 - Ran mpm_17698 with args '-c default -s wibble' without error ok 22 - Ran mpm_17698 with args '-d foo' without error ok 23 - Ran mpm_17698 with args '-l foo' without error ok 24 - Config file reported by '-d' matches '-l' ok 25 - Found new config 'foo' ok 26 - Ran mpm_17698 with args '-c foo -s wibble' without error ok 27 - Config directory for 'mpm_17698' cleaned up ok 28 - test not relevant ok 29 - test not relevant ok 30 - test not relevant ok 31 - changed back to original directory after testing ok 32 - original presence/absence of .modulemaker directory restored 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=184, 19 wallclock secs (12.73 cusr + 4.13 csys = 16.86 CPU) Installing /Users/cpanrun/build/5.10.0/html/bin/makeperlmod.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/ExtUtils/ModuleMaker/TT.html Installing /Users/cpanrun/build/5.10.0/site/lib/ExtUtils/ModuleMaker/TT.pm Installing /Users/cpanrun/build/5.10.0/site/man/man1/makeperlmod.1 Installing /Users/cpanrun/build/5.10.0/site/man/man3/ExtUtils::ModuleMaker::TT.3 Installing /Users/cpanrun/build/5.10.0/site/bin/makeperlmod Appending installation info to /Users/cpanrun/build/5.10.0/lib/perllocal.pod