Start 2008-10-14T08:19:40 LIB=C:\PROGRA~1\MICROS~4\VC98\Lib\PSDK;C:\PROGRA~1\MICROS~2\Lib;C:\PROGRA~1\MICROS~4\VC98\Lib;C:\PROGRA~1\MICROS~4\VC98\MFC\Lib INCLUDE=C:\PROGRA~1\MICROS~2\Include;C:\PROGRA~1\MICROS~4\VC98\ATL\Include;C:\PROGRA~1\MICROS~4\VC98\Include;C:\PROGRA~1\MICROS~4\VC98\MFC\Include PATH=C:\PROGRA~1\MICROS~2\Bin;C:\PROGRA~1\MICROS~2\Bin\WinNT;C:\PROGRA~1\MICROS~4\VC98\Bin;C:\PROGRA~1\MICROS~4\Common\MSDev98\Bin;C:\Perl\site\bin;C:\Perl\bin;C:\cygwin\bin;C:\mingw\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem Going to read C:\cpanfly\var\cpan\Metadata Database was generated on Tue, 14 Oct 2008 09:26:55 GMT Running make for K/KA/KANE/Archive-Tar-1.40.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/K/KA/KANE/Archive-Tar-1.40.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/K/KA/KANE/CHECKSUMS Checksum for C:\cpanfly\var\cpan\sources\authors\id\K\KA\KANE\Archive-Tar-1.40.tar.gz ok Archive-Tar-1.40/ Archive-Tar-1.40/bin/ Archive-Tar-1.40/bin/ptar Archive-Tar-1.40/bin/ptardiff Archive-Tar-1.40/CHANGES Archive-Tar-1.40/lib/ Archive-Tar-1.40/lib/Archive/ Archive-Tar-1.40/lib/Archive/Tar/ Archive-Tar-1.40/lib/Archive/Tar/Constant.pm Archive-Tar-1.40/lib/Archive/Tar/File.pm Archive-Tar-1.40/lib/Archive/Tar.pm Archive-Tar-1.40/Makefile.PL Archive-Tar-1.40/MANIFEST Archive-Tar-1.40/META.yml Archive-Tar-1.40/README Archive-Tar-1.40/t/ Archive-Tar-1.40/t/01_use.t Archive-Tar-1.40/t/02_methods.t Archive-Tar-1.40/t/03_file.t Archive-Tar-1.40/t/04_resolved_issues.t Archive-Tar-1.40/t/05_iter.t Archive-Tar-1.40/t/90_symlink.t Archive-Tar-1.40/t/99_pod.t Archive-Tar-1.40/t/src/ Archive-Tar-1.40/t/src/linktest/ Archive-Tar-1.40/t/src/linktest/linktest_missing_dir.tar Archive-Tar-1.40/t/src/linktest/linktest_with_dir.tar Archive-Tar-1.40/t/src/long/ Archive-Tar-1.40/t/src/long/b Archive-Tar-1.40/t/src/long/bar.tar Archive-Tar-1.40/t/src/long/foo.tbz Archive-Tar-1.40/t/src/long/foo.tgz Archive-Tar-1.40/t/src/short/ Archive-Tar-1.40/t/src/short/b Archive-Tar-1.40/t/src/short/bar.tar Archive-Tar-1.40/t/src/short/foo.tbz Archive-Tar-1.40/t/src/short/foo.tgz CPAN.pm: Going to build K/KA/KANE/Archive-Tar-1.40.tar.gz >>> C:\Perl\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Archive::Tar >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/Archive/Tar/Constant.pm blib\lib\Archive\Tar\Constant.pm cp lib/Archive/Tar.pm blib\lib\Archive\Tar.pm cp lib/Archive/Tar/File.pm blib\lib\Archive\Tar\File.pm C:\Perl\bin\perl.exe -MExtUtils::Command -e cp bin/ptardiff blib\script\ptardiff pl2bat.bat blib\script\ptardiff C:\Perl\bin\perl.exe -MExtUtils::Command -e cp bin/ptar blib\script\ptar pl2bat.bat blib\script\ptar KANE/Archive-Tar-1.40.tar.gz nmake -- OK Running make test >>> nmake test TEST_VERBOSE=1 Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl\bin\perl.exe -MExtUtils::Command -e cp bin/ptardiff blib\script\ptardiff pl2bat.bat blib\script\ptardiff C:\Perl\bin\perl.exe -MExtUtils::Command -e cp bin/ptar blib\script\ptar pl2bat.bat blib\script\ptar C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/01_use................ 1..2 ok 1 - use Archive::Tar; ok 2 - Object created isa Archive::Tar ok t/02_methods............ ok 1 - use Archive::Tar; # No long filename support - long filename extraction disabled ok 2 - Archive::Tar->can('has_zlib_support') ok 3 - Archive::Tar->can('has_bzip2_support') ok 4 - Object created ok 5 - The object isa Archive::Tar ok 6 - The error string is empty ok 7 - Function read returns 0 files on error ok 8 - error string is non empty ok 9 - error string from create() ok 10 - error string does not contain add ok 11 - 'add_data' returns undef on error ok 12 - error string is non empty ok 13 - error string contains add ok 14 - error string does not contain create ok 15 - Error 'Unable to add file: ''' matches Archive::Tar->error method ok 16 - Does not contain file '3268' ok 17 - No warnings issued during lookup ok 18 - Object created ok 19 - The object isa Archive::Tar ok 20 - Reading 'src\short\bar.tar' using 'read()' ok 21 - All files accounted for ok 22 - Got File object ok 23 - The object isa Archive::Tar::File ok 24 - Found proper object ok 25 - Found proper object ok 26 - Found expected file 'c' ok 27 - Content OK ok 28 - Got File object ok 29 - The object isa Archive::Tar::File ok 30 - Found proper object ok 31 - Found proper object ok 32 - Found expected file 'd' ok 33 - Content OK ok 34 - Reading 'src\short\bar.tar' using 'list_archive' ok 35 - All files accounted for ok 36 - Found expected file 'c' ok 37 - Found expected file 'd' ok 38 - Object created ok 39 - The object isa Archive::Tar ok 40 - Reading 'src\short\foo.tgz' using 'read()' ok 41 - All files accounted for ok 42 - Got File object ok 43 - The object isa Archive::Tar::File ok 44 - Found proper object ok 45 - Found proper object ok 46 - Found expected file 'c' ok 47 - Content OK ok 48 - Got File object ok 49 - The object isa Archive::Tar::File ok 50 - Found proper object ok 51 - Found proper object ok 52 - Found expected file 'd' ok 53 - Content OK ok 54 - Reading 'src\short\foo.tgz' using 'list_archive' ok 55 - All files accounted for ok 56 - Found expected file 'c' ok 57 - Found expected file 'd' ok 58 - Object created ok 59 - The object isa Archive::Tar ok 60 - Reading 'src\short\foo.tbz' using 'read()' ok 61 - All files accounted for ok 62 - Got File object ok 63 - The object isa Archive::Tar::File ok 64 - Found proper object ok 65 - Found proper object ok 66 - Found expected file 'c' ok 67 - Content OK ok 68 - Got File object ok 69 - The object isa Archive::Tar::File ok 70 - Found proper object ok 71 - Found proper object ok 72 - Found expected file 'd' ok 73 - Content OK ok 74 - Reading 'src\short\foo.tbz' using 'list_archive' ok 75 - All files accounted for ok 76 - Found expected file 'c' ok 77 - Found expected file 'd' ok 78 - Object created ok 79 - The object isa Archive::Tar ok 80 - Adding files ok 81 - Proper name ok 82 - Proper type ok 83 - Content OK ok 84 - File found in archive ok 85 - Added files to secondary archive ok 86 - Does not conflict with first archive ok 87 - Adding dirs ok 88 - Proper type ok 89 - Object created ok 90 - The object isa Archive::Tar ok 91 - Adding data ok 92 - Proper name ok 93 - Proper type ok 94 - Content OK ok 95 - Adding data 'bIn11' ok 96 - Proper name ok 97 - Proper type ok 98 - Content OK ok 99 - Adding data 'bIn3' ok 100 - Proper name ok 101 - Proper type ok 102 - Content OK ok 103 - Adding data 'bIn4' ok 104 - Proper name ok 105 - Proper type ok 106 - Content OK ok 107 - Adding data 'bIn1' ok 108 - Proper name ok 109 - Proper type ok 110 - Content OK ok 111 - Adding data 'bIn2' ok 112 - Proper name ok 113 - Proper type ok 114 - Content OK ok 115 - Adding data 'k' ok 116 - Proper name ok 117 - Proper type ok 118 - Content OK ok 119 - Adding data 'x' ok 120 - Proper name ok 121 - Proper type ok 122 - Content OK ok 123 - Read in 'src\short\bar.tar' ok 124 - Found file 'c' ok 125 - File 'e' not yet found ok 126 - Renamed 'c' to 'e' ok 127 - File 'e' now found ok 128 - File 'c' no longer found' ok 129 - Original content of 'c' in 'e' ok 130 - Set content for 'e' to 'c' ok 131 - Content for 'e' is indeed 'c' ok 132 - Read in 'src\short\bar.tar' ok 133 - Removing file 'c' ok 134 - Proper files remaining ok 135 - Read in 'src\short\bar.tar' ok 136 - Stringified tar file has size ok 137 - Tar archive stringified ok 138 - Wrote tarfile using 'write' ok 139 - File read ok 140 - File written size=3072 ok 141 - File size is a multiple of 512 ok 142 - File contents match size ok 143 - Ends with 1024 null bytes ok 144 - Found some files in the archive ok 145 - Found expected number of files ok 146 - It is a file ok 147 - Name matches expected name ok 148 - Content as expected ok 149 - It is a file ok 150 - Name matches expected name ok 151 - Content as expected ok 152 - Read 'src\short\out.tar' in again ok 153 - Found some files in the archive ok 154 - Found expected number of files ok 155 - It is a file ok 156 - Name matches expected name ok 157 - Content as expected ok 158 - It is a file ok 159 - Name matches expected name ok 160 - Content as expected ok 161 - Extracted 'src\short\out.tar' with 'extract' ok 162 - Expected file found ok 163 - File 'c' exists ok 164 - Opening file ok 165 - Contents OK ok 166 - Extracted file 'c' to src\short\3268 ok 167 - Extracted file 'src\short\3268' exists ok 168 - Extracted file 'c' to C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268 ok 169 - Extracted file 'C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268' exists ok 170 - Expected file found ok 171 - File 'd' exists ok 172 - Opening file ok 173 - Contents OK ok 174 - Extracted file 'd' to src\short\3268 ok 175 - Extracted file 'src\short\3268' exists ok 176 - Extracted file 'd' to C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268 ok 177 - Extracted file 'C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268' exists ok 178 - Verified via list_files as well ok 179 - Wrote tarfile using 'create_archive' ok 180 - File read ok 181 - File written size=28672 ok 182 - File size is a multiple of 512 ok 183 - File contents match size ok 184 - Ends with 1024 null bytes ok 185 - Extracted file using 'extract_archive' ok 186 - Writing compressed file 'src\short\out.tgz' using 'write' ok 187 - File read and uncompressed ok 188 - File written size=160 uncompressed size=3072 ok 189 - Uncompressed size is a multiple of 512 ok 190 - Ends with 1024 null bytes ok 191 - Compressed size < uncompressed size ok 192 - Found some files in the archive ok 193 - Found expected number of files ok 194 - It is a file ok 195 - Name matches expected name ok 196 - Content as expected ok 197 - It is a file ok 198 - Name matches expected name ok 199 - Content as expected ok 200 - Read 'src\short\out.tgz' in again ok 201 - Found some files in the archive ok 202 - Found expected number of files ok 203 - It is a file ok 204 - Name matches expected name ok 205 - Content as expected ok 206 - It is a file ok 207 - Name matches expected name ok 208 - Content as expected ok 209 - Extracted 'src\short\out.tgz' again ok 210 - Expected file found ok 211 - File 'c' exists ok 212 - Opening file ok 213 - Contents OK ok 214 - Extracted file 'c' to src\short\3268 ok 215 - Extracted file 'src\short\3268' exists ok 216 - Extracted file 'c' to C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268 ok 217 - Extracted file 'C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268' exists ok 218 - Expected file found ok 219 - File 'd' exists ok 220 - Opening file ok 221 - Contents OK ok 222 - Extracted file 'd' to src\short\3268 ok 223 - Extracted file 'src\short\3268' exists ok 224 - Extracted file 'd' to C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268 ok 225 - Extracted file 'C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268' exists ok 226 - Verified via list_files as well ok 227 - Wrote 'src\short\out.tgz' using 'create_archive' ok 228 - File read and uncompressed ok 229 - File written size=8219 uncompressed size=28672 ok 230 - Uncompressed size is a multiple of 512 ok 231 - Ends with 1024 null bytes ok 232 - Compressed size < uncompressed size ok 233 - Extracted file using 'extract_archive' ok 234 - Writing compressed file 'src\short\out.tbz' using 'write' ok 235 - File read and uncompressed ok 236 - File written size=153 uncompressed size=3072 ok 237 - Uncompressed size is a multiple of 512 ok 238 - Ends with 1024 null bytes ok 239 - Compressed size < uncompressed size ok 240 - Found some files in the archive ok 241 - Found expected number of files ok 242 - It is a file ok 243 - Name matches expected name ok 244 - Content as expected ok 245 - It is a file ok 246 - Name matches expected name ok 247 - Content as expected ok 248 - Read 'src\short\out.tbz' in again ok 249 - Found some files in the archive ok 250 - Found expected number of files ok 251 - It is a file ok 252 - Name matches expected name ok 253 - Content as expected ok 254 - It is a file ok 255 - Name matches expected name ok 256 - Content as expected ok 257 - Extracted 'src\short\out.tbz' again ok 258 - Expected file found ok 259 - File 'c' exists ok 260 - Opening file ok 261 - Contents OK ok 262 - Extracted file 'c' to src\short\3268 ok 263 - Extracted file 'src\short\3268' exists ok 264 - Extracted file 'c' to C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268 ok 265 - Extracted file 'C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268' exists ok 266 - Expected file found ok 267 - File 'd' exists ok 268 - Opening file ok 269 - Contents OK ok 270 - Extracted file 'd' to src\short\3268 ok 271 - Extracted file 'src\short\3268' exists ok 272 - Extracted file 'd' to C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268 ok 273 - Extracted file 'C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268' exists ok 274 - Verified via list_files as well ok 275 - Wrote 'src\short\out.tbz' using 'create_archive' ok 276 - File read and uncompressed ok 277 - File written size=6385 uncompressed size=28672 ok 278 - Uncompressed size is a multiple of 512 ok 279 - Ends with 1024 null bytes ok 280 - Compressed size < uncompressed size ok 281 - Extracted file using 'extract_archive' ok 282 - Stringified tar file has size ok 283 - Tar archive stringified ok 284 - Wrote tarfile using 'write' ok 285 - File read ok 286 - File written size=10752 ok 287 - File size is a multiple of 512 ok 288 - File contents match size ok 289 - Ends with 1024 null bytes ok 290 - Found some files in the archive ok 291 - Found expected number of files ok 292 - It is a file ok 293 - Name matches expected name ok 294 - Content as expected ok 295 - It is a file ok 296 - Name matches expected name ok 297 - Content as expected ok 298 - It is a file ok 299 - Name matches expected name ok 300 - Content as expected ok 301 - It is a file ok 302 - Name matches expected name ok 303 - Content as expected ok 304 - It is a file ok 305 - Name matches expected name ok 306 - Content as expected ok 307 - Read 'src\short\out.tar' in again ok 308 - Found some files in the archive ok 309 - Found expected number of files ok 310 - It is a file ok 311 - Name matches expected name ok 312 - Content as expected ok 313 - It is a file ok 314 - Name matches expected name ok 315 - Content as expected ok 316 - It is a file ok 317 - Name matches expected name ok 318 - Content as expected ok 319 - It is a file ok 320 - Name matches expected name ok 321 - Content as expected ok 322 - It is a file ok 323 - Name matches expected name ok 324 - Content as expected ok 325 - Extracted 'src\short\out.tar' with 'extract' ok 326 - Expected file found ok 327 - File 'bIn11' exists ok 328 - Opening file ok 329 - Contents OK ok 330 - Extracted file 'bIn11' to src\short\3268 ok 331 - Extracted file 'src\short\3268' exists ok 332 - Extracted file 'bIn11' to C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268 ok 333 - Extracted file 'C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268' exists ok 334 - Expected file found ok 335 - File 'bIn3' exists ok 336 - Opening file ok 337 - Contents OK ok 338 - Extracted file 'bIn3' to src\short\3268 ok 339 - Extracted file 'src\short\3268' exists ok 340 - Extracted file 'bIn3' to C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268 ok 341 - Extracted file 'C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268' exists ok 342 - Expected file found ok 343 - File 'bIn4' exists ok 344 - Opening file ok 345 - Contents OK ok 346 - Extracted file 'bIn4' to src\short\3268 ok 347 - Extracted file 'src\short\3268' exists ok 348 - Extracted file 'bIn4' to C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268 ok 349 - Extracted file 'C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268' exists ok 350 - Expected file found ok 351 - File 'bIn1' exists ok 352 - Opening file ok 353 - Contents OK ok 354 - Extracted file 'bIn1' to src\short\3268 ok 355 - Extracted file 'src\short\3268' exists ok 356 - Extracted file 'bIn1' to C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268 ok 357 - Extracted file 'C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268' exists ok 358 - Expected file found ok 359 - File 'bIn2' exists ok 360 - Opening file ok 361 - Contents OK ok 362 - Extracted file 'bIn2' to src\short\3268 ok 363 - Extracted file 'src\short\3268' exists ok 364 - Extracted file 'bIn2' to C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268 ok 365 - Extracted file 'C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268' exists ok 366 - Verified via list_files as well ok 367 - Wrote tarfile using 'create_archive' ok 368 - File read ok 369 - File written size=28672 ok 370 - File size is a multiple of 512 ok 371 - File contents match size ok 372 - Ends with 1024 null bytes ok 373 - Extracted file using 'extract_archive' ok 374 - Writing compressed file 'src\short\out.tgz' using 'write' ok 375 - File read and uncompressed ok 376 - File written size=603 uncompressed size=10752 ok 377 - Uncompressed size is a multiple of 512 ok 378 - Ends with 1024 null bytes ok 379 - Compressed size < uncompressed size ok 380 - Found some files in the archive ok 381 - Found expected number of files ok 382 - It is a file ok 383 - Name matches expected name ok 384 - Content as expected ok 385 - It is a file ok 386 - Name matches expected name ok 387 - Content as expected ok 388 - It is a file ok 389 - Name matches expected name ok 390 - Content as expected ok 391 - It is a file ok 392 - Name matches expected name ok 393 - Content as expected ok 394 - It is a file ok 395 - Name matches expected name ok 396 - Content as expected ok 397 - Read 'src\short\out.tgz' in again ok 398 - Found some files in the archive ok 399 - Found expected number of files ok 400 - It is a file ok 401 - Name matches expected name ok 402 - Content as expected ok 403 - It is a file ok 404 - Name matches expected name ok 405 - Content as expected ok 406 - It is a file ok 407 - Name matches expected name ok 408 - Content as expected ok 409 - It is a file ok 410 - Name matches expected name ok 411 - Content as expected ok 412 - It is a file ok 413 - Name matches expected name ok 414 - Content as expected ok 415 - Extracted 'src\short\out.tgz' again ok 416 - Expected file found ok 417 - File 'bIn11' exists ok 418 - Opening file ok 419 - Contents OK ok 420 - Extracted file 'bIn11' to src\short\3268 ok 421 - Extracted file 'src\short\3268' exists ok 422 - Extracted file 'bIn11' to C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268 ok 423 - Extracted file 'C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268' exists ok 424 - Expected file found ok 425 - File 'bIn3' exists ok 426 - Opening file ok 427 - Contents OK ok 428 - Extracted file 'bIn3' to src\short\3268 ok 429 - Extracted file 'src\short\3268' exists ok 430 - Extracted file 'bIn3' to C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268 ok 431 - Extracted file 'C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268' exists ok 432 - Expected file found ok 433 - File 'bIn4' exists ok 434 - Opening file ok 435 - Contents OK ok 436 - Extracted file 'bIn4' to src\short\3268 ok 437 - Extracted file 'src\short\3268' exists ok 438 - Extracted file 'bIn4' to C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268 ok 439 - Extracted file 'C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268' exists ok 440 - Expected file found ok 441 - File 'bIn1' exists ok 442 - Opening file ok 443 - Contents OK ok 444 - Extracted file 'bIn1' to src\short\3268 ok 445 - Extracted file 'src\short\3268' exists ok 446 - Extracted file 'bIn1' to C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268 ok 447 - Extracted file 'C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268' exists ok 448 - Expected file found ok 449 - File 'bIn2' exists ok 450 - Opening file ok 451 - Contents OK ok 452 - Extracted file 'bIn2' to src\short\3268 ok 453 - Extracted file 'src\short\3268' exists ok 454 - Extracted file 'bIn2' to C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268 ok 455 - Extracted file 'C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268' exists ok 456 - Verified via list_files as well ok 457 - Wrote 'src\short\out.tgz' using 'create_archive' ok 458 - File read and uncompressed ok 459 - File written size=8219 uncompressed size=28672 ok 460 - Uncompressed size is a multiple of 512 ok 461 - Ends with 1024 null bytes ok 462 - Compressed size < uncompressed size ok 463 - Extracted file using 'extract_archive' ok 464 - Writing compressed file 'src\short\out.tbz' using 'write' ok 465 - File read and uncompressed ok 466 - File written size=1001 uncompressed size=10752 ok 467 - Uncompressed size is a multiple of 512 ok 468 - Ends with 1024 null bytes ok 469 - Compressed size < uncompressed size ok 470 - Found some files in the archive ok 471 - Found expected number of files ok 472 - It is a file ok 473 - Name matches expected name ok 474 - Content as expected ok 475 - It is a file ok 476 - Name matches expected name ok 477 - Content as expected ok 478 - It is a file ok 479 - Name matches expected name ok 480 - Content as expected ok 481 - It is a file ok 482 - Name matches expected name ok 483 - Content as expected ok 484 - It is a file ok 485 - Name matches expected name ok 486 - Content as expected ok 487 - Read 'src\short\out.tbz' in again ok 488 - Found some files in the archive ok 489 - Found expected number of files ok 490 - It is a file ok 491 - Name matches expected name ok 492 - Content as expected ok 493 - It is a file ok 494 - Name matches expected name ok 495 - Content as expected ok 496 - It is a file ok 497 - Name matches expected name ok 498 - Content as expected ok 499 - It is a file ok 500 - Name matches expected name ok 501 - Content as expected ok 502 - It is a file ok 503 - Name matches expected name ok 504 - Content as expected ok 505 - Extracted 'src\short\out.tbz' again ok 506 - Expected file found ok 507 - File 'bIn11' exists ok 508 - Opening file ok 509 - Contents OK ok 510 - Extracted file 'bIn11' to src\short\3268 ok 511 - Extracted file 'src\short\3268' exists ok 512 - Extracted file 'bIn11' to C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268 ok 513 - Extracted file 'C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268' exists ok 514 - Expected file found ok 515 - File 'bIn3' exists ok 516 - Opening file ok 517 - Contents OK ok 518 - Extracted file 'bIn3' to src\short\3268 ok 519 - Extracted file 'src\short\3268' exists ok 520 - Extracted file 'bIn3' to C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268 ok 521 - Extracted file 'C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268' exists ok 522 - Expected file found ok 523 - File 'bIn4' exists ok 524 - Opening file ok 525 - Contents OK ok 526 - Extracted file 'bIn4' to src\short\3268 ok 527 - Extracted file 'src\short\3268' exists ok 528 - Extracted file 'bIn4' to C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268 ok 529 - Extracted file 'C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268' exists ok 530 - Expected file found ok 531 - File 'bIn1' exists ok 532 - Opening file ok 533 - Contents OK ok 534 - Extracted file 'bIn1' to src\short\3268 ok 535 - Extracted file 'src\short\3268' exists ok 536 - Extracted file 'bIn1' to C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268 ok 537 - Extracted file 'C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268' exists ok 538 - Expected file found ok 539 - File 'bIn2' exists ok 540 - Opening file ok 541 - Contents OK ok 542 - Extracted file 'bIn2' to src\short\3268 ok 543 - Extracted file 'src\short\3268' exists ok 544 - Extracted file 'bIn2' to C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268 ok 545 - Extracted file 'C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268' exists ok 546 - Verified via list_files as well ok 547 - Wrote 'src\short\out.tbz' using 'create_archive' ok 548 - File read and uncompressed ok 549 - File written size=6385 uncompressed size=28672 ok 550 - Uncompressed size is a multiple of 512 ok 551 - Ends with 1024 null bytes ok 552 - Compressed size < uncompressed size ok 553 - Extracted file using 'extract_archive' ok 554 - Stringified tar file has size ok 555 - Tar archive stringified ok 556 - Wrote tarfile using 'write' ok 557 - File read ok 558 - File written size=2560 ok 559 - File size is a multiple of 512 ok 560 - File contents match size ok 561 - Ends with 1024 null bytes ok 562 - Found some files in the archive ok 563 - Found expected number of files ok 564 - It is a file ok 565 - Name matches expected name ok 566 - Content as expected ok 567 - It is a file ok 568 - Name matches expected name ok 569 - Content as expected ok 570 - Read 'src\short\out.tar' in again ok 571 - Found some files in the archive ok 572 - Found expected number of files ok 573 - It is a file ok 574 - Name matches expected name ok 575 - Content as expected ok 576 - It is a file ok 577 - Name matches expected name ok 578 - Content as expected ok 579 - Extracted 'src\short\out.tar' with 'extract' ok 580 - Expected file found ok 581 - File 'x/k' exists ok 582 - Opening file ok 583 - Contents OK ok 584 - Extracted file 'x/k' to src\short\3268 ok 585 - Extracted file 'src\short\3268' exists ok 586 - Extracted file 'x/k' to C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268 ok 587 - Extracted file 'C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268' exists ok 588 - Expected file found ok 589 - File 'x/x' exists ok 590 - Opening file ok 591 - Contents OK ok 592 - Extracted file 'x/x' to src\short\3268 ok 593 - Extracted file 'src\short\3268' exists ok 594 - Extracted file 'x/x' to C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268 ok 595 - Extracted file 'C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268' exists ok 596 - Verified via list_files as well ok 597 - Wrote tarfile using 'create_archive' ok 598 - File read ok 599 - File written size=28672 ok 600 - File size is a multiple of 512 ok 601 - File contents match size ok 602 - Ends with 1024 null bytes ok 603 - Extracted file using 'extract_archive' ok 604 - Writing compressed file 'src\short\out.tgz' using 'write' ok 605 - File read and uncompressed ok 606 - File written size=133 uncompressed size=2560 ok 607 - Uncompressed size is a multiple of 512 ok 608 - Ends with 1024 null bytes ok 609 - Compressed size < uncompressed size ok 610 - Found some files in the archive ok 611 - Found expected number of files ok 612 - It is a file ok 613 - Name matches expected name ok 614 - Content as expected ok 615 - It is a file ok 616 - Name matches expected name ok 617 - Content as expected ok 618 - Read 'src\short\out.tgz' in again ok 619 - Found some files in the archive ok 620 - Found expected number of files ok 621 - It is a file ok 622 - Name matches expected name ok 623 - Content as expected ok 624 - It is a file ok 625 - Name matches expected name ok 626 - Content as expected ok 627 - Extracted 'src\short\out.tgz' again ok 628 - Expected file found ok 629 - File 'x/k' exists ok 630 - Opening file ok 631 - Contents OK ok 632 - Extracted file 'x/k' to src\short\3268 ok 633 - Extracted file 'src\short\3268' exists ok 634 - Extracted file 'x/k' to C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268 ok 635 - Extracted file 'C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268' exists ok 636 - Expected file found ok 637 - File 'x/x' exists ok 638 - Opening file ok 639 - Contents OK ok 640 - Extracted file 'x/x' to src\short\3268 ok 641 - Extracted file 'src\short\3268' exists ok 642 - Extracted file 'x/x' to C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268 ok 643 - Extracted file 'C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268' exists ok 644 - Verified via list_files as well ok 645 - Wrote 'src\short\out.tgz' using 'create_archive' ok 646 - File read and uncompressed ok 647 - File written size=8219 uncompressed size=28672 ok 648 - Uncompressed size is a multiple of 512 ok 649 - Ends with 1024 null bytes ok 650 - Compressed size < uncompressed size ok 651 - Extracted file using 'extract_archive' ok 652 - Writing compressed file 'src\short\out.tbz' using 'write' ok 653 - File read and uncompressed ok 654 - File written size=137 uncompressed size=2560 ok 655 - Uncompressed size is a multiple of 512 ok 656 - Ends with 1024 null bytes ok 657 - Compressed size < uncompressed size ok 658 - Found some files in the archive ok 659 - Found expected number of files ok 660 - It is a file ok 661 - Name matches expected name ok 662 - Content as expected ok 663 - It is a file ok 664 - Name matches expected name ok 665 - Content as expected ok 666 - Read 'src\short\out.tbz' in again ok 667 - Found some files in the archive ok 668 - Found expected number of files ok 669 - It is a file ok 670 - Name matches expected name ok 671 - Content as expected ok 672 - It is a file ok 673 - Name matches expected name ok 674 - Content as expected ok 675 - Extracted 'src\short\out.tbz' again ok 676 - Expected file found ok 677 - File 'x/k' exists ok 678 - Opening file ok 679 - Contents OK ok 680 - Extracted file 'x/k' to src\short\3268 ok 681 - Extracted file 'src\short\3268' exists ok 682 - Extracted file 'x/k' to C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268 ok 683 - Extracted file 'C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268' exists ok 684 - Expected file found ok 685 - File 'x/x' exists ok 686 - Opening file ok 687 - Contents OK ok 688 - Extracted file 'x/x' to src\short\3268 ok 689 - Extracted file 'src\short\3268' exists ok 690 - Extracted file 'x/x' to C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268 ok 691 - Extracted file 'C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M\t\src\short\3268' exists ok 692 - Verified via list_files as well ok 693 - Wrote 'src\short\out.tbz' using 'create_archive' ok 694 - File read and uncompressed ok 695 - File written size=6385 uncompressed size=28672 ok 696 - Uncompressed size is a multiple of 512 ok 697 - Ends with 1024 null bytes ok 698 - Compressed size < uncompressed size ok 699 - Extracted file using 'extract_archive' ok 700 - Limited read ok 701 - Expected file found ok 702 - Extracted 'c' to cwd() with extract ok 703 - Extracted file exists ok 704 - Extracted 'c' to cwd() with extract ok 705 - Extracted file exists ok 706 - Extracted 'c' to cwd() with extract_file ok 707 - Extracted file exists ok 708 - Extracted 'c' to cwd() with extract_file ok 709 - Extracted file exists ok 710 - Extracted file 'c' to src\short with extract_file ok 711 - Extracted file 'src\short\3268' exists ok 712 - Found old data ok 713 - Clearing old data ok 714 - Old data cleared ok 715 - File added ok 716 - The object isa Archive::Tar::File ok 717 - Name set to 'copy' ok 718 - Prefix set to '' ok 719 - Tar file written ok 720 - Tar file read in again ok 721 - File retrieved ok 722 - The object isa Archive::Tar::File ok 723 - Name now set to 'copy' ok 724 - Prefix now empty ok 725 - Prefix + name in name slot of header 1..725 ok t/03_file............... ok 1 - Object created isa Archive::Tar::File ok 2 - name 'bIn1' ok ok 3 - prefix 'x' ok ok 4 - size ok ok 5 - mode ok ok 6 - uid ok ok 7 - gid ok ok 8 - uname ok ok 9 - gname ok ok 10 - type ok ok 11 - mtime after start time ok 12 - chksum ok ok 13 - version ok ok 14 - linkname ok ok 15 - devmajor ok ok 16 - devminor ok ok 17 - raw ok ok 18 - Object is a file ok 19 - Object is not a 'dir' ok 20 - Object is not a 'hardlink' ok 21 - Object is not a 'symlink' ok 22 - Object is not a 'chardev' ok 23 - Object is not a 'blockdev' ok 24 - Object is not a 'fifo' ok 25 - Object is not a 'socket' ok 26 - Object is not a 'unknown' ok 27 - Object is not a 'longlink' ok 28 - Object is not a 'label' ok 29 - get_content ok ok 30 - get_content_by_ref ok ok 31 - has_content ok ok 32 - replace_content ok ok 33 - get_content ok ok 34 - replace_content ok ok 35 - get_content ok ok 36 - rename ok ok 37 - name 'bIn1' ok ok 38 - prefix 'x' ok ok 39 - rename ok ok 40 - name 'bIn1' ok ok 41 - prefix 'x' ok ok 42 - Clone is different object ok 43 - Clone holds same data ok 44 - Object created isa Archive::Tar::File ok 45 - name 'bIn2' ok ok 46 - prefix '' ok ok 47 - size ok ok 48 - mode ok ok 49 - uid ok ok 50 - gid ok ok 51 - uname ok ok 52 - gname ok ok 53 - type ok ok 54 - mtime after start time ok 55 - chksum ok ok 56 - version ok ok 57 - linkname ok ok 58 - devmajor ok ok 59 - devminor ok ok 60 - raw ok ok 61 - Object is a file ok 62 - Object is not a 'dir' ok 63 - Object is not a 'hardlink' ok 64 - Object is not a 'symlink' ok 65 - Object is not a 'chardev' ok 66 - Object is not a 'blockdev' ok 67 - Object is not a 'fifo' ok 68 - Object is not a 'socket' ok 69 - Object is not a 'unknown' ok 70 - Object is not a 'longlink' ok 71 - Object is not a 'label' ok 72 - get_content ok ok 73 - get_content_by_ref ok ok 74 - has_content ok ok 75 - replace_content ok ok 76 - get_content ok ok 77 - replace_content ok ok 78 - get_content ok ok 79 - rename ok ok 80 - name 'bIn2' ok ok 81 - prefix '' ok ok 82 - rename ok ok 83 - name 'bIn2' ok ok 84 - prefix '' ok ok 85 - Clone is different object ok 86 - Clone holds same data ok 87 - Object created isa Archive::Tar::File ok 88 - name 'bIn0' ok ok 89 - prefix '' ok ok 90 - size ok ok 91 - mode ok ok 92 - uid ok ok 93 - gid ok ok 94 - uname ok ok 95 - gname ok ok 96 - type ok ok 97 - mtime after start time ok 98 - chksum ok ok 99 - version ok ok 100 - linkname ok ok 101 - devmajor ok ok 102 - devminor ok ok 103 - raw ok ok 104 - Object is a file ok 105 - Object is not a 'dir' ok 106 - Object is not a 'hardlink' ok 107 - Object is not a 'symlink' ok 108 - Object is not a 'chardev' ok 109 - Object is not a 'blockdev' ok 110 - Object is not a 'fifo' ok 111 - Object is not a 'socket' ok 112 - Object is not a 'unknown' ok 113 - Object is not a 'longlink' ok 114 - Object is not a 'label' ok 115 - get_content ok ok 116 - get_content_by_ref ok ok 117 - has_content ok ok 118 - replace_content ok ok 119 - get_content ok ok 120 - replace_content ok ok 121 - get_content ok ok 122 - rename ok ok 123 - name 'bIn0' ok ok 124 - prefix '' ok ok 125 - rename ok ok 126 - name 'bIn0' ok ok 127 - prefix '' ok ok 128 - Clone is different object ok 129 - Clone holds same data ok 130 - Object created isa Archive::Tar::File ok 131 - name '0' ok ok 132 - prefix '' ok ok 133 - size ok ok 134 - mode ok ok 135 - uid ok ok 136 - gid ok ok 137 - uname ok ok 138 - gname ok ok 139 - type ok ok 140 - mtime after start time ok 141 - chksum ok ok 142 - version ok ok 143 - linkname ok ok 144 - devmajor ok ok 145 - devminor ok ok 146 - raw ok ok 147 - Object is a file ok 148 - Object is not a 'dir' ok 149 - Object is not a 'hardlink' ok 150 - Object is not a 'symlink' ok 151 - Object is not a 'chardev' ok 152 - Object is not a 'blockdev' ok 153 - Object is not a 'fifo' ok 154 - Object is not a 'socket' ok 155 - Object is not a 'unknown' ok 156 - Object is not a 'longlink' ok 157 - Object is not a 'label' ok 158 - get_content ok ok 159 - get_content_by_ref ok ok 160 - has_content ok ok 161 - replace_content ok ok 162 - get_content ok ok 163 - replace_content ok ok 164 - get_content ok ok 165 - rename ok ok 166 - name '0' ok ok 167 - prefix '' ok ok 168 - rename ok ok 169 - name '0' ok ok 170 - prefix '' ok ok 171 - Clone is different object ok 172 - Clone holds same data ok 173 - Object created isa Archive::Tar::File ok 174 - name 'z' ok ok 175 - prefix 'x/yy' ok ok 176 - size ok ok 177 - mode ok ok 178 - uid ok ok 179 - gid ok ok 180 - uname ok ok 181 - gname ok ok 182 - type ok ok 183 - mtime matches ok 184 - chksum ok ok 185 - version ok ok 186 - linkname ok ok 187 - devmajor ok ok 188 - devminor ok ok 189 - raw ok ok 190 # SKIP Attributes defined, may not be plainfile ok 191 # SKIP Attributes defined, may not be plainfile ok 192 # SKIP Attributes defined, may not be plainfile ok 193 # SKIP Attributes defined, may not be plainfile ok 194 # SKIP Attributes defined, may not be plainfile ok 195 # SKIP Attributes defined, may not be plainfile ok 196 # SKIP Attributes defined, may not be plainfile ok 197 # SKIP Attributes defined, may not be plainfile ok 198 # SKIP Attributes defined, may not be plainfile ok 199 # SKIP Attributes defined, may not be plainfile ok 200 # SKIP Attributes defined, may not be plainfile ok 201 - get_content ok ok 202 - get_content_by_ref ok ok 203 - has_content ok ok 204 - replace_content ok ok 205 - get_content ok ok 206 - replace_content ok ok 207 - get_content ok ok 208 - rename ok ok 209 - name 'z' ok ok 210 - prefix 'x/yy' ok ok 211 - rename ok ok 212 - name 'z' ok ok 213 - prefix 'x/yy' ok ok 214 - Clone is different object ok 215 - Clone holds same data ok 216 - The object isa Archive::Tar::File ok 217 - Is a directory ok 218 - Downgraded to plain file ok 219 - Is now a file ok 220 - No link entered ok 221 - Mode as expected 1..221 ok t/04_resolved_issues.... ok 1 - use Archive::Tar; ok 2 - use Archive::Tar::File; ok 3 - Testing bug 13636 ok 4 - Object isa Archive::Tar ok 5 - Added long file ok 6 - File written to 1596.tar ok 7 - Object isa Archive::Tar ok 8 - Read in 1596.tar again ok 9 - Only 1 entry found ok 10 - Entry is a file ok 11 - With the proper name ok 12 - Testing bug 14922 ok 13 - Object isa Archive::Tar ok 14 - Added long file ok 15 - File written to 1596.tar ok 16 - Object isa Archive::Tar ok 17 - Read in 1596.tar again ok 18 - Only 1 entry found ok 19 - Entry is a file ok 20 - With the proper name ok 21 - Testing bug 30880 ok 22 - Object isa Archive::Tar ok 23 - Added '04_resolved_issues.t' ok 24 - Renamed to '../04_resolved_issues.t_1596' ok 25 - Extracting in secure mode ok 26 - File not extracted ok 27 - File '../04_resolved_issues.t_1596' does not exist ok 28 - Error message stored ok 29 - Proper violation detected ok 30 - Extracting in insecure mode ok 31 - File extracted ok 32 - File '../04_resolved_issues.t_1596' exists 1..32 ok t/05_iter............... ok 1 - use Archive::Tar; ok 2 - Iterator created from src/long/bar.tar () ok 3 - Iterator isa CODE ok 4 - File object retrieved ok 5 - Object isa Archive::Tar::File ok 6 - File object retrieved ok 7 - Object isa Archive::Tar::File ok 8 - File object retrieved ok 9 - Object isa Archive::Tar::File ok 10 - File object retrieved ok 11 - Object isa Archive::Tar::File ok 12 - File object retrieved ok 13 - Object isa Archive::Tar::File ok 14 - Found correct number of files ok 15 - Inspecting 'c' ok 16 - Matches (?-xism:^c$) ok 17 - Inspecting 'd' ok 18 - Matches (?-xism:^d$) ok 19 - Inspecting 'directory/' ok 20 - Matches (?-xism:^directory/$) ok 21 - Inspecting 'directory/really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-long-directory-name/' ok 22 - Matches (?-xism:^directory/really.*name/$) ok 23 - Inspecting 'directory/really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-long-directory-name/myfile' ok 24 - Matches (?-xism:^directory/.*/myfile$) ok 25 - Iterator created from src/long/bar.tar (filter => (?-xism:^c$)) ok 26 - Iterator isa CODE ok 27 - File object retrieved ok 28 - Object isa Archive::Tar::File ok 29 - Found correct number of files ok 30 - Inspecting 'c' ok 31 - Matches (?-xism:^c$) ok 32 - Iterator created from src/long/bar.tar (filter => (?-xism:^d$)) ok 33 - Iterator isa CODE ok 34 - File object retrieved ok 35 - Object isa Archive::Tar::File ok 36 - Found correct number of files ok 37 - Inspecting 'd' ok 38 - Matches (?-xism:^c$) ok 39 - Iterator created from src/long/bar.tar (filter => (?-xism:^directory/$)) ok 40 - Iterator isa CODE ok 41 - File object retrieved ok 42 - Object isa Archive::Tar::File ok 43 - Found correct number of files ok 44 - Inspecting 'directory/' ok 45 - Matches (?-xism:^c$) ok 46 - Iterator created from src/long/bar.tar (filter => (?-xism:^directory/really.*name/$)) ok 47 - Iterator isa CODE ok 48 - File object retrieved ok 49 - Object isa Archive::Tar::File ok 50 - Found correct number of files ok 51 - Inspecting 'directory/really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-long-directory-name/' ok 52 - Matches (?-xism:^c$) ok 53 - Iterator created from src/long/bar.tar (filter => (?-xism:^directory/.*/myfile$)) ok 54 - Iterator isa CODE ok 55 - File object retrieved ok 56 - Object isa Archive::Tar::File ok 57 - Found correct number of files ok 58 - Inspecting 'directory/really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-really-long-directory-name/myfile' ok 59 - Matches (?-xism:^c$) 1..59 ok t/90_symlink............ 1..0 # Skip Skipping tests on this platform skipped: Skipping tests on this platform t/99_pod................ 1..3 ok 1 - POD test for ..\blib\lib\Archive\Tar.pm ok 2 - POD test for ..\blib\lib\Archive\Tar\Constant.pm ok 3 - POD test for ..\blib\lib\Archive\Tar\File.pm ok All tests successful. Files=7, Tests=1042, 3 wallclock secs ( 0.03 usr + 0.30 sys = 0.33 CPU) Result: PASS KANE/Archive-Tar-1.40.tar.gz nmake test TEST_VERBOSE=1 -- OK Picked up abstract from Makefile Jos Boumans <kane@cpan.org> Manipulates TAR archives >>> (cd C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M && tar cvf - Archive-Tar-1.40.ppd blib) | gzip -c >C:/cpanfly/var/REPO/K/KA/KANE/Archive-Tar-1.40.tar.gz Archive-Tar-1.40.ppd blib/ blib/lib/ blib/lib/Archive/ blib/lib/Archive/Tar/ blib/lib/Archive/Tar/Constant.pm blib/lib/Archive/Tar/File.pm blib/lib/Archive/Tar.pm blib/script/ blib/script/ptar blib/script/ptar.bat blib/script/ptardiff blib/script/ptardiff.bat >>> mv C:\cpanfly\var\cpan\build\Archive-Tar-1.40-S0Cj8M/Archive-Tar-1.40.ppd C:/cpanfly/var/REPO/K/KA/KANE Finished 2008-10-14T08:19:49