Checking if your kit is complete... Looks good Writing Makefile for ExtUtils::ModuleMaker cp lib/ExtUtils/ModuleMaker/StandardText.pm blib/lib/ExtUtils/ModuleMaker/StandardText.pm cp lib/ExtUtils/ModuleMaker/Interactive.pm blib/lib/ExtUtils/ModuleMaker/Interactive.pm cp lib/ExtUtils/ModuleMaker/Auxiliary.pm blib/lib/ExtUtils/ModuleMaker/Auxiliary.pm cp lib/ExtUtils/ModuleMaker/Defaults.pm blib/lib/ExtUtils/ModuleMaker/Defaults.pm cp lib/ExtUtils/ModuleMaker/Licenses/Standard.pm blib/lib/ExtUtils/ModuleMaker/Licenses/Standard.pm cp lib/ExtUtils/ModuleMaker/Initializers.pm blib/lib/ExtUtils/ModuleMaker/Initializers.pm cp lib/ExtUtils/ModuleMaker.pm blib/lib/ExtUtils/ModuleMaker.pm cp lib/ExtUtils/ModuleMaker/Opts.pm blib/lib/ExtUtils/ModuleMaker/Opts.pm cp lib/ExtUtils/ModuleMaker/Licenses/Local.pm blib/lib/ExtUtils/ModuleMaker/Licenses/Local.pm cp scripts/modulemaker blib/script/modulemaker /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 -MExtUtils::MakeMaker -e "MY->fixin(shift)" blib/script/modulemaker Manifying blib/man3/ExtUtils::ModuleMaker::StandardText.3 Manifying blib/man3/ExtUtils::ModuleMaker::Interactive.3 Manifying blib/man1/modulemaker.1 Manifying blib/man3/ExtUtils::ModuleMaker::Auxiliary.3 Manifying blib/man3/ExtUtils::ModuleMaker::Defaults.3 Manifying blib/man3/ExtUtils::ModuleMaker::Licenses::Standard.3 Manifying blib/man3/ExtUtils::ModuleMaker::Initializers.3 Manifying blib/man3/ExtUtils::ModuleMaker.3 Manifying blib/man3/ExtUtils::ModuleMaker::Opts.3 Manifying blib/man3/ExtUtils::ModuleMaker::Licenses::Local.3 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/01_ini.t t/03_quick.t t/04_compact.t t/05_abstract.t t/06_build.t t/07_proxy.t t/10_standard_text.t t/13_alt_block_new_method.t t/14_mmkr_alt_block_new_method.t t/failsafe/201.t t/failsafe/202.t t/failsafe/203.t t/failsafe/204.t t/failsafe/205.t t/failsafe/206.t t/failsafe/207.t t/failsafe/208.t t/failsafe/209.t t/failsafe/210.t t/failsafe/211.t t/license/apache.t t/license/apache_1_1.t t/license/artistic.t t/license/artistic_agg.t t/license/bsd.t t/license/gpl.t t/license/gpl_2.t t/license/ibm.t t/license/ibm_1_0.t t/license/intel.t t/license/jabber.t t/license/jabber_1_0.t t/license/lgpl.t t/license/lgpl_2_1.t t/license/libpng.t t/license/looselips.t t/license/mit.t t/license/mitre.t t/license/mozilla.t t/license/mozilla_1_0.t t/license/mozilla_1_1.t t/license/mpl.t t/license/mpl_1_0.t t/license/mpl_1_1.t t/license/nethack.t t/license/nokia.t t/license/nokia_1_0a.t t/license/nokos.t t/license/nokos_1_0a.t t/license/perl.t t/license/python.t t/license/q.t t/license/q_1_0.t t/license/r_bsd.t t/license/ricoh.t t/license/ricoh_1_0.t t/license/sissl.t t/license/sleepycat.t t/license/sun.t t/license/vovida.t t/license/vovida_1_0.t t/license/zlib.t t/makedefaults/1201.t t/makedefaults/1202.t t/makedefaults/1203.t t/miscargs/901.t t/miscargs/902.t t/miscargs/903.t t/miscargs/904.t t/miscargs/905.t t/miscargs/906.t t/miscargs/907.t t/miscargs/908.t t/miscargs/909.t t/miscargs/910.t t/miscargs/911.t t/miscargs/912.t t/miscargs/913.t t/miscargs/914.t t/miscargs/915.t t/miscargs/916.t t/miscargs/917.t t/miscargs/918.t t/miscargs/919.t t/miscargs/920.t t/miscargs/921.t t/miscargs/922.t t/miscargs/923.t t/mmkr/801.t t/mmkr/802.t t/mmkr/803.t t/mmkr/804.t t/mmkr/805.t t/mmkr/806.t t/mmkr/807.t t/mmkr/808.t t/01_ini..........................1..5 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use File::Save::Home; ok 3 - HOME or home-equivalent directory found on system ok 4 - personal defaults directory found on system ok 5 - original presence/absence of .modulemaker directory restored ok t/03_quick........................1..36 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 - use File::Temp; ok 7 - changed to temp directory for testing ok 8 - call ExtUtils::ModuleMaker->new for Sample-Module ok 9 - call complete_build() ok 10 - cd Sample/Module ok 11 - Changes exists ok 12 - MANIFEST exists ok 13 - Makefile.PL exists ok 14 - LICENSE exists ok 15 - README exists ok 16 - lib exists ok 17 - t exists ok 18 - reading 'LICENSE' ok 19 - correct LICENSE generated ok 20 - call ExtUtils::ModuleMaker->new for Sample-Module ok 21 - object is an EU::MM object isa ExtUtils::ModuleMaker ok 22 - NAME is correct ok 23 - ABSTRACT is correct ok 24 - constructor is inheritable isa ExtUtils::ModuleMaker ok 25 - new NAME is correct ok 26 - ABSTRACT was correctly inherited ok 27 - call ExtUtils::ModuleMaker->new for Sample-Module ok 28 - object is an EU::MM object isa ExtUtils::ModuleMaker ok 29 - NAME is correct ok 30 - explicitly coded ABSTRACT is correct ok 31 - changed back to original directory Use of uninitialized value in utime at blib/lib/ExtUtils/ModuleMaker/Auxiliary.pm line 279. Use of uninitialized value in utime at blib/lib/ExtUtils/ModuleMaker/Auxiliary.pm line 279. ok 32 - personal defaults file re-established ok 33 - hidden personal defaults now gone ok 34 - atime and modtime of personal defaults file restored ok 35 - changed back to original directory after testing ok 36 - 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ok 8 - call ExtUtils::ModuleMaker->new for Sample-Module-Foo ok 9 - call complete_build() ok 10 - cd Sample-Module-Foo ok 11 - Changes exists ok 12 - MANIFEST exists ok 13 - Makefile.PL exists ok 14 - LICENSE exists ok 15 - README exists ok 16 - lib exists ok 17 - t exists ok 18 - reading 'LICENSE' ok 19 - correct LICENSE generated ok 20 - changed back to original directory ok 21 - personal defaults file re-established ok 22 - hidden personal defaults now gone ok 23 - atime and modtime of personal defaults file restored ok 24 - changed back to original directory after testing ok 25 - original presence/absence of .modulemaker directory restored ok t/05_abstract.....................1..35 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ok 8 - call ExtUtils::ModuleMaker->new for Alpha-Beta ok 9 - call complete_build() ok 10 - cd Alpha-Beta ok 11 - file LICENSE exists ok 12 - file Makefile.PL exists ok 13 - file MANIFEST exists ok 14 - file README exists ok 15 - file Todo exists ok 16 - Changes file correctly not created ok 17 - directory lib exists ok 18 - directory scripts exists ok 19 - directory t exists ok 20 - Able to read Makefile.PL ok 21 - Makefile.PL contains correct author ok 22 - Makefile.PL contains correct e-mail ok 23 - Makefile.PL contains correct abstract ok 24 - Correct number of entries in MANIFEST ok 25 - Directory is now lib/Alpha ok 26 - Able to read Beta.pm ok 27 - POD contains module name and abstract ok 28 - POD contains history head ok 29 - POD contains correct author info ok 30 - changed back to original directory ok 31 - personal defaults file re-established ok 32 - hidden personal defaults now gone ok 33 - atime and modtime of personal defaults file restored ok 34 - changed back to original directory after testing ok 35 - original presence/absence of .modulemaker directory restored ok t/06_build........................1..23 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 7 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 8 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 9 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 10 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 11 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 12 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 13 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 14 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 15 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 16 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 17 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 18 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 19 - personal defaults file re-established ok 20 - hidden personal defaults now gone ok 21 - atime and modtime of personal defaults file restored ok 22 - changed back to original directory after testing ok 23 - original presence/absence of .modulemaker directory restored ok 13/23 skipped: tests require File::Temp, core with 5.6, and require Module::Build t/07_proxy........................1..57 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 7 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 8 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 9 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 10 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 11 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 12 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 13 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 14 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 15 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 16 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 17 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 18 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 19 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 20 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 21 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 22 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 23 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 24 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 25 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 26 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 27 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 28 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 29 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 30 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 31 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 32 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 33 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 34 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 35 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 36 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 37 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 38 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 39 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 40 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 41 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 42 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 43 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 44 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 45 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 46 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 47 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 48 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 49 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 50 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 51 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 52 # skip tests require File::Temp, core with 5.6, and require Module::Build ok 53 - personal defaults file re-established ok 54 - hidden personal defaults now gone ok 55 - atime and modtime of personal defaults file restored ok 56 - changed back to original directory after testing ok 57 - original presence/absence of .modulemaker directory restored ok 47/57 skipped: tests require File::Temp, core with 5.6, and require Module::Build t/10_standard_text................1..43 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ok 8 - call ExtUtils::ModuleMaker->new for Alpha-Beta ok 9 - call complete_build() ok 10 - compact top-level directory exists ok 11 - cd Alpha-Beta ok 12 - directory lib exists ok 13 - directory scripts exists ok 14 - directory t exists ok 15 - file Changes exists ok 16 - file LICENSE exists ok 17 - file Makefile.PL exists ok 18 - file MANIFEST exists ok 19 - file README exists ok 20 - file Todo exists ok 21 - file lib/Alpha/Beta.pm exists ok 22 - file t/001_load.t exists ok 23 - Able to read Makefile.PL ok 24 - Able to read module into array ok 25 - standard text for POD wrapper found ok 26 - new method found ok 27 - new method found ok 28 - stub documentation found ok 29 - subroutine header found ok 30 - final module block found ok 31 - Able to read Makefile.PL into array ok 32 - Makefile.PL has standard text ok 33 - Able to read README into array ok 34 - README has correct pod2text line ok 35 - README has correct top part ok 36 - README has appropriate build instructions for MakeMaker ok 37 - README has correct bottom part ok 38 - changed back to original directory ok 39 - personal defaults file re-established ok 40 - hidden personal defaults now gone ok 41 - atime and modtime of personal defaults file restored ok 42 - changed back to original directory after testing ok 43 - original presence/absence of .modulemaker directory restored ok t/13_alt_block_new_method.........1..40 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use Cwd; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - use File::Copy; ok 5 - changed to temp directory for testing ok 6 - home/.modulemaker directory now present on system ok 7 - eumm directory now exists ok 8 - personal defaults file temporarily suppressed ok 9 - personal defaults file now hidden ok 10 - no .pm files originally, so no .pm files now ok 11 - no .pm files originally, so no .pm.hidden files now ok 12 - source directory exists ok 13 - destination directory exists ok 14 - use File::Temp; ok 15 - file copied for testing ok 16 - call ExtUtils::ModuleMaker->new for Alpha-Beta ok 17 - call complete_build() ok 18 - compact top-level directory exists ok 19 - cd Alpha-Beta ok 20 - directory lib exists ok 21 - directory scripts exists ok 22 - directory t exists ok 23 - file Changes exists ok 24 - file LICENSE exists ok 25 - file Makefile.PL exists ok 26 - file MANIFEST exists ok 27 - file README exists ok 28 - file Todo exists ok 29 - file lib/Alpha/Beta.pm exists ok 30 - file t/001_load.t exists ok 31 - string present in file as predicted ok 32 - file Alt_block_new_method.pm deleted after testing ok 33 - changed back to original directory ok 34 - no .pm files originally, so no .pm files now ok 35 - no .pm files originally, so no .pm.hidden files now ok 36 - personal defaults file re-established ok 37 - hidden personal defaults now gone ok 38 - atime and modtime of personal defaults file restored ok 39 - changed back to original directory after testing ok 40 - original presence/absence of .modulemaker directory restored ok t/14_mmkr_alt_block_new_method....1..39 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use Cwd; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - use File::Copy; ok 5 - changed to temp directory for testing ok 6 - home/.modulemaker directory now present on system ok 7 - eumm directory now exists ok 8 - personal defaults file temporarily suppressed ok 9 - personal defaults file now hidden ok 10 - no .pm files originally, so no .pm files now ok 11 - no .pm files originally, so no .pm.hidden files now ok 12 - source directory exists ok 13 - destination directory exists ok 14 - use File::Temp; ok 15 - file copied for testing ------------------- Module files generated. Good bye. ok 16 - able to call modulemaker utility ok 17 - compact top-level directory exists ok 18 - cd Alpha-Beta ok 19 - directory lib exists ok 20 - directory scripts exists ok 21 - directory t exists ok 22 - file Changes exists ok 23 - file LICENSE exists ok 24 - file Makefile.PL exists ok 25 - file MANIFEST exists ok 26 - file README exists ok 27 - file Todo exists ok 28 - file lib/Alpha/Beta.pm exists ok 29 - file t/001_load.t exists ok 30 - string present in file as predicted ok 31 - file Alt_block_new_method.pm deleted after testing ok 32 - changed back to original directory ok 33 - no .pm files originally, so no .pm files now ok 34 - no .pm files originally, so no .pm.hidden files now ok 35 - personal defaults file re-established ok 36 - hidden personal defaults now gone ok 37 - atime and modtime of personal defaults file restored ok 38 - changed back to original directory after testing ok 39 - original presence/absence of .modulemaker directory restored ok t/failsafe/201....................1..13 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - changed to temp directory for testing ok 7 - Constructor correctly failed due to odd number of arguments ok 8 - changed back to original directory ok 9 - personal defaults file re-established ok 10 - hidden personal defaults now gone ok 11 - atime and modtime of personal defaults file restored ok 12 - changed back to original directory after testing ok 13 - original presence/absence of .modulemaker directory restored ok t/failsafe/202....................1..13 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - changed to temp directory for testing ok 7 - Constructor correctly failed due to odd number of arguments ok 8 - changed back to original directory ok 9 - personal defaults file re-established ok 10 - hidden personal defaults now gone ok 11 - atime and modtime of personal defaults file restored ok 12 - changed back to original directory after testing ok 13 - original presence/absence of .modulemaker directory restored ok t/failsafe/203....................1..13 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - changed to temp directory for testing ok 7 - Constructor correctly failed due to lack of NAME for module ok 8 - changed back to original directory ok 9 - personal defaults file re-established ok 10 - hidden personal defaults now gone ok 11 - atime and modtime of personal defaults file restored ok 12 - changed back to original directory after testing ok 13 - original presence/absence of .modulemaker directory restored ok t/failsafe/204....................1..13 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - changed to temp directory for testing ok 7 - Constructor correctly failed due to illegal characters in module name ok 8 - changed back to original directory ok 9 - personal defaults file re-established ok 10 - hidden personal defaults now gone ok 11 - atime and modtime of personal defaults file restored ok 12 - changed back to original directory after testing ok 13 - original presence/absence of .modulemaker directory restored ok t/failsafe/205....................1..13 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - changed to temp directory for testing ok 7 - Perl 4-style single-quote path separators no longer supported ok 8 - changed back to original directory ok 9 - personal defaults file re-established ok 10 - hidden personal defaults now gone ok 11 - atime and modtime of personal defaults file restored ok 12 - changed back to original directory after testing ok 13 - original presence/absence of .modulemaker directory restored ok t/failsafe/206....................1..13 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - changed to temp directory for testing ok 7 - Constructor correctly failed due to ABSTRACT > 44 characters ok 8 - changed back to original directory ok 9 - personal defaults file re-established ok 10 - hidden personal defaults now gone ok 11 - atime and modtime of personal defaults file restored ok 12 - changed back to original directory after testing ok 13 - original presence/absence of .modulemaker directory restored ok t/failsafe/207....................1..13 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - changed to temp directory for testing ok 7 - Constructor correctly failed due to CPANID > 9 characters ok 8 - changed back to original directory ok 9 - personal defaults file re-established ok 10 - hidden personal defaults now gone ok 11 - atime and modtime of personal defaults file restored ok 12 - changed back to original directory after testing ok 13 - original presence/absence of .modulemaker directory restored ok t/failsafe/208....................1..13 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - changed to temp directory for testing ok 7 - Constructor correctly failed due to CPANID < 3 characters ok 8 - changed back to original directory ok 9 - personal defaults file re-established ok 10 - hidden personal defaults now gone ok 11 - atime and modtime of personal defaults file restored ok 12 - changed back to original directory after testing ok 13 - original presence/absence of .modulemaker directory restored ok t/failsafe/209....................1..13 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - changed to temp directory for testing ok 7 - Constructor correctly failed; e-mail must have '@' sign ok 8 - changed back to original directory ok 9 - personal defaults file re-established ok 10 - hidden personal defaults now gone ok 11 - atime and modtime of personal defaults file restored ok 12 - changed back to original directory after testing ok 13 - original presence/absence of .modulemaker directory restored ok t/failsafe/210....................1..13 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - changed to temp directory for testing ok 7 - Constructor correctly failed; websites start 'http' or 'https' ok 8 - changed back to original directory ok 9 - personal defaults file re-established ok 10 - hidden personal defaults now gone ok 11 - atime and modtime of personal defaults file restored ok 12 - changed back to original directory after testing ok 13 - original presence/absence of .modulemaker directory restored ok t/failsafe/211....................1..13 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - changed to temp directory for testing ok 7 - Constructor correctly failed due to unrecognized LICENSE ok 8 - changed back to original directory ok 9 - personal defaults file re-established ok 10 - hidden personal defaults now gone ok 11 - atime and modtime of personal defaults file restored ok 12 - changed back to original directory after testing ok 13 - original presence/absence of .modulemaker directory restored ok t/license/apache..................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing apache ok 8 - object for module Alpha::apache created ok 9 - call complete_build() ok 10 - changed to Alpha-apache directory ok 11 - apache license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/apache_1_1..............1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing apache_1_1 ok 8 - object for module Alpha::apache_1_1 created ok 9 - call complete_build() ok 10 - changed to Alpha-apache_1_1 directory ok 11 - apache_1_1 license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/artistic................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing artistic ok 8 - object for module Alpha::artistic created ok 9 - call complete_build() ok 10 - changed to Alpha-artistic directory ok 11 - artistic license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/artistic_agg............1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing artistic_agg ok 8 - object for module Alpha::artistic_agg created ok 9 - call complete_build() ok 10 - changed to Alpha-artistic_agg directory ok 11 - artistic_agg license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/bsd.....................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing bsd ok 8 - object for module Alpha::bsd created ok 9 - call complete_build() ok 10 - changed to Alpha-bsd directory ok 11 - bsd license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/gpl.....................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing gpl ok 8 - object for module Alpha::gpl created ok 9 - call complete_build() ok 10 - changed to Alpha-gpl directory ok 11 - gpl license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/gpl_2...................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing gpl_2 ok 8 - object for module Alpha::gpl_2 created ok 9 - call complete_build() ok 10 - changed to Alpha-gpl_2 directory ok 11 - gpl_2 license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/ibm.....................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing ibm ok 8 - object for module Alpha::ibm created ok 9 - call complete_build() ok 10 - changed to Alpha-ibm directory ok 11 - ibm license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/ibm_1_0.................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing ibm_1_0 ok 8 - object for module Alpha::ibm_1_0 created ok 9 - call complete_build() ok 10 - changed to Alpha-ibm_1_0 directory ok 11 - ibm_1_0 license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/intel...................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing intel ok 8 - object for module Alpha::intel created ok 9 - call complete_build() ok 10 - changed to Alpha-intel directory ok 11 - intel license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/jabber..................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing jabber ok 8 - object for module Alpha::jabber created ok 9 - call complete_build() ok 10 - changed to Alpha-jabber directory ok 11 - jabber license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/jabber_1_0..............1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing jabber_1_0 ok 8 - object for module Alpha::jabber_1_0 created ok 9 - call complete_build() ok 10 - changed to Alpha-jabber_1_0 directory ok 11 - jabber_1_0 license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/lgpl....................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing lgpl ok 8 - object for module Alpha::lgpl created ok 9 - call complete_build() ok 10 - changed to Alpha-lgpl directory ok 11 - lgpl license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/lgpl_2_1................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing lgpl_2_1 ok 8 - object for module Alpha::lgpl_2_1 created ok 9 - call complete_build() ok 10 - changed to Alpha-lgpl_2_1 directory ok 11 - lgpl_2_1 license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/libpng..................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing libpng ok 8 - object for module Alpha::libpng created ok 9 - call complete_build() ok 10 - changed to Alpha-libpng directory ok 11 - libpng license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/looselips...............1..33 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - use File::Temp; ok 8 - changed to temp directory for testing ok 9 - object created for Alpha::Beta ok 10 - build files for Alpha::Beta ok 11 - compact top-level directory exists ok 12 - cd Alpha-Beta ok 13 - directory lib exists ok 14 - directory scripts exists ok 15 - directory t exists ok 16 - file Changes exists ok 17 - file LICENSE exists ok 18 - file Makefile.PL exists ok 19 - file MANIFEST exists ok 20 - file README exists ok 21 - file Todo exists ok 22 - file lib/Alpha/Beta.pm exists ok 23 - file t/001_load.t exists ok 24 - Able to read LICENSE ok 25 - correct copyright year and organization ok 26 - license retrieved ok 27 - formatting for license and copyright found as expected ok 28 - changed back to original directory ok 29 - personal defaults file re-established ok 30 - hidden personal defaults now gone ok 31 - atime and modtime of personal defaults file restored ok 32 - changed back to original directory after testing ok 33 - original presence/absence of .modulemaker directory restored ok t/license/mit.....................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing mit ok 8 - object for module Alpha::mit created ok 9 - call complete_build() ok 10 - changed to Alpha-mit directory ok 11 - mit license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/mitre...................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing mitre ok 8 - object for module Alpha::mitre created ok 9 - call complete_build() ok 10 - changed to Alpha-mitre directory ok 11 - mitre license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/mozilla.................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing mozilla ok 8 - object for module Alpha::mozilla created ok 9 - call complete_build() ok 10 - changed to Alpha-mozilla directory ok 11 - mozilla license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/mozilla_1_0.............1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing mozilla_1_0 ok 8 - object for module Alpha::mozilla_1_0 created ok 9 - call complete_build() ok 10 - changed to Alpha-mozilla_1_0 directory ok 11 - mozilla_1_0 license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/mozilla_1_1.............1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing mozilla_1_1 ok 8 - object for module Alpha::mozilla_1_1 created ok 9 - call complete_build() ok 10 - changed to Alpha-mozilla_1_1 directory ok 11 - mozilla_1_1 license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/mpl.....................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing mpl ok 8 - object for module Alpha::mpl created ok 9 - call complete_build() ok 10 - changed to Alpha-mpl directory ok 11 - mpl license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/mpl_1_0.................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing mpl_1_0 ok 8 - object for module Alpha::mpl_1_0 created ok 9 - call complete_build() ok 10 - changed to Alpha-mpl_1_0 directory ok 11 - mpl_1_0 license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/mpl_1_1.................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing mpl_1_1 ok 8 - object for module Alpha::mpl_1_1 created ok 9 - call complete_build() ok 10 - changed to Alpha-mpl_1_1 directory ok 11 - mpl_1_1 license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/nethack.................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing nethack ok 8 - object for module Alpha::nethack created ok 9 - call complete_build() ok 10 - changed to Alpha-nethack directory ok 11 - nethack license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/nokia...................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing nokia ok 8 - object for module Alpha::nokia created ok 9 - call complete_build() ok 10 - changed to Alpha-nokia directory ok 11 - nokia license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/nokia_1_0a..............1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing nokia_1_0a ok 8 - object for module Alpha::nokia_1_0a created ok 9 - call complete_build() ok 10 - changed to Alpha-nokia_1_0a directory ok 11 - nokia_1_0a license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/nokos...................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing nokos ok 8 - object for module Alpha::nokos created ok 9 - call complete_build() ok 10 - changed to Alpha-nokos directory ok 11 - nokos license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/nokos_1_0a..............1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing nokos_1_0a ok 8 - object for module Alpha::nokos_1_0a created ok 9 - call complete_build() ok 10 - changed to Alpha-nokos_1_0a directory ok 11 - nokos_1_0a license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/perl....................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing perl ok 8 - object for module Alpha::perl created ok 9 - call complete_build() ok 10 - changed to Alpha-perl directory ok 11 - perl license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/python..................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing python ok 8 - object for module Alpha::python created ok 9 - call complete_build() ok 10 - changed to Alpha-python directory ok 11 - python license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/q.......................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing q ok 8 - object for module Alpha::q created ok 9 - call complete_build() ok 10 - changed to Alpha-q directory ok 11 - q license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/q_1_0...................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing q_1_0 ok 8 - object for module Alpha::q_1_0 created ok 9 - call complete_build() ok 10 - changed to Alpha-q_1_0 directory ok 11 - q_1_0 license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/r_bsd...................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing r_bsd ok 8 - object for module Alpha::r_bsd created ok 9 - call complete_build() ok 10 - changed to Alpha-r_bsd directory ok 11 - r_bsd license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/ricoh...................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing ricoh ok 8 - object for module Alpha::ricoh created ok 9 - call complete_build() ok 10 - changed to Alpha-ricoh directory ok 11 - ricoh license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/ricoh_1_0...............1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing ricoh_1_0 ok 8 - object for module Alpha::ricoh_1_0 created ok 9 - call complete_build() ok 10 - changed to Alpha-ricoh_1_0 directory ok 11 - ricoh_1_0 license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/sissl...................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing sissl ok 8 - object for module Alpha::sissl created ok 9 - call complete_build() ok 10 - changed to Alpha-sissl directory ok 11 - sissl license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/sleepycat...............1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing sleepycat ok 8 - object for module Alpha::sleepycat created ok 9 - call complete_build() ok 10 - changed to Alpha-sleepycat directory ok 11 - sleepycat license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/sun.....................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing sun ok 8 - object for module Alpha::sun created ok 9 - call complete_build() ok 10 - changed to Alpha-sun directory ok 11 - sun license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/vovida..................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing vovida ok 8 - object for module Alpha::vovida created ok 9 - call complete_build() ok 10 - changed to Alpha-vovida directory ok 11 - vovida license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/vovida_1_0..............1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing vovida_1_0 ok 8 - object for module Alpha::vovida_1_0 created ok 9 - call complete_build() ok 10 - changed to Alpha-vovida_1_0 directory ok 11 - vovida_1_0 license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/license/zlib....................1..17 ok 1 - use ExtUtils::ModuleMaker; ok 2 - use ExtUtils::ModuleMaker::Licenses::Local; ok 3 - use ExtUtils::ModuleMaker::Auxiliary; ok 4 - personal defaults directory now present on system ok 5 - personal defaults file temporarily suppressed ok 6 - personal defaults file now hidden ok 7 - changed to temp directory for testing zlib ok 8 - object for module Alpha::zlib created ok 9 - call complete_build() ok 10 - changed to Alpha-zlib directory ok 11 - zlib license has predicted content ok 12 - changed back to original directory ok 13 - personal defaults file re-established ok 14 - hidden personal defaults now gone ok 15 - atime and modtime of personal defaults file restored ok 16 - changed back to original directory after testing ok 17 - original presence/absence of .modulemaker directory restored ok t/makedefaults/1201...............1..38 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ok 8 - The object isa ExtUtils::ModuleMaker ok 9 - call complete_build() ok 10 - by default, non-compact top directory created ok 11 - Changes file created ok 12 - LICENSE file created ok 13 - MANIFEST file created ok 14 - Makefile.PL file created ok 15 - README file created ok 16 - Todo file created ok 17 - lib directory created ok 18 - t directory created ok 19 - Makefile.PL has predicted values ok 20 - new Personal::Defaults installed ok 21 - The object isa ExtUtils::ModuleMaker ok 22 - call complete_build() ok 23 - by choice, compact top directory created ok 24 - Changes file created ok 25 - LICENSE file created ok 26 - MANIFEST file created ok 27 - Makefile.PL file created ok 28 - README file created ok 29 - Todo file created ok 30 - lib directory created ok 31 - t directory created ok 32 - Makefile.PL has predicted values ok 33 - changed back to original directory ok 34 - personal defaults file re-established ok 35 - hidden personal defaults now gone ok 36 - atime and modtime of personal defaults file restored ok 37 - changed back to original directory after testing ok 38 - original presence/absence of .modulemaker directory restored ok t/makedefaults/1202...............1..38 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ok 8 - The object isa ExtUtils::ModuleMaker ok 9 - call complete_build() ok 10 - by default, non-compact top directory created ok 11 - Changes file created ok 12 - LICENSE file created ok 13 - MANIFEST file created ok 14 - Makefile.PL file created ok 15 - README file created ok 16 - Todo file created ok 17 - lib directory created ok 18 - t directory created ok 19 - Makefile.PL has predicted values ok 20 - new Personal::Defaults installed ok 21 - The object isa ExtUtils::ModuleMaker ok 22 - call complete_build() ok 23 - by choice, compact top directory created ok 24 - Changes file created ok 25 - LICENSE file created ok 26 - MANIFEST file created ok 27 - Makefile.PL file created ok 28 - README file created ok 29 - Todo file created ok 30 - lib directory created ok 31 - t directory created ok 32 - Makefile.PL has predicted values ok 33 - changed back to original directory ok 34 - personal defaults file re-established ok 35 - hidden personal defaults now gone ok 36 - atime and modtime of personal defaults file restored ok 37 - changed back to original directory after testing ok 38 - original presence/absence of .modulemaker directory restored ok t/makedefaults/1203...............1..37 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ------------------- Module files generated. Good bye. ok 8 - able to call modulemaker utility with save defaults option on ok 9 - by default, non-compact top directory created ok 10 - Changes file created ok 11 - LICENSE file created ok 12 - MANIFEST file created ok 13 - Makefile.PL file created ok 14 - README file created ok 15 - Todo file created ok 16 - lib directory created ok 17 - t directory created ok 18 - Makefile.PL has predicted values ok 19 - new Personal::Defaults installed ok 20 - The object isa ExtUtils::ModuleMaker ok 21 - call complete_build() ok 22 - by choice, compact top directory created ok 23 - Changes file created ok 24 - LICENSE file created ok 25 - MANIFEST file created ok 26 - Makefile.PL file created ok 27 - README file created ok 28 - Todo file created ok 29 - lib directory created ok 30 - t directory created ok 31 - Makefile.PL has predicted values ok 32 - changed back to original directory ok 33 - personal defaults file re-established ok 34 - hidden personal defaults now gone ok 35 - atime and modtime of personal defaults file restored ok 36 - changed back to original directory after testing ok 37 - original presence/absence of .modulemaker directory restored ok t/miscargs/901....................1..32 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - use IO::Capture::Stdout; ok 8 - changed to temp directory for testing ok 9 - call ExtUtils::ModuleMaker->new for Alpha-Beta ok 10 - call complete_build() ok 11 - correct no. of directories created announced verbosely ok 12 - correct no. of files created announced verbosely ok 13 - compact top-level directory exists ok 14 - cd Alpha-Beta ok 15 - directory lib exists ok 16 - directory scripts exists ok 17 - directory t exists ok 18 - file Changes exists ok 19 - file LICENSE exists ok 20 - file Makefile.PL exists ok 21 - file MANIFEST exists ok 22 - file README exists ok 23 - file Todo exists ok 24 - file lib/Alpha/Beta.pm exists ok 25 - file t/001_load.t exists ok 26 - Able to read Makefile.PL ok 27 - changed back to original directory ok 28 - personal defaults file re-established ok 29 - hidden personal defaults now gone ok 30 - atime and modtime of personal defaults file restored ok 31 - changed back to original directory after testing ok 32 - original presence/absence of .modulemaker directory restored ok t/miscargs/902....................1..33 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - use IO::Capture::Stdout; ok 8 - changed to temp directory for testing ok 9 - call ExtUtils::ModuleMaker->new for Alpha-Gamma ok 10 - call complete_build() ok 11 - correct no. of directories created announced verbosely ok 12 - correct no. of files created announced verbosely ok 13 - non-compact top-level directories exist ok 14 - cd Alpha/Gamma ok 15 - directory lib exists ok 16 - directory lib/Alpha exists ok 17 - directory scripts exists ok 18 - directory t exists ok 19 - file Changes exists ok 20 - file LICENSE exists ok 21 - file Makefile.PL exists ok 22 - file MANIFEST exists ok 23 - file README exists ok 24 - file Todo exists ok 25 - file lib/Alpha/Gamma.pm exists ok 26 - file t/001_load.t exists ok 27 - Able to read Makefile.PL ok 28 - changed back to original directory ok 29 - personal defaults file re-established ok 30 - hidden personal defaults now gone ok 31 - atime and modtime of personal defaults file restored ok 32 - changed back to original directory after testing ok 33 - original presence/absence of .modulemaker directory restored ok t/miscargs/903....................1..16 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ok 8 - call ExtUtils::ModuleMaker->new for Alpha-Tau ok 9 - call dump_keys() ok 10 - keys intended to be shown were shown ok 11 - changed back to original directory ok 12 - personal defaults file re-established ok 13 - hidden personal defaults now gone ok 14 - atime and modtime of personal defaults file restored ok 15 - changed back to original directory after testing ok 16 - original presence/absence of .modulemaker directory restored ok t/miscargs/904....................1..16 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ok 8 - call ExtUtils::ModuleMaker->new for Alpha-Rho ok 9 - call dump_keys_except() ok 10 - keys intended to be excluded were excluded ok 11 - changed back to original directory ok 12 - personal defaults file re-established ok 13 - hidden personal defaults now gone ok 14 - atime and modtime of personal defaults file restored ok 15 - changed back to original directory after testing ok 16 - original presence/absence of .modulemaker directory restored ok t/miscargs/905....................1..31 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ok 8 - call ExtUtils::ModuleMaker->new for Alpha-Phi ok 9 - call complete_build() ok 10 - compact top-level directory exists ok 11 - cd Alpha-Phi ok 12 - directory lib exists ok 13 - directory scripts exists ok 14 - directory t exists ok 15 - file Changes exists ok 16 - file LICENSE exists ok 17 - file Makefile.PL exists ok 18 - file MANIFEST exists ok 19 - file README exists ok 20 - file Todo exists ok 21 - file lib/Alpha/Phi.pm exists ok 22 - file t/001_load.t exists ok 23 - Able to read Makefile.PL ok 24 - Able to read module into array ok 25 - no POD correctly detected in module ok 26 - changed back to original directory ok 27 - personal defaults file re-established ok 28 - hidden personal defaults now gone ok 29 - atime and modtime of personal defaults file restored ok 30 - changed back to original directory after testing ok 31 - original presence/absence of .modulemaker directory restored ok t/miscargs/906....................1..31 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ok 8 - call ExtUtils::ModuleMaker->new for Alpha-Chi ok 9 - call complete_build() ok 10 - compact top-level directory exists ok 11 - cd Alpha-Chi ok 12 - directory lib exists ok 13 - directory scripts exists ok 14 - directory t exists ok 15 - file Changes exists ok 16 - file LICENSE exists ok 17 - file Makefile.PL exists ok 18 - file MANIFEST exists ok 19 - file README exists ok 20 - file Todo exists ok 21 - file lib/Alpha/Chi.pm exists ok 22 - file t/001_load.t exists ok 23 - Able to read Makefile.PL ok 24 - Able to read module into array ok 25 - no sub new() correctly detected in module ok 26 - changed back to original directory ok 27 - personal defaults file re-established ok 28 - hidden personal defaults now gone ok 29 - atime and modtime of personal defaults file restored ok 30 - changed back to original directory after testing ok 31 - original presence/absence of .modulemaker directory restored ok t/miscargs/907....................1..31 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ok 8 - call ExtUtils::ModuleMaker->new for Alpha-Xi ok 9 - call complete_build() ok 10 - compact top-level directory exists ok 11 - cd Alpha-Xi ok 12 - directory lib exists ok 13 - directory scripts exists ok 14 - directory t exists ok 15 - file Changes exists ok 16 - file LICENSE exists ok 17 - file Makefile.PL exists ok 18 - file MANIFEST exists ok 19 - file README exists ok 20 - file Todo exists ok 21 - file lib/Alpha/Xi.pm exists ok 22 - file t/001_load.t exists ok 23 - Able to read Makefile.PL ok 24 - Able to read module into array ok 25 - no sub new() or POD correctly detected in module ok 26 - changed back to original directory ok 27 - personal defaults file re-established ok 28 - hidden personal defaults now gone ok 29 - atime and modtime of personal defaults file restored ok 30 - changed back to original directory after testing ok 31 - original presence/absence of .modulemaker directory restored ok t/miscargs/908....................1..37 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ok 8 - call ExtUtils::ModuleMaker->new for Alpha-Sigma ok 9 - call complete_build() ok 10 - compact top-level directory exists ok 11 - cd Alpha-Sigma ok 12 - directory lib exists ok 13 - directory scripts exists ok 14 - directory t exists ok 15 - file Changes exists ok 16 - file LICENSE exists ok 17 - file Makefile.PL exists ok 18 - file MANIFEST exists ok 19 - file README exists ok 20 - file Todo exists ok 21 - directory lib/Alpha exists ok 22 - directory lib/Alpha/Sigma exists ok 23 - directory lib/Alpha/Sigma/Gamma exists ok 24 - file lib/Alpha/Sigma.pm exists ok 25 - file lib/Alpha/Sigma/Gamma.pm exists ok 26 - file lib/Alpha/Sigma/Delta.pm exists ok 27 - file lib/Alpha/Sigma/Gamma/Epsilon.pm exists ok 28 - file t/001_load.t exists ok 29 - file t/002_load.t exists ok 30 - file t/003_load.t exists ok 31 - file t/004_load.t exists ok 32 - changed back to original directory ok 33 - personal defaults file re-established ok 34 - hidden personal defaults now gone ok 35 - atime and modtime of personal defaults file restored ok 36 - changed back to original directory after testing ok 37 - original presence/absence of .modulemaker directory restored ok t/miscargs/909....................1..30 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ok 8 - call ExtUtils::ModuleMaker->new for Alpha-Beta ok 9 - call complete_build() ok 10 - compact top-level directory exists ok 11 - cd Alpha-Beta ok 12 - directory lib exists ok 13 - directory scripts exists ok 14 - directory t exists ok 15 - file Changes exists ok 16 - file LICENSE exists ok 17 - file Makefile.PL exists ok 18 - file MANIFEST exists ok 19 - file README exists ok 20 - file Todo exists ok 21 - file lib/Alpha/Beta.pm exists ok 22 - file t/001_load.t exists ok 23 - Able to read lib/Alpha/Beta.pm ok 24 - VERSION number is correct and properly quoted ok 25 - changed back to original directory ok 26 - personal defaults file re-established ok 27 - hidden personal defaults now gone ok 28 - atime and modtime of personal defaults file restored ok 29 - changed back to original directory after testing ok 30 - original presence/absence of .modulemaker directory restored ok t/miscargs/910....................1..39 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ok 8 - call ExtUtils::ModuleMaker->new for Alpha-Sigma ok 9 - call complete_build() ok 10 - compact top-level directory exists ok 11 - cd Alpha-Sigma ok 12 - directory lib exists ok 13 - directory scripts exists ok 14 - directory t exists ok 15 - file Changes exists ok 16 - file LICENSE exists ok 17 - file Makefile.PL exists ok 18 - file MANIFEST exists ok 19 - file README exists ok 20 - file Todo exists ok 21 - directory lib/Alpha exists ok 22 - directory lib/Alpha/Sigma exists ok 23 - directory lib/Alpha/Sigma/Gamma exists ok 24 - file lib/Alpha/Sigma.pm exists ok 25 - file lib/Alpha/Sigma/Gamma.pm exists ok 26 - file lib/Alpha/Sigma/Delta.pm exists ok 27 - file lib/Alpha/Sigma/Gamma/Epsilon.pm exists ok 28 - file t/001_load.t exists ok 29 - test file lists predicted number in plan ok 30 - test file contains use_ok for Alpha::Sigma ok 31 - test file contains use_ok for Alpha::Sigma::Gamma ok 32 - test file contains use_ok for Alpha::Sigma::Delta ok 33 - test file contains use_ok for Alpha::Sigma::Gamma::Epsilon ok 34 - changed back to original directory ok 35 - personal defaults file re-established ok 36 - hidden personal defaults now gone ok 37 - atime and modtime of personal defaults file restored ok 38 - changed back to original directory after testing ok 39 - original presence/absence of .modulemaker directory restored ok t/miscargs/911....................1..37 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ok 8 - call ExtUtils::ModuleMaker->new for Alpha-Sigma ok 9 - call complete_build() ok 10 - compact top-level directory exists ok 11 - cd Alpha-Sigma ok 12 - directory lib exists ok 13 - directory scripts exists ok 14 - directory t exists ok 15 - file Changes exists ok 16 - file LICENSE exists ok 17 - file Makefile.PL exists ok 18 - file MANIFEST exists ok 19 - file README exists ok 20 - file Todo exists ok 21 - directory lib/Alpha exists ok 22 - directory lib/Alpha/Sigma exists ok 23 - directory lib/Alpha/Sigma/Gamma exists ok 24 - file lib/Alpha/Sigma.pm exists ok 25 - file lib/Alpha/Sigma/Gamma.pm exists ok 26 - file lib/Alpha/Sigma/Delta.pm exists ok 27 - file lib/Alpha/Sigma/Gamma/Epsilon.pm exists ok 28 - file t/Alpha_Sigma.t exists ok 29 - file t/Alpha_Sigma_Gamma.t exists ok 30 - file t/Alpha_Sigma_Delta.t exists ok 31 - file t/Alpha_Sigma_Gamma_Epsilon.t exists ok 32 - changed back to original directory ok 33 - personal defaults file re-established ok 34 - hidden personal defaults now gone ok 35 - atime and modtime of personal defaults file restored ok 36 - changed back to original directory after testing ok 37 - original presence/absence of .modulemaker directory restored ok t/miscargs/912....................1..39 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ok 8 - call ExtUtils::ModuleMaker->new for Alpha-Sigma ok 9 - call complete_build() ok 10 - compact top-level directory exists ok 11 - cd Alpha-Sigma ok 12 - directory lib exists ok 13 - directory scripts exists ok 14 - directory t exists ok 15 - file Changes exists ok 16 - file LICENSE exists ok 17 - file Makefile.PL exists ok 18 - file MANIFEST exists ok 19 - file README exists ok 20 - file Todo exists ok 21 - directory lib/Alpha exists ok 22 - directory lib/Alpha/Sigma exists ok 23 - directory lib/Alpha/Sigma/Gamma exists ok 24 - file lib/Alpha/Sigma.pm exists ok 25 - file lib/Alpha/Sigma/Gamma.pm exists ok 26 - file lib/Alpha/Sigma/Delta.pm exists ok 27 - file lib/Alpha/Sigma/Gamma/Epsilon.pm exists ok 28 - file t/load.t exists ok 29 - test file lists predicted number in plan ok 30 - test file contains use_ok for Alpha::Sigma ok 31 - test file contains use_ok for Alpha::Sigma::Gamma ok 32 - test file contains use_ok for Alpha::Sigma::Delta ok 33 - test file contains use_ok for Alpha::Sigma::Gamma::Epsilon ok 34 - changed back to original directory ok 35 - personal defaults file re-established ok 36 - hidden personal defaults now gone ok 37 - atime and modtime of personal defaults file restored ok 38 - changed back to original directory after testing ok 39 - original presence/absence of .modulemaker directory restored ok t/miscargs/913....................1..30 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ok 8 - call ExtUtils::ModuleMaker->new for Alpha-Phi ok 9 - call complete_build() ok 10 - compact top-level directory exists ok 11 - cd Alpha-Phi ok 12 - directory lib exists ok 13 - directory scripts exists ok 14 - directory t exists ok 15 - file Changes exists ok 16 - file LICENSE exists ok 17 - file Makefile.PL exists ok 18 - file MANIFEST exists ok 19 - file README exists ok 20 - file Todo exists ok 21 - file MANIFEST.SKIP exists ok 22 - file lib/Alpha/Phi.pm exists ok 23 - file t/001_load.t exists ok 24 - Able to read Makefile.PL ok 25 - changed back to original directory ok 26 - personal defaults file re-established ok 27 - hidden personal defaults now gone ok 28 - atime and modtime of personal defaults file restored ok 29 - changed back to original directory after testing ok 30 - original presence/absence of .modulemaker directory restored ok t/miscargs/914....................1..29 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ok 8 - call ExtUtils::ModuleMaker->new for Alpha-Phi ok 9 - call complete_build() ok 10 - compact top-level directory exists ok 11 - cd Alpha-Phi ok 12 - directory lib exists ok 13 - directory scripts exists ok 14 - directory t exists ok 15 - file Changes exists ok 16 - file LICENSE exists ok 17 - file Makefile.PL exists ok 18 - file MANIFEST exists ok 19 - file README exists ok 20 - Todo correctly not created ok 21 - file lib/Alpha/Phi.pm exists ok 22 - file t/001_load.t exists ok 23 - Able to read Makefile.PL ok 24 - changed back to original directory ok 25 - personal defaults file re-established ok 26 - hidden personal defaults now gone ok 27 - atime and modtime of personal defaults file restored ok 28 - changed back to original directory after testing ok 29 - original presence/absence of .modulemaker directory restored ok t/miscargs/915....................1..31 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ok 8 - call ExtUtils::ModuleMaker->new for Alpha-Phi ok 9 - call complete_build() ok 10 - compact top-level directory exists ok 11 - cd Alpha-Phi ok 12 - directory lib exists ok 13 - directory scripts exists ok 14 - directory t exists ok 15 - file Changes exists ok 16 - file LICENSE exists ok 17 - file Makefile.PL exists ok 18 - file MANIFEST exists ok 19 - file README exists ok 20 - file Todo exists ok 21 - file lib/Alpha/Phi.pm exists ok 22 - file t/001_load.t exists ok 23 - file t/pod-coverage.t exists ok 24 - file t/pod.t exists ok 25 - Able to read Makefile.PL ok 26 - changed back to original directory ok 27 - personal defaults file re-established ok 28 - hidden personal defaults now gone ok 29 - atime and modtime of personal defaults file restored ok 30 - changed back to original directory after testing ok 31 - original presence/absence of .modulemaker directory restored ok t/miscargs/916....................1..29 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ok 8 - call ExtUtils::ModuleMaker->new for Alpha-Xi ok 9 - call complete_build() ok 10 - compact top-level directory exists ok 11 - cd Alpha-Xi ok 12 - directory lib exists ok 13 - directory scripts exists ok 14 - directory t exists ok 15 - file Changes exists ok 16 - file Makefile.PL exists ok 17 - file MANIFEST exists ok 18 - file README exists ok 19 - file Todo exists ok 20 - file lib/Alpha/Xi.pm exists ok 21 - file t/001_load.t exists ok 22 - LICENSE correctly not created ok 23 - Able to read Makefile.PL ok 24 - changed back to original directory ok 25 - personal defaults file re-established ok 26 - hidden personal defaults now gone ok 27 - atime and modtime of personal defaults file restored ok 28 - changed back to original directory after testing ok 29 - original presence/absence of .modulemaker directory restored ok t/miscargs/917....................1..29 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ok 8 - call ExtUtils::ModuleMaker->new for Alpha-Phi ok 9 - call complete_build() ok 10 - compact top-level directory exists ok 11 - cd Alpha-Phi ok 12 - directory lib exists ok 13 - directory t exists ok 14 - scripts directory correctly not created ok 15 - file Changes exists ok 16 - file LICENSE exists ok 17 - file Makefile.PL exists ok 18 - file MANIFEST exists ok 19 - file README exists ok 20 - file Todo exists ok 21 - file lib/Alpha/Phi.pm exists ok 22 - file t/001_load.t exists ok 23 - Able to read Makefile.PL ok 24 - changed back to original directory ok 25 - personal defaults file re-established ok 26 - hidden personal defaults now gone ok 27 - atime and modtime of personal defaults file restored ok 28 - changed back to original directory after testing ok 29 - original presence/absence of .modulemaker directory restored ok t/miscargs/918....................1..41 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ok 8 - call ExtUtils::ModuleMaker->new for Alpha-Kappa ok 9 - call complete_build() ok 10 - compact top-level directory exists ok 11 - cd Alpha-Kappa ok 12 - directory lib exists ok 13 - directory scripts exists ok 14 - directory t exists ok 15 - file Changes exists ok 16 - file LICENSE exists ok 17 - file Makefile.PL exists ok 18 - file MANIFEST exists ok 19 - file README exists ok 20 - file Todo exists ok 21 - directory lib/Alpha exists ok 22 - directory lib/Alpha/Kappa exists ok 23 - directory lib/Alpha/Kappa/Gamma exists ok 24 - file lib/Alpha/Kappa.pm exists ok 25 - file lib/Alpha/Kappa/Gamma.pm exists ok 26 - file lib/Alpha/Kappa/Delta.pm exists ok 27 - file lib/Alpha/Kappa/Gamma/Epsilon.pm exists ok 28 - file t/001_load.t exists ok 29 - file t/002_load.t exists ok 30 - file t/003_load.t exists ok 31 - file t/004_load.t exists ok 32 - lib/Alpha/Kappa.pm contains pod header, key-value pair, sub ok 33 - lib/Alpha/Kappa/Gamma.pm contains pod header, key-value pair, sub ok 34 - lib/Alpha/Kappa/Delta.pm contains pod header, key-value pair, sub ok 35 - lib/Alpha/Kappa/Gamma/Epsilon.pm contains pod header, key-value pair, sub ok 36 - changed back to original directory ok 37 - personal defaults file re-established ok 38 - hidden personal defaults now gone ok 39 - atime and modtime of personal defaults file restored ok 40 - changed back to original directory after testing ok 41 - original presence/absence of .modulemaker directory restored ok t/miscargs/919....................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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ok 8 - call ExtUtils::ModuleMaker->new for Alpha-Lambda ok 9 - call complete_build() ok 10 - compact top-level directory exists ok 11 - cd Alpha-Lambda ok 12 - directory lib exists ok 13 - directory scripts exists ok 14 - directory t exists ok 15 - file Changes exists ok 16 - file LICENSE exists ok 17 - file Makefile.PL exists ok 18 - file MANIFEST exists ok 19 - file README exists ok 20 - file Todo exists ok 21 - directory lib/Alpha exists ok 22 - file lib/Alpha/Lambda.pm exists ok 23 - file t/001_load.t exists ok 24 - POD contains correct author info -- no CPANID ok 25 - changed back to original directory ok 26 - personal defaults file re-established ok 27 - hidden personal defaults now gone ok 28 - atime and modtime of personal defaults file restored ok 29 - changed back to original directory after testing ok 30 - original presence/absence of .modulemaker directory restored 1..30 ok t/miscargs/920....................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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ok 8 - call ExtUtils::ModuleMaker->new for Alpha-Lambda ok 9 - call complete_build() ok 10 - compact top-level directory exists ok 11 - cd Alpha-Lambda ok 12 - directory lib exists ok 13 - directory scripts exists ok 14 - directory t exists ok 15 - file Changes exists ok 16 - file LICENSE exists ok 17 - file Makefile.PL exists ok 18 - file MANIFEST exists ok 19 - file README exists ok 20 - file Todo exists ok 21 - directory lib/Alpha exists ok 22 - file lib/Alpha/Lambda.pm exists ok 23 - file t/001_load.t exists ok 24 - POD contains correct author info -- no ORGANIZATION ok 25 - changed back to original directory ok 26 - personal defaults file re-established ok 27 - hidden personal defaults now gone ok 28 - atime and modtime of personal defaults file restored ok 29 - changed back to original directory after testing ok 30 - original presence/absence of .modulemaker directory restored 1..30 ok t/miscargs/921....................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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ok 8 - call ExtUtils::ModuleMaker->new for Alpha-Lambda ok 9 - call complete_build() ok 10 - compact top-level directory exists ok 11 - cd Alpha-Lambda ok 12 - directory lib exists ok 13 - directory scripts exists ok 14 - directory t exists ok 15 - file Changes exists ok 16 - file LICENSE exists ok 17 - file Makefile.PL exists ok 18 - file MANIFEST exists ok 19 - file README exists ok 20 - file Todo exists ok 21 - directory lib/Alpha exists ok 22 - file lib/Alpha/Lambda.pm exists ok 23 - file t/001_load.t exists ok 24 - POD contains correct author info -- no WEBSITE ok 25 - changed back to original directory ok 26 - personal defaults file re-established ok 27 - hidden personal defaults now gone ok 28 - atime and modtime of personal defaults file restored ok 29 - changed back to original directory after testing ok 30 - original presence/absence of .modulemaker directory restored 1..30 ok t/miscargs/922....................1..30 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ok 8 - call ExtUtils::ModuleMaker->new for Alpha-Lambda ok 9 - call complete_build() ok 10 - compact top-level directory exists ok 11 - cd Alpha-Lambda ok 12 - directory lib exists ok 13 - directory scripts exists ok 14 - directory t exists ok 15 - file Changes exists ok 16 - file LICENSE exists ok 17 - file Makefile.PL exists ok 18 - file MANIFEST exists ok 19 - file README exists ok 20 - file Todo exists ok 21 - directory lib/Alpha exists ok 22 - file lib/Alpha/Lambda.pm exists ok 23 - file t/001_load.t exists ok 24 - .pm file contains 'use warnings;' ok 25 - changed back to original directory ok 26 - personal defaults file re-established ok 27 - hidden personal defaults now gone ok 28 - atime and modtime of personal defaults file restored ok 29 - changed back to original directory after testing ok 30 - original presence/absence of .modulemaker directory restored ok t/miscargs/923....................1..30 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ok 8 - call ExtUtils::ModuleMaker->new for Alpha-Lambda ok 9 - call complete_build() ok 10 - compact top-level directory exists ok 11 - cd Alpha-Lambda ok 12 - directory lib exists ok 13 - directory scripts exists ok 14 - directory t exists ok 15 - file Changes exists ok 16 - file LICENSE exists ok 17 - file Makefile.PL exists ok 18 - file MANIFEST exists ok 19 - file README exists ok 20 - file Todo exists ok 21 - directory lib/Alpha exists ok 22 - file lib/Alpha/Lambda.pm exists ok 23 - file t/001_load.t exists ok 24 - .pm file contains 'Id' string ok 25 - changed back to original directory ok 26 - personal defaults file re-established ok 27 - hidden personal defaults now gone ok 28 - atime and modtime of personal defaults file restored ok 29 - changed back to original directory after testing ok 30 - original presence/absence of .modulemaker directory restored ok t/mmkr/801........................1..24 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ------------------- Module files generated. Good bye. ok 8 - able to call modulemaker utility ok 9 - by default, non-compact top directory created ok 10 - Changes file created ok 11 - LICENSE file created ok 12 - MANIFEST file created ok 13 - Makefile.PL file created ok 14 - README file created ok 15 - Todo file created ok 16 - lib directory created ok 17 - t directory created ok 18 - Makefile.PL has predicted values ok 19 - changed back to original directory ok 20 - personal defaults file re-established ok 21 - hidden personal defaults now gone ok 22 - atime and modtime of personal defaults file restored ok 23 - changed back to original directory after testing ok 24 - original presence/absence of .modulemaker directory restored ok t/mmkr/802........................1..24 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ------------------- Module files generated. Good bye. ok 8 - able to call modulemaker utility ok 9 - by default, non-compact top directory created ok 10 - Changes file created ok 11 - LICENSE file created ok 12 - MANIFEST file created ok 13 - Makefile.PL file created ok 14 - README file created ok 15 - Todo file created ok 16 - lib directory created ok 17 - t directory created ok 18 - Makefile.PL has predicted values ok 19 - changed back to original directory ok 20 - personal defaults file re-established ok 21 - hidden personal defaults now gone ok 22 - atime and modtime of personal defaults file restored ok 23 - changed back to original directory after testing ok 24 - original presence/absence of .modulemaker directory restored ok t/mmkr/803........................1..24 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ------------------- Module files generated. Good bye. ok 8 - able to call modulemaker utility with abstract ok 9 - compact top directory created ok 10 - Changes file created ok 11 - LICENSE file created ok 12 - MANIFEST file created ok 13 - Makefile.PL file created ok 14 - README file created ok 15 - Todo file created ok 16 - lib directory created ok 17 - t directory created ok 18 - Makefile.PL has predicted values ok 19 - changed back to original directory ok 20 - personal defaults file re-established ok 21 - hidden personal defaults now gone ok 22 - atime and modtime of personal defaults file restored ok 23 - changed back to original directory after testing ok 24 - original presence/absence of .modulemaker directory restored ok t/mmkr/804........................1..24 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ------------------- Module files generated. Good bye. ok 8 - able to call modulemaker utility with abstract ok 9 - compact top directory created ok 10 - Changes file created ok 11 - LICENSE file created ok 12 - MANIFEST file created ok 13 - Makefile.PL file created ok 14 - README file created ok 15 - Todo file created ok 16 - lib directory created ok 17 - t directory created ok 18 - Makefile.PL has predicted values ok 19 - changed back to original directory ok 20 - personal defaults file re-established ok 21 - hidden personal defaults now gone ok 22 - atime and modtime of personal defaults file restored ok 23 - changed back to original directory after testing ok 24 - original presence/absence of .modulemaker directory restored ok t/mmkr/805........................1..24 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ------------------- Module files generated. Good bye. ok 8 - able to call modulemaker utility with abstract ok 9 - compact top directory created ok 10 - Changes file created ok 11 - LICENSE file created ok 12 - MANIFEST file created ok 13 - Makefile.PL file created ok 14 - README file created ok 15 - Todo file created ok 16 - lib directory created ok 17 - t directory created ok 18 - Makefile.PL has predicted values ok 19 - changed back to original directory ok 20 - personal defaults file re-established ok 21 - hidden personal defaults now gone ok 22 - atime and modtime of personal defaults file restored ok 23 - changed back to original directory after testing ok 24 - original presence/absence of .modulemaker directory restored ok t/mmkr/806........................1..26 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ------------------- Module files generated. Good bye. ok 8 - able to call modulemaker utility ok 9 - compact top directory created ok 10 - Changes file created ok 11 - LICENSE file created ok 12 - MANIFEST file created ok 13 - Makefile.PL file created ok 14 - README file created ok 15 - Todo file created ok 16 - lib directory created ok 17 - t directory created ok 18 - XYZ-ABC/lib/XYZ/ABC.pm created ok 19 - .pm file has content ok 20 - no POD correctly detected in module ok 21 - changed back to original directory ok 22 - personal defaults file re-established ok 23 - hidden personal defaults now gone ok 24 - atime and modtime of personal defaults file restored ok 25 - changed back to original directory after testing ok 26 - original presence/absence of .modulemaker directory restored ok t/mmkr/807........................1..26 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ------------------- Module files generated. Good bye. ok 8 - able to call modulemaker utility ok 9 - compact top directory created ok 10 - Changes file created ok 11 - LICENSE file created ok 12 - MANIFEST file created ok 13 - Makefile.PL file created ok 14 - README file created ok 15 - Todo file created ok 16 - lib directory created ok 17 - t directory created ok 18 - XYZ-ABC/lib/XYZ/ABC.pm created ok 19 - .pm file has content ok 20 - constructor correctly absent from module ok 21 - changed back to original directory ok 22 - personal defaults file re-established ok 23 - hidden personal defaults now gone ok 24 - atime and modtime of personal defaults file restored ok 25 - changed back to original directory after testing ok 26 - original presence/absence of .modulemaker directory restored ok t/mmkr/808........................1..26 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 temporarily suppressed ok 5 - personal defaults file now hidden ok 6 - use File::Temp; ok 7 - changed to temp directory for testing ------------------- Module files generated. Good bye. ok 8 - able to call modulemaker utility ok 9 - compact top directory created ok 10 - Changes file created ok 11 - LICENSE file created ok 12 - MANIFEST file created ok 13 - Makefile.PL file created ok 14 - README file created ok 15 - Todo file created ok 16 - lib directory created ok 17 - t directory created ok 18 - XYZ-ABC/lib/XYZ/ABC.pm created ok 19 - Able to read XYZ-ABC/lib/XYZ/ABC.pm ok 20 - VERSION number is correct and properly quoted ok 21 - changed back to original directory ok 22 - personal defaults file re-established ok 23 - hidden personal defaults now gone ok 24 - atime and modtime of personal defaults file restored ok 25 - changed back to original directory after testing ok 26 - original presence/absence of .modulemaker directory restored ok All tests successful, 60 subtests skipped. Files=96, Tests=2198, 218 wallclock secs (179.37 cusr + 15.80 csys = 195.17 CPU) Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/ExtUtils/ModuleMaker.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/ExtUtils/ModuleMaker/StandardText.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/ExtUtils/ModuleMaker/Interactive.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/ExtUtils/ModuleMaker/Auxiliary.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/ExtUtils/ModuleMaker/Defaults.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/ExtUtils/ModuleMaker/Initializers.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/ExtUtils/ModuleMaker/Opts.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/ExtUtils/ModuleMaker/Licenses/Standard.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/ExtUtils/ModuleMaker/Licenses/Local.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man1/modulemaker.1 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/ExtUtils::ModuleMaker::StandardText.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/ExtUtils::ModuleMaker::Interactive.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/ExtUtils::ModuleMaker::Auxiliary.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/ExtUtils::ModuleMaker::Defaults.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/ExtUtils::ModuleMaker::Licenses::Standard.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/ExtUtils::ModuleMaker::Initializers.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/ExtUtils::ModuleMaker.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/ExtUtils::ModuleMaker::Opts.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/ExtUtils::ModuleMaker::Licenses::Local.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/bin/modulemaker Writing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi/auto/ExtUtils/ModuleMaker/.packlist Appending installation info to /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi/perllocal.pod