Warning: prerequisite File::Spec 3.19 not found. We have 0.9. Checking if your kit is complete... Looks good Writing Makefile for CPAN::Reporter Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp lib/CPAN/Reporter/History.pm blib\lib\CPAN\Reporter\History.pm cp lib/CPAN/Reporter/API.pod blib\lib\CPAN\Reporter\API.pod cp lib/CPAN/Reporter/FAQ.pod blib\lib\CPAN\Reporter\FAQ.pod cp lib/CPAN/Reporter/PrereqCheck.pod blib\lib\CPAN\Reporter\PrereqCheck.pod cp lib/CPAN/Reporter.pm blib\lib\CPAN\Reporter.pm cp lib/CPAN/Reporter/Config.pod blib\lib\CPAN\Reporter\Config.pod cp lib/CPAN/Reporter/Config.pm blib\lib\CPAN\Reporter\Config.pm cp lib/CPAN/Reporter/History.pod blib\lib\CPAN\Reporter\History.pod cp lib/CPAN/Reporter/PrereqCheck.pm blib\lib\CPAN\Reporter\PrereqCheck.pm cp lib/CPAN/Reporter.pod blib\lib\CPAN\Reporter.pod Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/01_CPAN_Reporter...................1..9 ok 1 - require CPAN::Reporter; ok 2 - require CPAN::Reporter::Config; ok 3 - require CPAN::Reporter::History; ok 4 - CPAN::Reporter->can('configure') ok 5 - CPAN::Reporter->can('grade_PL') ok 6 - CPAN::Reporter->can('grade_make') ok 7 - CPAN::Reporter->can('grade_test') ok 8 - CPAN::Reporter->can('record_command') ok 9 - CPAN::Reporter->can('test') ok t/02_config_env_vars.................1..10 ok 1 - require CPAN::Reporter; ok 2 - require CPAN::Reporter::Config; ok 3 - default config dir path ok 4 - default config file path ok 5 - PERL_CPAN_REPORTER_CONFIG: default config dir path ok 6 - PERL_CPAN_REPORTER_CONFIG: alt config file path ok 7 - PERL_CPAN_REPORTER_DIR: default config dir path ok 8 - PERL_CPAN_REPORTER_DIR: alt config file path ok 9 - DIR + CONFIG: alt config dir path ok 10 - DIR + CONFIG: alt config file path ok t/03_config_file.....................1..56 ok 1 - require CPAN::Reporter; ok 2 - require CPAN::Reporter::Config; ok 3 - get config dir path ok 4 - get config file path ok 5 - no config file yet ok 6 - opening non-existent file returns undef ok 7 - opening non-existent file gives a warning ok 8 - configure() returned true ok 9 - saw 'edit_report' configuration prompt ok 10 - saw 'send_report' configuration prompt ok 11 - saw 'email_from' configuration prompt ok 12 - saw 'smtp_server' configuration prompt ok 13 - configure() returned a hash reference ok 14 - configure return value has expected defaults ok 15 - configuration successfully created a config file ok 16 - newly created config file has expected defaults ok 17 # skip Couldn't set config file unreadable; skipping related tests ok 18 # skip Couldn't set config file unreadable; skipping related tests ok 19 - config file reset to readable ok 20 - configure() is undef if file not writeable ok 21 - opening non-writeable file gives a warning ok 22 - config file reset to writeable ok 23 - updated config file with a new email address and smtp server ok 24 - configure() ran again successfully ok 25 - pre-existing email address was seen during configuration prompts ok 26 - pre-existing smtp server was seen during configuration prompts ok 27 - pre-existing debug prompt was seen during configuration prompts ok 28 - updated config file preserved email address ok 29 - updated config file preserved smtp server ok 30 - updated config file preserved debug value ok 31 - updated config file with a bad cc_author setting ok 32 - bad option warning seen ok 33 - cc_author default returned ok 34 - bad cc_author preserved in config.ini ok 35 - updated config file with a bad send_skipfile ok 36 - bad send_skipfile option warning seen ok 37 - send_skipfile default returned ok 38 - bogus send_skipfile preserved in config.ini ok 39 - generated a send_skipfile in the temp directory ok 40 - updated config file with an absolute send_skipfile path ok 41 - absolute send_skipfile ok ok 42 - generated a send_skipfile in the config directory ok 43 - generated a relative send_skipfile name ok 44 - updated config file with a relative send_skipfile path ok 45 - relative send_skipfile ok ok 46 - updated config file with a bad cc_skipfile ok 47 - bad cc_skipfile option warning seen ok 48 - cc_skipfile default returned ok 49 - bogus cc_skipfile preserved in config.ini ok 50 - generated a cc_skipfile in the temp directory ok 51 - updated config file with an absolute cc_skipfile path ok 52 - absolute cc_skipfile ok ok 53 - generated a cc_skipfile in the config directory ok 54 - generated a relative cc_skipfile name ok 55 - updated config file with a relative cc_skipfile path ok 56 - relative cc_skipfile ok ok 2/56 skipped: various reasons t/04_option_parsing..................1..25 ok 1 - require CPAN::Reporter::Config; ok 2 - empty input ok 3 - No warnings seen ok 4 - action (by itself) ok 5 - No warnings seen ok 6 - grade (by itself) ok 7 - No warnings seen ok 8 - default:action ok 9 - No warnings seen ok 10 - grade:action ok 11 - No warnings seen ok 12 - grade:action action ok 13 - No warnings seen ok 14 - grade:action action grade:action ok 15 - No warnings seen ok 16 - grade:action action grade2:action ok 17 - No warnings seen ok 18 - grade/grade2:action ok 19 - No warnings seen ok 20 - grade/grade2 ok 21 - No warnings seen ok 22 - bad grade ok 23 - bad grade ok 24 - bad action ok 25 - bad action ok t/05_prompting.......................1..21 ok 1 - require CPAN::Reporter; ok 2 - 'default:yes' for 'pass' ok 3 - 'default:yes' for 'fail' ok 4 - 'default:yes' for 'na' ok 5 - 'default:yes' for 'unknown' ok 6 - 'default:no' for 'pass' ok 7 - 'default:no' for 'fail' ok 8 - 'default:no' for 'na' ok 9 - 'default:no' for 'unknown' ok 10 - 'default:ask/yes' for 'pass' ok 11 - 'default:ask/yes' for 'fail' ok 12 - 'default:ask/yes' for 'na' ok 13 - 'default:ask/yes' for 'unknown' ok 14 - 'default:ask/no' for 'pass' ok 15 - 'default:ask/no' for 'fail' ok 16 - 'default:ask/no' for 'na' ok 17 - 'default:ask/no' for 'unknown' ok 18 - 'default:ask/no fail:ask/yes na:yes unknown:no' for 'pass' ok 19 - 'default:ask/no fail:ask/yes na:yes unknown:no' for 'fail' ok 20 - 'default:ask/no fail:ask/yes na:yes unknown:no' for 'na' ok 21 - 'default:ask/no fail:ask/yes na:yes unknown:no' for 'unknown' ok t/06_prompt_text.....................1..37 ok 1 - require CPAN::Reporter; ok 2 - require CPAN::Reporter::History; ok 3 - home directory mocked ok 4 - config directory created ok 5 - created temp config file ok 6 - Copying t-Fail to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\RDzBwjV0on ok 7 - generate report for t-Fail ok 8 - report was sent for t-Fail ok 9 - saw report sent message for t-Fail ok 10 - prompt for edit_report ok 11 - prompt for send_duplicates ok 12 - prompt for send_report ok 13 - prompt for cc_author ok 14 - home directory mocked ok 15 - config directory created ok 16 - created temp config file ok 17 - Copying t-Fail to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\EoxteQ7oDj ok 18 - generate report for t-Fail ok 19 - report was sent for t-Fail ok 20 - saw report sent message for t-Fail ok 21 - prompt for send_test_report ok 22 - home directory mocked ok 23 - config directory created ok 24 - created temp config file ok 25 - Copying make-Fail to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\tH86BpGVfL ok 26 - generate report for t-Fail ok 27 - report was sent for t-Fail ok 28 - saw report sent message for t-Fail ok 29 - prompt for send_make_report ok 30 - home directory mocked ok 31 - config directory created ok 32 - created temp config file ok 33 - Copying PL-Fail to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\P6CTvKn2mc ok 34 - generate report for t-Fail ok 35 - report was sent for t-Fail ok 36 - saw report sent message for t-Fail ok 37 - prompt for send_PL_report ok t/10_prereq_pm.......................1..270 ok 1 - require CPAN::Reporter; ok 2 - home directory mocked ok 3 - config directory created ok 4 - created temp config file ok 5 - No requirements specified message correct ok 6 - old CPAN-style: 'requires' header ok 7 - old CPAN-style (requires): found 'Bogus::Broken' in report ok 8 - old CPAN-style (requires): 'Bogus::Broken' flag correct ok 9 - old CPAN-style (requires): 'Bogus::Broken' needed version correct ok 10 - old CPAN-style (requires): 'Bogus::Broken' installed version correct ok 11 - old CPAN-style (requires): found 'Bogus::Complex' in report ok 12 - old CPAN-style (requires): 'Bogus::Complex' flag correct ok 13 - old CPAN-style (requires): 'Bogus::Complex' needed version correct ok 14 - old CPAN-style (requires): 'Bogus::Complex' installed version correct ok 15 - old CPAN-style (requires): found 'Bogus::Conflict' in report ok 16 - old CPAN-style (requires): 'Bogus::Conflict' flag correct ok 17 - old CPAN-style (requires): 'Bogus::Conflict' needed version correct ok 18 - old CPAN-style (requires): 'Bogus::Conflict' installed version correct ok 19 - old CPAN-style (requires): found 'Bogus::Found' in report ok 20 - old CPAN-style (requires): 'Bogus::Found' flag correct ok 21 - old CPAN-style (requires): 'Bogus::Found' needed version correct ok 22 - old CPAN-style (requires): 'Bogus::Found' installed version correct ok 23 - old CPAN-style (requires): found 'Bogus::GT' in report ok 24 - old CPAN-style (requires): 'Bogus::GT' flag correct ok 25 - old CPAN-style (requires): 'Bogus::GT' needed version correct ok 26 - old CPAN-style (requires): 'Bogus::GT' installed version correct ok 27 - old CPAN-style (requires): found 'Bogus::GTE' in report ok 28 - old CPAN-style (requires): 'Bogus::GTE' flag correct ok 29 - old CPAN-style (requires): 'Bogus::GTE' needed version correct ok 30 - old CPAN-style (requires): 'Bogus::GTE' installed version correct ok 31 - old CPAN-style (requires): found 'Bogus::LT' in report ok 32 - old CPAN-style (requires): 'Bogus::LT' flag correct ok 33 - old CPAN-style (requires): 'Bogus::LT' needed version correct ok 34 - old CPAN-style (requires): 'Bogus::LT' installed version correct ok 35 - old CPAN-style (requires): found 'Bogus::LTE' in report ok 36 - old CPAN-style (requires): 'Bogus::LTE' flag correct ok 37 - old CPAN-style (requires): 'Bogus::LTE' needed version correct ok 38 - old CPAN-style (requires): 'Bogus::LTE' installed version correct ok 39 - old CPAN-style (requires): found 'Bogus::NotFound' in report ok 40 - old CPAN-style (requires): 'Bogus::NotFound' flag correct ok 41 - old CPAN-style (requires): 'Bogus::NotFound' needed version correct ok 42 - old CPAN-style (requires): 'Bogus::NotFound' installed version correct ok 43 - old CPAN-style (requires): found 'Bogus::NoVersion' in report ok 44 - old CPAN-style (requires): 'Bogus::NoVersion' flag correct ok 45 - old CPAN-style (requires): 'Bogus::NoVersion' needed version correct ok 46 - old CPAN-style (requires): 'Bogus::NoVersion' installed version correct ok 47 - old CPAN-style (requires): found 'Bogus::Shadow' in report ok 48 - old CPAN-style (requires): 'Bogus::Shadow' flag correct ok 49 - old CPAN-style (requires): 'Bogus::Shadow' needed version correct ok 50 - old CPAN-style (requires): 'Bogus::Shadow' installed version correct ok 51 - old CPAN-style (requires): found 'Bogus::TooOld' in report ok 52 - old CPAN-style (requires): 'Bogus::TooOld' flag correct ok 53 - old CPAN-style (requires): 'Bogus::TooOld' needed version correct ok 54 - old CPAN-style (requires): 'Bogus::TooOld' installed version correct ok 55 - old CPAN-style (requires): found 'perl' in report ok 56 - old CPAN-style (requires): 'perl' flag correct ok 57 - old CPAN-style (requires): 'perl' needed version correct ok 58 - old CPAN-style (requires): 'perl' installed version correct ok 59 - only one: 'requires' header ok 60 - only one (requires): found 'Bogus::Broken' in report ok 61 - only one (requires): 'Bogus::Broken' flag correct ok 62 - only one (requires): 'Bogus::Broken' needed version correct ok 63 - only one (requires): 'Bogus::Broken' installed version correct ok 64 - only one (requires): found 'Bogus::Complex' in report ok 65 - only one (requires): 'Bogus::Complex' flag correct ok 66 - only one (requires): 'Bogus::Complex' needed version correct ok 67 - only one (requires): 'Bogus::Complex' installed version correct ok 68 - only one (requires): found 'Bogus::Conflict' in report ok 69 - only one (requires): 'Bogus::Conflict' flag correct ok 70 - only one (requires): 'Bogus::Conflict' needed version correct ok 71 - only one (requires): 'Bogus::Conflict' installed version correct ok 72 - only one (requires): found 'Bogus::Found' in report ok 73 - only one (requires): 'Bogus::Found' flag correct ok 74 - only one (requires): 'Bogus::Found' needed version correct ok 75 - only one (requires): 'Bogus::Found' installed version correct ok 76 - only one (requires): found 'Bogus::GT' in report ok 77 - only one (requires): 'Bogus::GT' flag correct ok 78 - only one (requires): 'Bogus::GT' needed version correct ok 79 - only one (requires): 'Bogus::GT' installed version correct ok 80 - only one (requires): found 'Bogus::GTE' in report ok 81 - only one (requires): 'Bogus::GTE' flag correct ok 82 - only one (requires): 'Bogus::GTE' needed version correct ok 83 - only one (requires): 'Bogus::GTE' installed version correct ok 84 - only one (requires): found 'Bogus::LT' in report ok 85 - only one (requires): 'Bogus::LT' flag correct ok 86 - only one (requires): 'Bogus::LT' needed version correct ok 87 - only one (requires): 'Bogus::LT' installed version correct ok 88 - only one (requires): found 'Bogus::LTE' in report ok 89 - only one (requires): 'Bogus::LTE' flag correct ok 90 - only one (requires): 'Bogus::LTE' needed version correct ok 91 - only one (requires): 'Bogus::LTE' installed version correct ok 92 - only one (requires): found 'Bogus::NotFound' in report ok 93 - only one (requires): 'Bogus::NotFound' flag correct ok 94 - only one (requires): 'Bogus::NotFound' needed version correct ok 95 - only one (requires): 'Bogus::NotFound' installed version correct ok 96 - only one (requires): found 'Bogus::NoVersion' in report ok 97 - only one (requires): 'Bogus::NoVersion' flag correct ok 98 - only one (requires): 'Bogus::NoVersion' needed version correct ok 99 - only one (requires): 'Bogus::NoVersion' installed version correct ok 100 - only one (requires): found 'Bogus::Shadow' in report ok 101 - only one (requires): 'Bogus::Shadow' flag correct ok 102 - only one (requires): 'Bogus::Shadow' needed version correct ok 103 - only one (requires): 'Bogus::Shadow' installed version correct ok 104 - only one (requires): found 'Bogus::TooOld' in report ok 105 - only one (requires): 'Bogus::TooOld' flag correct ok 106 - only one (requires): 'Bogus::TooOld' needed version correct ok 107 - only one (requires): 'Bogus::TooOld' installed version correct ok 108 - only one (requires): found 'perl' in report ok 109 - only one (requires): 'perl' flag correct ok 110 - only one (requires): 'perl' needed version correct ok 111 - only one (requires): 'perl' installed version correct ok 112 - only one: 'build_requires' header ok 113 - only one (build_requires): found 'Bogus::Broken' in report ok 114 - only one (build_requires): 'Bogus::Broken' flag correct ok 115 - only one (build_requires): 'Bogus::Broken' needed version correct ok 116 - only one (build_requires): 'Bogus::Broken' installed version correct ok 117 - only one (build_requires): found 'Bogus::Complex' in report ok 118 - only one (build_requires): 'Bogus::Complex' flag correct ok 119 - only one (build_requires): 'Bogus::Complex' needed version correct ok 120 - only one (build_requires): 'Bogus::Complex' installed version correct ok 121 - only one (build_requires): found 'Bogus::Conflict' in report ok 122 - only one (build_requires): 'Bogus::Conflict' flag correct ok 123 - only one (build_requires): 'Bogus::Conflict' needed version correct ok 124 - only one (build_requires): 'Bogus::Conflict' installed version correct ok 125 - only one (build_requires): found 'Bogus::Found' in report ok 126 - only one (build_requires): 'Bogus::Found' flag correct ok 127 - only one (build_requires): 'Bogus::Found' needed version correct ok 128 - only one (build_requires): 'Bogus::Found' installed version correct ok 129 - only one (build_requires): found 'Bogus::GT' in report ok 130 - only one (build_requires): 'Bogus::GT' flag correct ok 131 - only one (build_requires): 'Bogus::GT' needed version correct ok 132 - only one (build_requires): 'Bogus::GT' installed version correct ok 133 - only one (build_requires): found 'Bogus::GTE' in report ok 134 - only one (build_requires): 'Bogus::GTE' flag correct ok 135 - only one (build_requires): 'Bogus::GTE' needed version correct ok 136 - only one (build_requires): 'Bogus::GTE' installed version correct ok 137 - only one (build_requires): found 'Bogus::LT' in report ok 138 - only one (build_requires): 'Bogus::LT' flag correct ok 139 - only one (build_requires): 'Bogus::LT' needed version correct ok 140 - only one (build_requires): 'Bogus::LT' installed version correct ok 141 - only one (build_requires): found 'Bogus::LTE' in report ok 142 - only one (build_requires): 'Bogus::LTE' flag correct ok 143 - only one (build_requires): 'Bogus::LTE' needed version correct ok 144 - only one (build_requires): 'Bogus::LTE' installed version correct ok 145 - only one (build_requires): found 'Bogus::NotFound' in report ok 146 - only one (build_requires): 'Bogus::NotFound' flag correct ok 147 - only one (build_requires): 'Bogus::NotFound' needed version correct ok 148 - only one (build_requires): 'Bogus::NotFound' installed version correct ok 149 - only one (build_requires): found 'Bogus::NoVersion' in report ok 150 - only one (build_requires): 'Bogus::NoVersion' flag correct ok 151 - only one (build_requires): 'Bogus::NoVersion' needed version correct ok 152 - only one (build_requires): 'Bogus::NoVersion' installed version correct ok 153 - only one (build_requires): found 'Bogus::Shadow' in report ok 154 - only one (build_requires): 'Bogus::Shadow' flag correct ok 155 - only one (build_requires): 'Bogus::Shadow' needed version correct ok 156 - only one (build_requires): 'Bogus::Shadow' installed version correct ok 157 - only one (build_requires): found 'Bogus::TooOld' in report ok 158 - only one (build_requires): 'Bogus::TooOld' flag correct ok 159 - only one (build_requires): 'Bogus::TooOld' needed version correct ok 160 - only one (build_requires): 'Bogus::TooOld' installed version correct ok 161 - only one (build_requires): found 'perl' in report ok 162 - only one (build_requires): 'perl' flag correct ok 163 - only one (build_requires): 'perl' needed version correct ok 164 - only one (build_requires): 'perl' installed version correct ok 165 - both types: 'requires' header ok 166 - both types (requires): found 'Bogus::Broken' in report ok 167 - both types (requires): 'Bogus::Broken' flag correct ok 168 - both types (requires): 'Bogus::Broken' needed version correct ok 169 - both types (requires): 'Bogus::Broken' installed version correct ok 170 - both types (requires): found 'Bogus::Complex' in report ok 171 - both types (requires): 'Bogus::Complex' flag correct ok 172 - both types (requires): 'Bogus::Complex' needed version correct ok 173 - both types (requires): 'Bogus::Complex' installed version correct ok 174 - both types (requires): found 'Bogus::Conflict' in report ok 175 - both types (requires): 'Bogus::Conflict' flag correct ok 176 - both types (requires): 'Bogus::Conflict' needed version correct ok 177 - both types (requires): 'Bogus::Conflict' installed version correct ok 178 - both types (requires): found 'Bogus::Found' in report ok 179 - both types (requires): 'Bogus::Found' flag correct ok 180 - both types (requires): 'Bogus::Found' needed version correct ok 181 - both types (requires): 'Bogus::Found' installed version correct ok 182 - both types (requires): found 'Bogus::GT' in report ok 183 - both types (requires): 'Bogus::GT' flag correct ok 184 - both types (requires): 'Bogus::GT' needed version correct ok 185 - both types (requires): 'Bogus::GT' installed version correct ok 186 - both types (requires): found 'Bogus::GTE' in report ok 187 - both types (requires): 'Bogus::GTE' flag correct ok 188 - both types (requires): 'Bogus::GTE' needed version correct ok 189 - both types (requires): 'Bogus::GTE' installed version correct ok 190 - both types (requires): found 'Bogus::LT' in report ok 191 - both types (requires): 'Bogus::LT' flag correct ok 192 - both types (requires): 'Bogus::LT' needed version correct ok 193 - both types (requires): 'Bogus::LT' installed version correct ok 194 - both types (requires): found 'Bogus::LTE' in report ok 195 - both types (requires): 'Bogus::LTE' flag correct ok 196 - both types (requires): 'Bogus::LTE' needed version correct ok 197 - both types (requires): 'Bogus::LTE' installed version correct ok 198 - both types (requires): found 'Bogus::NotFound' in report ok 199 - both types (requires): 'Bogus::NotFound' flag correct ok 200 - both types (requires): 'Bogus::NotFound' needed version correct ok 201 - both types (requires): 'Bogus::NotFound' installed version correct ok 202 - both types (requires): found 'Bogus::NoVersion' in report ok 203 - both types (requires): 'Bogus::NoVersion' flag correct ok 204 - both types (requires): 'Bogus::NoVersion' needed version correct ok 205 - both types (requires): 'Bogus::NoVersion' installed version correct ok 206 - both types (requires): found 'Bogus::Shadow' in report ok 207 - both types (requires): 'Bogus::Shadow' flag correct ok 208 - both types (requires): 'Bogus::Shadow' needed version correct ok 209 - both types (requires): 'Bogus::Shadow' installed version correct ok 210 - both types (requires): found 'Bogus::TooOld' in report ok 211 - both types (requires): 'Bogus::TooOld' flag correct ok 212 - both types (requires): 'Bogus::TooOld' needed version correct ok 213 - both types (requires): 'Bogus::TooOld' installed version correct ok 214 - both types (requires): found 'perl' in report ok 215 - both types (requires): 'perl' flag correct ok 216 - both types (requires): 'perl' needed version correct ok 217 - both types (requires): 'perl' installed version correct ok 218 - both types: 'build_requires' header ok 219 - both types (build_requires): found 'Bogus::Broken' in report ok 220 - both types (build_requires): 'Bogus::Broken' flag correct ok 221 - both types (build_requires): 'Bogus::Broken' needed version correct ok 222 - both types (build_requires): 'Bogus::Broken' installed version correct ok 223 - both types (build_requires): found 'Bogus::Complex' in report ok 224 - both types (build_requires): 'Bogus::Complex' flag correct ok 225 - both types (build_requires): 'Bogus::Complex' needed version correct ok 226 - both types (build_requires): 'Bogus::Complex' installed version correct ok 227 - both types (build_requires): found 'Bogus::Conflict' in report ok 228 - both types (build_requires): 'Bogus::Conflict' flag correct ok 229 - both types (build_requires): 'Bogus::Conflict' needed version correct ok 230 - both types (build_requires): 'Bogus::Conflict' installed version correct ok 231 - both types (build_requires): found 'Bogus::Found' in report ok 232 - both types (build_requires): 'Bogus::Found' flag correct ok 233 - both types (build_requires): 'Bogus::Found' needed version correct ok 234 - both types (build_requires): 'Bogus::Found' installed version correct ok 235 - both types (build_requires): found 'Bogus::GT' in report ok 236 - both types (build_requires): 'Bogus::GT' flag correct ok 237 - both types (build_requires): 'Bogus::GT' needed version correct ok 238 - both types (build_requires): 'Bogus::GT' installed version correct ok 239 - both types (build_requires): found 'Bogus::GTE' in report ok 240 - both types (build_requires): 'Bogus::GTE' flag correct ok 241 - both types (build_requires): 'Bogus::GTE' needed version correct ok 242 - both types (build_requires): 'Bogus::GTE' installed version correct ok 243 - both types (build_requires): found 'Bogus::LT' in report ok 244 - both types (build_requires): 'Bogus::LT' flag correct ok 245 - both types (build_requires): 'Bogus::LT' needed version correct ok 246 - both types (build_requires): 'Bogus::LT' installed version correct ok 247 - both types (build_requires): found 'Bogus::LTE' in report ok 248 - both types (build_requires): 'Bogus::LTE' flag correct ok 249 - both types (build_requires): 'Bogus::LTE' needed version correct ok 250 - both types (build_requires): 'Bogus::LTE' installed version correct ok 251 - both types (build_requires): found 'Bogus::NotFound' in report ok 252 - both types (build_requires): 'Bogus::NotFound' flag correct ok 253 - both types (build_requires): 'Bogus::NotFound' needed version correct ok 254 - both types (build_requires): 'Bogus::NotFound' installed version correct ok 255 - both types (build_requires): found 'Bogus::NoVersion' in report ok 256 - both types (build_requires): 'Bogus::NoVersion' flag correct ok 257 - both types (build_requires): 'Bogus::NoVersion' needed version correct ok 258 - both types (build_requires): 'Bogus::NoVersion' installed version correct ok 259 - both types (build_requires): found 'Bogus::Shadow' in report ok 260 - both types (build_requires): 'Bogus::Shadow' flag correct ok 261 - both types (build_requires): 'Bogus::Shadow' needed version correct ok 262 - both types (build_requires): 'Bogus::Shadow' installed version correct ok 263 - both types (build_requires): found 'Bogus::TooOld' in report ok 264 - both types (build_requires): 'Bogus::TooOld' flag correct ok 265 - both types (build_requires): 'Bogus::TooOld' needed version correct ok 266 - both types (build_requires): 'Bogus::TooOld' installed version correct ok 267 - both types (build_requires): found 'perl' in report ok 268 - both types (build_requires): 'perl' flag correct ok 269 - both types (build_requires): 'perl' needed version correct ok 270 - both types (build_requires): 'perl' installed version correct ok t/11_env_config......................1..38 ok 1 - require CPAN::Reporter; ok 2 - home directory mocked ok 3 - config directory created ok 4 - created temp config file ok 5 - found $ENV{AUTOMATED_TESTING} ok 6 - value of $ENV{AUTOMATED_TESTING} is correct ok 7 - found $ENV{COMSPEC} ok 8 - value of $ENV{COMSPEC} is correct ok 9 - found $ENV{INCLUDE} ok 10 - value of $ENV{INCLUDE} is correct ok 11 - found $ENV{LANG} ok 12 - value of $ENV{LANG} is correct ok 13 - found $ENV{LIB} ok 14 - value of $ENV{LIB} is correct ok 15 - found $ENV{NUMBER_OF_PROCESSORS} ok 16 - value of $ENV{NUMBER_OF_PROCESSORS} is correct ok 17 - found $ENV{PATH} ok 18 - value of $ENV{PATH} is correct ok 19 - found $ENV{PERL5LIB} ok 20 - value of $ENV{PERL5LIB} is correct ok 21 - found $ENV{PERL_MM_USE_DEFAULT} ok 22 - value of $ENV{PERL_MM_USE_DEFAULT} is correct ok 23 - found $ENV{PROCESSOR_IDENTIFIER} ok 24 - value of $ENV{PROCESSOR_IDENTIFIER} is correct ok 25 - found special variable $EGID ok 26 - value of $EGID is correct ok 27 - found special variable $GID ok 28 - value of $GID is correct ok 29 - found special variable $UID/$EUID ok 30 - value of $UID/$EUID is correct ok 31 - found special variable $^X ok 32 - value of $^X is correct ok 33 - found special variable Win32::GetOSName ok 34 - value of Win32::GetOSName is correct ok 35 - found special variable Win32::GetOSVersion ok 36 - value of Win32::GetOSVersion is correct ok 37 - found special variable Win32::IsAdminUser ok 38 - value of Win32::IsAdminUser is correct ok t/12_toolchain_versions..............1..32 ok 1 - require CPAN::Reporter; ok 2 - home directory mocked ok 3 - config directory created ok 4 - created temp config file ok 5 - found toolchain module entry for 'CPAN' ok 6 - version of 'CPAN' is correct ok 7 - found toolchain module entry for 'Cwd' ok 8 - version of 'Cwd' is correct ok 9 - found toolchain module entry for 'ExtUtils::CBuilder' ok 10 - version of 'ExtUtils::CBuilder' is correct ok 11 - found toolchain module entry for 'ExtUtils::Command' ok 12 - version of 'ExtUtils::Command' is correct ok 13 - found toolchain module entry for 'ExtUtils::Install' ok 14 - version of 'ExtUtils::Install' is correct ok 15 - found toolchain module entry for 'ExtUtils::MakeMaker' ok 16 - version of 'ExtUtils::MakeMaker' is correct ok 17 - found toolchain module entry for 'ExtUtils::Manifest' ok 18 - version of 'ExtUtils::Manifest' is correct ok 19 - found toolchain module entry for 'ExtUtils::ParseXS' ok 20 - version of 'ExtUtils::ParseXS' is correct ok 21 - found toolchain module entry for 'File::Spec' ok 22 - version of 'File::Spec' is correct ok 23 - found toolchain module entry for 'Module::Build' ok 24 - version of 'Module::Build' is correct ok 25 - found toolchain module entry for 'Module::Signature' ok 26 - version of 'Module::Signature' is correct ok 27 - found toolchain module entry for 'Test::Harness' ok 28 - version of 'Test::Harness' is correct ok 29 - found toolchain module entry for 'Test::More' ok 30 - version of 'Test::More' is correct ok 31 - found toolchain module entry for 'version' ok 32 - version of 'version' is correct ok t/13_record_command..................1..41 ok 1 - require CPAN::Reporter; ok 2 - Exit with 0: No timeout requested ok 3 - Exit with 0: captured stdout ok 4 - Exit with 0: output as expected ok 5 - Exit with 0: exit code correct ok 6 - Exit with 1: No timeout requested ok 7 - Exit with 1: captured stdout ok 8 - Exit with 1: output as expected ok 9 - Exit with 1: exit code correct ok 10 - Exit with 2: No timeout requested ok 11 - Exit with 2: captured stdout ok 12 - Exit with 2: output as expected ok 13 - Exit with 2: exit code correct ok 14 - Exit with args in shell quotes: No timeout requested ok 15 - Exit with args in shell quotes: captured stdout ok 16 - Exit with args in shell quotes: output as expected ok 17 - Exit with args in shell quotes: exit code correct ok 18 - Exit with args and pipe: No timeout requested ok 19 - Exit with args and pipe: captured stdout ok 20 - Exit with args and pipe: output as expected ok 21 - Exit with args and pipe: exit code correct ok 22 # skip $ENV{PERL_AUTHOR_TESTING} required for Win32 timeout testing ok 23 # skip $ENV{PERL_AUTHOR_TESTING} required for Win32 timeout testing ok 24 # skip $ENV{PERL_AUTHOR_TESTING} required for Win32 timeout testing ok 25 # skip $ENV{PERL_AUTHOR_TESTING} required for Win32 timeout testing ok 26 # skip $ENV{PERL_AUTHOR_TESTING} required for Win32 timeout testing ok 27 # skip $ENV{PERL_AUTHOR_TESTING} required for Win32 timeout testing ok 28 # skip $ENV{PERL_AUTHOR_TESTING} required for Win32 timeout testing ok 29 # skip $ENV{PERL_AUTHOR_TESTING} required for Win32 timeout testing ok 30 # skip $ENV{PERL_AUTHOR_TESTING} required for Win32 timeout testing ok 31 # skip $ENV{PERL_AUTHOR_TESTING} required for Win32 timeout testing ok 32 # skip $ENV{PERL_AUTHOR_TESTING} required for Win32 timeout testing ok 33 # skip $ENV{PERL_AUTHOR_TESTING} required for Win32 timeout testing ok 34 - Relative path command: No timeout requested ok 35 - Relative path command: captured stdout ok 36 - Relative path command: output as expected ok 37 - Relative path command: exit code correct ok 38 # skip $ENV{PERL_AUTHOR_TESTING} required for Win32 timeout testing ok 39 # skip $ENV{PERL_AUTHOR_TESTING} required for Win32 timeout testing ok 40 # skip $ENV{PERL_AUTHOR_TESTING} required for Win32 timeout testing ok 41 # skip $ENV{PERL_AUTHOR_TESTING} required for Win32 timeout testing ok 16/41 skipped: various reasons t/14_command_timeout.................1..0 # Skip $ENV{PERL_AUTHOR_TESTING} required for Win32 timeout testing skipped all skipped: $ENV{PERL_AUTHOR_TESTING} required for Win32 timeout testing t/15_option_validation...............1..9 ok 1 - require CPAN::Reporter::Config; ok 2 - skipfile (exists) ok 3 - skipfile (missing) ok 4 - command_timeout (positive) ok 5 - command_timeout (negative) ok 6 - command_timeout (zero) ok 7 - command_timeout (empty) ok 8 - command_timeout (undef) ok 9 - command_timeout (alpha) ok t/20_report_output...................1..88 ok 1 - require CPAN::Reporter; ok 2 - home directory mocked ok 3 - config directory created ok 4 - created temp config file ok 5 - Copying t-Pass to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\VAugMdFdvm ok 6 - t-Pass: report ran without error ok 7 - t-Pass: found 'pass' grade paragraph ok 8 - t-Pass: correct intro paragraph ok 9 - t-Pass: correct default comment ok 10 - t-Pass: found prereq report ok 11 - t-Pass: found environment variables ok 12 - t-Pass: found special variables ok 13 - t-Pass: found toolchain versions found ok 14 - t-Pass: located test output in report ok 15 - t-Pass: no truncation message seen ok 16 - t-Pass: test_output less than or equal to maximum length ok 17 - t-Pass: found output matches expected output ok 18 - t-Pass: cc list correct ok 19 - Copying t-Fail to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\MPcmfyaUFr ok 20 - t-Fail: report ran without error ok 21 - t-Fail: found 'fail' grade paragraph ok 22 - t-Fail: correct intro paragraph ok 23 - t-Fail: correct default comment ok 24 - t-Fail: found prereq report ok 25 - t-Fail: found environment variables ok 26 - t-Fail: found special variables ok 27 - t-Fail: found toolchain versions found ok 28 - t-Fail: located test output in report ok 29 - t-Fail: no truncation message seen ok 30 - t-Fail: test_output less than or equal to maximum length ok 31 - t-Fail: found output matches expected output ok 32 - t-Fail: cc list correct ok 33 - Copying NoTestFiles to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\F4M6fMM0tu ok 34 - NoTestFiles: report ran without error ok 35 - NoTestFiles: found 'unknown' grade paragraph ok 36 - NoTestFiles: correct intro paragraph ok 37 - NoTestFiles: correct default comment ok 38 - NoTestFiles: found prereq report ok 39 - NoTestFiles: found environment variables ok 40 - NoTestFiles: found special variables ok 41 - NoTestFiles: found toolchain versions found ok 42 - NoTestFiles: located test output in report ok 43 - NoTestFiles: no truncation message seen ok 44 - NoTestFiles: test_output less than or equal to maximum length ok 45 - NoTestFiles: found output matches expected output ok 46 - NoTestFiles: cc list correct ok 47 - Copying t-NoSupport to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\1pZZSw3dnN ok 48 - t-NoSupport: report ran without error ok 49 - t-NoSupport: found 'na' grade paragraph ok 50 - t-NoSupport: correct intro paragraph ok 51 - t-NoSupport: correct default comment ok 52 - t-NoSupport: found prereq report ok 53 - t-NoSupport: found environment variables ok 54 - t-NoSupport: found special variables ok 55 - t-NoSupport: found toolchain versions found ok 56 - t-NoSupport: located test output in report ok 57 - t-NoSupport: no truncation message seen ok 58 - t-NoSupport: test_output less than or equal to maximum length ok 59 - t-NoSupport: found output matches expected output ok 60 - t-NoSupport: cc list correct ok 61 - Copying t-Fail-LongOutput to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\MJRG9tIxhp ok 62 - t-Fail-LongOutput: report ran without error ok 63 - t-Fail-LongOutput: found 'fail' grade paragraph ok 64 - t-Fail-LongOutput: correct intro paragraph ok 65 - t-Fail-LongOutput: correct default comment ok 66 - t-Fail-LongOutput: found prereq report ok 67 - t-Fail-LongOutput: found environment variables ok 68 - t-Fail-LongOutput: found special variables ok 69 - t-Fail-LongOutput: found toolchain versions found ok 70 - t-Fail-LongOutput: located test output in report ok 71 - t-Fail-LongOutput: truncated length error message correct ok 72 - t-Fail-LongOutput: test_output less than or equal to maximum length ok 73 - t-Fail-LongOutput: found output matches expected output ok 74 - t-Fail-LongOutput: cc list correct ok 75 - Copying t-Pass to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\LKvG4I1y3e ok 76 - t-Pass: report ran without error ok 77 - t-Pass: found 'pass' grade paragraph ok 78 - t-Pass: correct intro paragraph ok 79 - t-Pass: correct default comment ok 80 - t-Pass: found prereq report ok 81 - t-Pass: found environment variables ok 82 - t-Pass: found special variables ok 83 - t-Pass: found toolchain versions found ok 84 - t-Pass: located test output in report ok 85 - t-Pass: no truncation message seen ok 86 - t-Pass: test_output less than or equal to maximum length ok 87 - t-Pass: found output matches expected output ok 88 - t-Pass: cc list correct ok t/30_PL_report.......................1..74 ok 1 - require CPAN::Reporter; ok 2 - home directory mocked ok 3 - config directory created ok 4 - created temp config file ok 5 - Copying t-Pass to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\4eoT0gujfT ok 6 - t-Pass: grade_PL() for Makefile.PL returned 1 ok 7 - t-Pass: 'Makefile.PL' grade reported as 'pass' ok 8 - t-Pass: report notification correct ok 9 - t-Pass: results not sent ok 10 - Copying t-Pass to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\oHOUNN9ffa ok 11 - t-Pass: grade_PL() for Build.PL returned 1 ok 12 - t-Pass: 'Build.PL' grade reported as 'pass' ok 13 - t-Pass: report notification correct ok 14 - t-Pass: results not sent ok 15 - Copying PL-Fail to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\yfYBPnonPU ok 16 - PL-Fail: grade_PL() for Makefile.PL returned 0 ok 17 - PL-Fail: 'Makefile.PL' grade reported as 'fail' ok 18 - PL-Fail: report notification correct ok 19 - PL-Fail: report was mock sent ok 20 - Copying PL-Fail to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\sie0PIH4dD ok 21 - PL-Fail: grade_PL() for Build.PL returned 0 ok 22 - PL-Fail: 'Build.PL' grade reported as 'fail' ok 23 - PL-Fail: report notification correct ok 24 - PL-Fail: report was mock sent ok 25 - Copying PL-RequirePerl to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\iC08cNJihK ok 26 - PL-RequirePerl: grade_PL() for Makefile.PL returned 0 ok 27 - PL-RequirePerl: 'Makefile.PL' grade reported as 'na' ok 28 - PL-RequirePerl: report notification correct ok 29 - PL-RequirePerl: report was mock sent ok 30 - Copying PL-RequirePerl to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\YGZCgmHdk4 ok 31 - PL-RequirePerl: grade_PL() for Build.PL returned 0 ok 32 - PL-RequirePerl: 'Build.PL' grade reported as 'na' ok 33 - PL-RequirePerl: report notification correct ok 34 - PL-RequirePerl: report was mock sent ok 35 - Copying PL-MIRequirePerl to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\kzwQItLMV7 ok 36 - PL-MIRequirePerl: grade_PL() for Makefile.PL returned 0 ok 37 - PL-MIRequirePerl: 'Makefile.PL' grade reported as 'na' ok 38 - PL-MIRequirePerl: report notification correct ok 39 - PL-MIRequirePerl: report was mock sent ok 40 - Copying PL-MIRequirePerl to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\aKts9L0xv3 ok 41 - PL-MIRequirePerl: grade_PL() for Build.PL returned 0 ok 42 - PL-MIRequirePerl: 'Build.PL' grade reported as 'na' ok 43 - PL-MIRequirePerl: report notification correct ok 44 - PL-MIRequirePerl: report was mock sent ok 45 - Copying PL-OSUnsupported to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\YfoBJfcnJa ok 46 - PL-OSUnsupported: grade_PL() for Makefile.PL returned 0 ok 47 - PL-OSUnsupported: 'Makefile.PL' grade reported as 'na' ok 48 - PL-OSUnsupported: report notification correct ok 49 - PL-OSUnsupported: report was mock sent ok 50 - Copying PL-OSUnsupported to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\vrYC5YJND6 ok 51 - PL-OSUnsupported: grade_PL() for Build.PL returned 0 ok 52 - PL-OSUnsupported: 'Build.PL' grade reported as 'na' ok 53 - PL-OSUnsupported: report notification correct ok 54 - PL-OSUnsupported: report was mock sent ok 55 - Copying PL-warn-OSUnsupported to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\tG9aMMGojX ok 56 - PL-warn-OSUnsupported: grade_PL() for Makefile.PL returned 0 ok 57 - PL-warn-OSUnsupported: 'Makefile.PL' grade reported as 'na' ok 58 - PL-warn-OSUnsupported: report notification correct ok 59 - PL-warn-OSUnsupported: report was mock sent ok 60 - Copying PL-warn-OSUnsupported to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\40tG8111js ok 61 - PL-warn-OSUnsupported: grade_PL() for Build.PL returned 0 ok 62 - PL-warn-OSUnsupported: 'Build.PL' grade reported as 'na' ok 63 - PL-warn-OSUnsupported: report notification correct ok 64 - PL-warn-OSUnsupported: report was mock sent ok 65 - Copying t-PrereqPerl-NOK-our to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\oe4jGbje5Y ok 66 - t-PrereqPerl-NOK-our: grade_PL() for Makefile.PL returned 1 ok 67 - t-PrereqPerl-NOK-our: 'Makefile.PL' grade reported as 'pass' ok 68 - t-PrereqPerl-NOK-our: report notification correct ok 69 - t-PrereqPerl-NOK-our: results not sent ok 70 - Copying t-PrereqPerl-NOK-our to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\BsB89XFWGR ok 71 - t-PrereqPerl-NOK-our: grade_PL() for Build.PL returned 1 ok 72 - t-PrereqPerl-NOK-our: 'Build.PL' grade reported as 'pass' ok 73 - t-PrereqPerl-NOK-our: report notification correct ok 74 - t-PrereqPerl-NOK-our: results not sent ok t/31_PL_report_discard...............1..34 ok 1 - require CPAN::Reporter; ok 2 - home directory mocked ok 3 - config directory created ok 4 - created temp config file ok 5 - Copying PL-PrereqMiss to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\4NTpCFnL0b ok 6 - PL-PrereqMiss: grade_PL() for Makefile.PL returned 0 ok 7 - PL-PrereqMiss: 'Makefile.PL' prerequisites not satisifed ok 8 - PL-PrereqMiss: discard message correct ok 9 - PL-PrereqMiss: test results discarded ok 10 - Copying PL-PrereqMiss to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\SDXIgiII1I ok 11 - PL-PrereqMiss: grade_PL() for Build.PL returned 0 ok 12 - PL-PrereqMiss: 'Build.PL' prerequisites not satisifed ok 13 - PL-PrereqMiss: discard message correct ok 14 - PL-PrereqMiss: test results discarded ok 15 - Copying PL-PrereqMissOK to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\L79oL9D5Ny ok 16 - PL-PrereqMissOK: grade_PL() for Makefile.PL returned 1 ok 17 - PL-PrereqMissOK: 'Makefile.PL' grade reported as 'pass' ok 18 - PL-PrereqMissOK: report notification correct ok 19 - PL-PrereqMissOK: results not sent ok 20 - Copying PL-PrereqMissOK to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\leqjNhcXIK ok 21 - PL-PrereqMissOK: grade_PL() for Build.PL returned 1 ok 22 - PL-PrereqMissOK: 'Build.PL' grade reported as 'pass' ok 23 - PL-PrereqMissOK: report notification correct ok 24 - PL-PrereqMissOK: results not sent ok 25 - Copying PL-PrereqFail to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\TWj14SKL0Z ok 26 - PL-PrereqFail: grade_PL() for Makefile.PL returned 0 ok 27 - PL-PrereqFail: 'Makefile.PL' prerequisites not satisifed ok 28 - PL-PrereqFail: discard message correct ok 29 - PL-PrereqFail: test results discarded ok 30 - Copying PL-PrereqFail to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\KlEiibujeg ok 31 - PL-PrereqFail: grade_PL() for Build.PL returned 0 ok 32 - PL-PrereqFail: 'Build.PL' prerequisites not satisifed ok 33 - PL-PrereqFail: discard message correct ok 34 - PL-PrereqFail: test results discarded ok t/40_make_report.....................1..40 ok 1 - require CPAN::Reporter; ok 2 - home directory mocked ok 3 - config directory created ok 4 - created temp config file ok 5 - Copying t-Pass to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\lGZ0irG73F ok 6 - t-Pass: Makefile.PL successful ok 7 - t-Pass: grade_make() for nmake returned 1 ok 8 - t-Pass: 'nmake' grade reported as 'pass' ok 9 - t-Pass: report notification correct ok 10 - t-Pass: results not sent ok 11 - Copying t-Pass to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\CGHqIuEDkK ok 12 - t-Pass: Build.PL successful ok 13 - t-Pass: grade_make() for Build returned 1 ok 14 - t-Pass: 'Build' grade reported as 'pass' ok 15 - t-Pass: report notification correct ok 16 - t-Pass: results not sent ok 17 - Copying make-Fail to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\OWDDNisNpY ok 18 - make-Fail: Makefile.PL successful ok 19 - make-Fail: grade_make() for nmake returned 0 ok 20 - make-Fail: 'nmake' grade reported as 'fail' ok 21 - make-Fail: report notification correct ok 22 - make-Fail: report was mock sent ok 23 - Copying make-Fail to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\xv4N1Je34J ok 24 - make-Fail: Build.PL successful ok 25 - make-Fail: grade_make() for Build returned 0 ok 26 - make-Fail: 'Build' grade reported as 'fail' ok 27 - make-Fail: report notification correct ok 28 - make-Fail: report was mock sent ok 29 - Copying make-RequirePerl to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\tuPRZZho6O ok 30 - make-RequirePerl: Makefile.PL successful ok 31 - make-RequirePerl: grade_make() for nmake returned 0 ok 32 - make-RequirePerl: 'nmake' grade reported as 'na' ok 33 - make-RequirePerl: report notification correct ok 34 - make-RequirePerl: report was mock sent ok 35 - Copying make-RequirePerl to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\mwxeJkigdJ ok 36 - make-RequirePerl: Build.PL successful ok 37 - make-RequirePerl: grade_make() for Build returned 0 ok 38 - make-RequirePerl: 'Build' grade reported as 'na' ok 39 - make-RequirePerl: report notification correct ok 40 - make-RequirePerl: report was mock sent ok t/41_make_report_discard.............1..28 ok 1 - require CPAN::Reporter; ok 2 - home directory mocked ok 3 - config directory created ok 4 - created temp config file ok 5 - Copying make-PrereqMiss to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\odPM0HE8IP ok 6 - make-PrereqMiss: Makefile.PL successful ok 7 - make-PrereqMiss: grade_make() for nmake returned 0 ok 8 - make-PrereqMiss: 'nmake' prerequisites not satisifed ok 9 - make-PrereqMiss: discard message correct ok 10 - make-PrereqMiss: test results discarded ok 11 - Copying make-PrereqMiss to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\XoGsJDSZwX ok 12 - make-PrereqMiss: Build.PL successful ok 13 - make-PrereqMiss: grade_make() for Build returned 0 ok 14 - make-PrereqMiss: 'Build' prerequisites not satisifed ok 15 - make-PrereqMiss: discard message correct ok 16 - make-PrereqMiss: test results discarded ok 17 - Copying make-PrereqFail to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\a4qghS9Lli ok 18 - make-PrereqFail: Makefile.PL successful ok 19 - make-PrereqFail: grade_make() for nmake returned 0 ok 20 - make-PrereqFail: 'nmake' prerequisites not satisifed ok 21 - make-PrereqFail: discard message correct ok 22 - make-PrereqFail: test results discarded ok 23 - Copying make-PrereqFail to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\AUMA5tYfWC ok 24 - make-PrereqFail: Build.PL successful ok 25 - make-PrereqFail: grade_make() for Build returned 0 ok 26 - make-PrereqFail: 'Build' prerequisites not satisifed ok 27 - make-PrereqFail: discard message correct ok 28 - make-PrereqFail: test results discarded ok t/50_test_report_pass................1..102 ok 1 - require CPAN::Reporter; ok 2 - home directory mocked ok 3 - config directory created ok 4 - created temp config file ok 5 - Copying t-Pass to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\TPCYEh3WVt ok 6 - t-Pass: Makefile.PL successful ok 7 - t-Pass: 'make test' returned 1 ok 8 - t-Pass: 'make test' grade reported as 'pass' ok 9 - t-Pass: report notification correct ok 10 - t-Pass: test report was mock sent ok 11 - t-Pass: 'make test' grade explanation correct ok 12 - Copying t-Pass to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\012jPhGQdo ok 13 - t-Pass: Build.PL successful ok 14 - t-Pass: 'perl Build test' returned 1 ok 15 - t-Pass: 'perl Build test' grade reported as 'pass' ok 16 - t-Pass: report notification correct ok 17 - t-Pass: test report was mock sent ok 18 - t-Pass: 'perl Build test' grade explanation correct ok 19 - Copying test.pl-Pass to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\tPwapIhFED ok 20 - test.pl-Pass: Makefile.PL successful ok 21 - test.pl-Pass: 'make test' returned 1 ok 22 - test.pl-Pass: 'make test' grade reported as 'pass' ok 23 - test.pl-Pass: report notification correct ok 24 - test.pl-Pass: test report was mock sent ok 25 - test.pl-Pass: 'make test' grade explanation correct ok 26 - Copying test.pl-Pass to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\md5yBXKK5b ok 27 - test.pl-Pass: Build.PL successful ok 28 - test.pl-Pass: 'perl Build test' returned 1 ok 29 - test.pl-Pass: 'perl Build test' grade reported as 'pass' ok 30 - test.pl-Pass: report notification correct ok 31 - test.pl-Pass: test report was mock sent ok 32 - test.pl-Pass: 'perl Build test' grade explanation correct ok 33 - Copying t-test.pl-Pass-Pass to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\yrMIzLUMY1 ok 34 - t-test.pl-Pass-Pass: Makefile.PL successful ok 35 - t-test.pl-Pass-Pass: 'make test' returned 1 ok 36 - t-test.pl-Pass-Pass: 'make test' grade reported as 'pass' ok 37 - t-test.pl-Pass-Pass: report notification correct ok 38 - t-test.pl-Pass-Pass: test report was mock sent ok 39 - t-test.pl-Pass-Pass: 'make test' grade explanation correct ok 40 - Copying t-test.pl-Pass-Pass to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\BycmLGkioL ok 41 - t-test.pl-Pass-Pass: Build.PL successful ok 42 - t-test.pl-Pass-Pass: 'perl Build test' returned 1 ok 43 - t-test.pl-Pass-Pass: 'perl Build test' grade reported as 'pass' ok 44 - t-test.pl-Pass-Pass: report notification correct ok 45 - t-test.pl-Pass-Pass: test report was mock sent ok 46 - t-test.pl-Pass-Pass: 'perl Build test' grade explanation correct ok 47 - Copying t-PrereqPerl-OK to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\ewfFn0HnX1 ok 48 - t-PrereqPerl-OK: Makefile.PL successful ok 49 - t-PrereqPerl-OK: 'make test' returned 1 ok 50 - t-PrereqPerl-OK: 'make test' grade reported as 'pass' ok 51 - t-PrereqPerl-OK: report notification correct ok 52 - t-PrereqPerl-OK: test report was mock sent ok 53 - t-PrereqPerl-OK: 'make test' grade explanation correct ok 54 - Copying t-PrereqPerl-OK to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\QI3yN1m8mT ok 55 - t-PrereqPerl-OK: Build.PL successful ok 56 - t-PrereqPerl-OK: 'perl Build test' returned 1 ok 57 - t-PrereqPerl-OK: 'perl Build test' grade reported as 'pass' ok 58 - t-PrereqPerl-OK: report notification correct ok 59 - t-PrereqPerl-OK: test report was mock sent ok 60 - t-PrereqPerl-OK: 'perl Build test' grade explanation correct ok 61 - Copying test.pl-PrereqPerl-OK to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\RxaxHhZ8mm ok 62 - test.pl-PrereqPerl-OK: Makefile.PL successful ok 63 - test.pl-PrereqPerl-OK: 'make test' returned 1 ok 64 - test.pl-PrereqPerl-OK: 'make test' grade reported as 'pass' ok 65 - test.pl-PrereqPerl-OK: report notification correct ok 66 - test.pl-PrereqPerl-OK: test report was mock sent ok 67 - test.pl-PrereqPerl-OK: 'make test' grade explanation correct ok 68 - Copying test.pl-PrereqPerl-OK to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\9Ezb8qAPp9 ok 69 - test.pl-PrereqPerl-OK: Build.PL successful ok 70 - test.pl-PrereqPerl-OK: 'perl Build test' returned 1 ok 71 - test.pl-PrereqPerl-OK: 'perl Build test' grade reported as 'pass' ok 72 - test.pl-PrereqPerl-OK: report notification correct ok 73 - test.pl-PrereqPerl-OK: test report was mock sent ok 74 - test.pl-PrereqPerl-OK: 'perl Build test' grade explanation correct ok 75 - Copying t-Recurse-Pass to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\QrLlfehxDE ok 76 - t-Recurse-Pass: Makefile.PL successful ok 77 - t-Recurse-Pass: 'make test' returned 1 ok 78 - t-Recurse-Pass: 'make test' grade reported as 'pass' ok 79 - t-Recurse-Pass: report notification correct ok 80 - t-Recurse-Pass: test report was mock sent ok 81 - t-Recurse-Pass: 'make test' grade explanation correct ok 82 - Copying t-Recurse-Pass to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\CxXyIGluQn ok 83 - t-Recurse-Pass: Build.PL successful ok 84 - t-Recurse-Pass: 'perl Build test' returned 1 ok 85 - t-Recurse-Pass: 'perl Build test' grade reported as 'pass' ok 86 - t-Recurse-Pass: report notification correct ok 87 - t-Recurse-Pass: test report was mock sent ok 88 - t-Recurse-Pass: 'perl Build test' grade explanation correct ok 89 - Copying custom-NoOutput-OK to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\9RxOEH4Sd8 ok 90 - custom-NoOutput-OK: Makefile.PL successful ok 91 - custom-NoOutput-OK: 'make test' returned 1 ok 92 - custom-NoOutput-OK: 'make test' grade reported as 'pass' ok 93 - custom-NoOutput-OK: report notification correct ok 94 - custom-NoOutput-OK: test report was mock sent ok 95 - custom-NoOutput-OK: 'make test' grade explanation correct ok 96 - Copying custom-NoOutput-OK to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\u9yrPbVtGX ok 97 - custom-NoOutput-OK: Build.PL successful ok 98 - custom-NoOutput-OK: 'perl Build test' returned 1 ok 99 - custom-NoOutput-OK: 'perl Build test' grade reported as 'pass' ok 100 - custom-NoOutput-OK: report notification correct ok 101 - custom-NoOutput-OK: test report was mock sent ok 102 - custom-NoOutput-OK: 'perl Build test' grade explanation correct ok t/51_test_report_fail................1..102 ok 1 - require CPAN::Reporter; ok 2 - home directory mocked ok 3 - config directory created ok 4 - created temp config file ok 5 - Copying t-BailOut to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\M06o0jB4iz ok 6 - t-BailOut: Makefile.PL successful ok 7 - t-BailOut: 'make test' returned 0 ok 8 - t-BailOut: 'make test' grade reported as 'fail' ok 9 - t-BailOut: report notification correct ok 10 - t-BailOut: test report was mock sent ok 11 - t-BailOut: 'make test' grade explanation correct ok 12 - Copying t-BailOut to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\H8UmDXMujs ok 13 - t-BailOut: Build.PL successful ok 14 - t-BailOut: 'perl Build test' returned 0 ok 15 - t-BailOut: 'perl Build test' grade reported as 'fail' ok 16 - t-BailOut: report notification correct ok 17 - t-BailOut: test report was mock sent ok 18 - t-BailOut: 'perl Build test' grade explanation correct ok 19 - Copying t-Fail to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\RNA13k6mw3 ok 20 - t-Fail: Makefile.PL successful ok 21 - t-Fail: 'make test' returned 0 ok 22 - t-Fail: 'make test' grade reported as 'fail' ok 23 - t-Fail: report notification correct ok 24 - t-Fail: test report was mock sent ok 25 - t-Fail: 'make test' grade explanation correct ok 26 - Copying t-Fail to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\w896Qthbbj ok 27 - t-Fail: Build.PL successful ok 28 - t-Fail: 'perl Build test' returned 0 ok 29 - t-Fail: 'perl Build test' grade reported as 'fail' ok 30 - t-Fail: report notification correct ok 31 - t-Fail: test report was mock sent ok 32 - t-Fail: 'perl Build test' grade explanation correct ok 33 - Copying t-MultipleMatch to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\P8cFhv4wTh ok 34 - t-MultipleMatch: Makefile.PL successful ok 35 - t-MultipleMatch: 'make test' returned 0 ok 36 - t-MultipleMatch: 'make test' grade reported as 'fail' ok 37 - t-MultipleMatch: report notification correct ok 38 - t-MultipleMatch: test report was mock sent ok 39 - t-MultipleMatch: 'make test' grade explanation correct ok 40 - Copying t-MultipleMatch to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\vpfsYreTl5 ok 41 - t-MultipleMatch: Build.PL successful ok 42 - t-MultipleMatch: 'perl Build test' returned 0 ok 43 - t-MultipleMatch: 'perl Build test' grade reported as 'fail' ok 44 - t-MultipleMatch: report notification correct ok 45 - t-MultipleMatch: test report was mock sent ok 46 - t-MultipleMatch: 'perl Build test' grade explanation correct ok 47 - Copying test.pl-Fail to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\gEer5TsSQS ok 48 - test.pl-Fail: Makefile.PL successful ok 49 - test.pl-Fail: 'make test' returned 0 ok 50 - test.pl-Fail: 'make test' grade reported as 'fail' ok 51 - test.pl-Fail: report notification correct ok 52 - test.pl-Fail: test report was mock sent ok 53 - test.pl-Fail: 'make test' grade explanation correct ok 54 - Copying test.pl-Fail to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\YmSAshdIBO ok 55 - test.pl-Fail: Build.PL successful ok 56 - test.pl-Fail: 'perl Build test' returned 0 ok 57 - test.pl-Fail: 'perl Build test' grade reported as 'fail' ok 58 - test.pl-Fail: report notification correct ok 59 - test.pl-Fail: test report was mock sent ok 60 - test.pl-Fail: 'perl Build test' grade explanation correct ok 61 - Copying t-test.pl-Fail-Pass to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\EijbVlHqQV ok 62 - t-test.pl-Fail-Pass: Makefile.PL successful ok 63 - t-test.pl-Fail-Pass: 'make test' returned 0 ok 64 - t-test.pl-Fail-Pass: 'make test' grade reported as 'fail' ok 65 - t-test.pl-Fail-Pass: report notification correct ok 66 - t-test.pl-Fail-Pass: test report was mock sent ok 67 - t-test.pl-Fail-Pass: 'make test' grade explanation correct ok 68 - Copying t-test.pl-Fail-Pass to temp directory C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\eRrKidr7FY ok 69 - t-test.pl-Fail-Pass: Build.PL successful