PATH=C:\Program Files\Microsoft Platform SDK\Bin;C:\Program Files\Microsoft Platform SDK\Bin\WinNT;C:\Program Files\Microsoft Visual Studio\VC98\Bin;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Perl-5.12\site\bin;C:\Perl-5.12\bin;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\mysql\bin Start 2010-12-18T21:00:46 ActivePerl-1200 CPAN-1.9402 LIB=C:\PROGRA~1\MICROS~3\VC98\Lib\PSDK;C:\PROGRA~1\MICROS~2\Lib;C:\PROGRA~1\MICROS~3\VC98\Lib;C:\PROGRA~1\MICROS~3\VC98\MFC\Lib INCLUDE=C:\PROGRA~1\MICROS~2\Include;C:\PROGRA~1\MICROS~3\VC98\ATL\Include;C:\PROGRA~1\MICROS~3\VC98\Include;C:\PROGRA~1\MICROS~3\VC98\MFC\Include PATH=C:/CPANFL~1.12/var/libs/bin;C:\PROGRA~1\MICROS~2\Bin;C:\PROGRA~1\MICROS~2\Bin\WinNT;C:\PROGRA~1\MICROS~3\VC98\Bin;C:\PROGRA~1\MICROS~3\Common\MSDev98\Bin;C:\Perl-5.12\site\bin;C:\Perl-5.12\bin;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\mysql\bin Going to read 'C:\cpanfly-5.12\var\cpan\Metadata' Database was generated on Sat, 18 Dec 2010 22:32:46 GMT Running make for B/BI/BINGOS/Archive-Tar-1.74.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/B/BI/BINGOS/Archive-Tar-1.74.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/B/BI/BINGOS/CHECKSUMS Checksum for C:\cpanfly-5.12\var\cpan\sources\authors\id\B\BI\BINGOS\Archive-Tar-1.74.tar.gz ok Archive-Tar-1.74 Archive-Tar-1.74/lib Archive-Tar-1.74/lib/Archive Archive-Tar-1.74/lib/Archive/Tar Archive-Tar-1.74/lib/Archive/Tar/Constant.pm Archive-Tar-1.74/lib/Archive/Tar/File.pm Archive-Tar-1.74/lib/Archive/Tar.pm Archive-Tar-1.74/t Archive-Tar-1.74/t/src Archive-Tar-1.74/t/src/short Archive-Tar-1.74/t/src/short/b Archive-Tar-1.74/t/src/short/foo.tbz Archive-Tar-1.74/t/src/short/bar.tar Archive-Tar-1.74/t/src/short/foo.tgz Archive-Tar-1.74/t/src/header Archive-Tar-1.74/t/src/header/signed.tar Archive-Tar-1.74/t/src/long Archive-Tar-1.74/t/src/long/b Archive-Tar-1.74/t/src/long/foo.tgz Archive-Tar-1.74/t/src/long/foo.tbz Archive-Tar-1.74/t/src/long/bar.tar Archive-Tar-1.74/t/src/linktest Archive-Tar-1.74/t/src/linktest/linktest_with_dir.tar Archive-Tar-1.74/t/src/linktest/linktest_missing_dir.tar Archive-Tar-1.74/t/05_iter.t Archive-Tar-1.74/t/02_methods.t Archive-Tar-1.74/t/01_use.t Archive-Tar-1.74/t/99_pod.t Archive-Tar-1.74/t/90_symlink.t Archive-Tar-1.74/t/03_file.t Archive-Tar-1.74/t/06_error.t Archive-Tar-1.74/t/04_resolved_issues.t Archive-Tar-1.74/MANIFEST Archive-Tar-1.74/CHANGES Archive-Tar-1.74/bin Archive-Tar-1.74/bin/ptar Archive-Tar-1.74/bin/ptargrep Archive-Tar-1.74/bin/ptardiff Archive-Tar-1.74/Makefile.PL Archive-Tar-1.74/README Archive-Tar-1.74/META.yml CPAN.pm: Going to build B/BI/BINGOS/Archive-Tar-1.74.tar.gz >>> C:\Perl-5.12\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-5.12\bin\perl.exe -MExtUtils::Command -e "cp" -- bin/ptargrep blib\script\ptargrep pl2bat.bat blib\script\ptargrep C:\Perl-5.12\bin\perl.exe -MExtUtils::Command -e "cp" -- bin/ptardiff blib\script\ptardiff pl2bat.bat blib\script\ptardiff C:\Perl-5.12\bin\perl.exe -MExtUtils::Command -e "cp" -- bin/ptar blib\script\ptar pl2bat.bat blib\script\ptar BINGOS/Archive-Tar-1.74.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-5.12\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/01_use.t .............. 1..2 ok 1 - use Archive::Tar; ok 2 - Object created isa Archive::Tar ok # No long filename support - long filename extraction disabled t/02_methods.t .......... ok 1 - use Archive::Tar; 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 '2500' 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 - No conflict with first archive ok 87 - Adding dirs ok 88 - Proper type ok 89 - Added a file 'src\short\b' to new object ok 90 - Object isa Archive::Tar::File ok 91 - Added an Archive::Tar::File object ok 92 - Object isa Archive::Tar::File ok 93 - All files accounted for ok 94 - Different memory allocations ok 95 - Object created ok 96 - The object isa Archive::Tar ok 97 - Adding data ok 98 - Proper name ok 99 - Proper type ok 100 - Content OK ok 101 - Adding data 'bIn11' ok 102 - Proper name ok 103 - Proper type ok 104 - Content OK ok 105 - Adding data 'bIn3' ok 106 - Proper name ok 107 - Proper type ok 108 - Content OK ok 109 - Adding data 'bIn4' ok 110 - Proper name ok 111 - Proper type ok 112 - Content OK ok 113 - Adding data 'bIn1' ok 114 - Proper name ok 115 - Proper type ok 116 - Content OK ok 117 - Adding data 'bIn2' ok 118 - Proper name ok 119 - Proper type ok 120 - Content OK ok 121 - Adding data 'k' ok 122 - Proper name ok 123 - Proper type ok 124 - Content OK ok 125 - Adding data 'x' ok 126 - Proper name ok 127 - Proper type ok 128 - Content OK ok 129 - Read in 'src\short\bar.tar' ok 130 - Found file 'c' ok 131 - File 'e' not yet found ok 132 - Renamed 'c' to 'e' ok 133 - File 'e' now found ok 134 - File 'c' no longer found' ok 135 - Original content of 'c' in 'e' ok 136 - Set content for 'e' to 'c' ok 137 - Content for 'e' is indeed 'c' ok 138 - Read in 'src\short\bar.tar' ok 139 - Removing file 'c' ok 140 - Proper files remaining ok 141 - Read in 'src\short\bar.tar' ok 142 - Stringified tar file has size ok 143 - Tar archive stringified ok 144 - Wrote tarfile using 'write' ok 145 - File read ok 146 - File written size=3072 ok 147 - File size is a multiple of 512 ok 148 - File contents match size ok 149 - Ends with 1024 null bytes ok 150 - Found some files in the archive ok 151 - Found expected number of files ok 152 - It is a file ok 153 - Name matches expected name ok 154 - Content as expected ok 155 - It is a file ok 156 - Name matches expected name ok 157 - Content as expected ok 158 - Read 'src\short\out.tar' in again ok 159 - Found some files in the archive ok 160 - Found expected number of files ok 161 - It is a file ok 162 - Name matches expected name ok 163 - Content as expected ok 164 - It is a file ok 165 - Name matches expected name ok 166 - Content as expected ok 167 - Extracted 'src\short\out.tar' with 'extract' ok 168 - Expected file found ok 169 - File 'c' exists ok 170 - Opening file ok 171 - Contents OK ok 172 - Extracted file 'c' to src\short\2500 ok 173 - Extracted file 'src\short\2500' exists ok 174 - Extracted file 'c' to C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500 ok 175 - Extracted file 'C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500' exists ok 176 - Expected file found ok 177 - File 'd' exists ok 178 - Opening file ok 179 - Contents OK ok 180 - Extracted file 'd' to src\short\2500 ok 181 - Extracted file 'src\short\2500' exists ok 182 - Extracted file 'd' to C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500 ok 183 - Extracted file 'C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500' exists ok 184 - Verified via list_files as well ok 185 - Wrote tarfile using 'create_archive' ok 186 - File read ok 187 - File written size=29696 ok 188 - File size is a multiple of 512 ok 189 - File contents match size ok 190 - Ends with 1024 null bytes ok 191 - Extracted file using 'extract_archive' ok 192 - Writing compressed file 'src\short\out.tgz' using 'write' ok 193 - File read and uncompressed ok 194 - File written size=160 uncompressed size=3072 ok 195 - Uncompressed size is a multiple of 512 ok 196 - Ends with 1024 null bytes ok 197 - Compressed size < uncompressed size ok 198 - Found some files in the archive ok 199 - Found expected number of files ok 200 - It is a file ok 201 - Name matches expected name ok 202 - Content as expected ok 203 - It is a file ok 204 - Name matches expected name ok 205 - Content as expected ok 206 - Read 'src\short\out.tgz' in again ok 207 - Found some files in the archive ok 208 - Found expected number of files ok 209 - It is a file ok 210 - Name matches expected name ok 211 - Content as expected ok 212 - It is a file ok 213 - Name matches expected name ok 214 - Content as expected ok 215 - Extracted 'src\short\out.tgz' again ok 216 - Expected file found ok 217 - File 'c' exists ok 218 - Opening file ok 219 - Contents OK ok 220 - Extracted file 'c' to src\short\2500 ok 221 - Extracted file 'src\short\2500' exists ok 222 - Extracted file 'c' to C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500 ok 223 - Extracted file 'C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500' exists ok 224 - Expected file found ok 225 - File 'd' exists ok 226 - Opening file ok 227 - Contents OK ok 228 - Extracted file 'd' to src\short\2500 ok 229 - Extracted file 'src\short\2500' exists ok 230 - Extracted file 'd' to C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500 ok 231 - Extracted file 'C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500' exists ok 232 - Verified via list_files as well ok 233 - Wrote 'src\short\out.tgz' using 'create_archive' ok 234 - File read and uncompressed ok 235 - File written size=8599 uncompressed size=29696 ok 236 - Uncompressed size is a multiple of 512 ok 237 - Ends with 1024 null bytes ok 238 - Compressed size < uncompressed size ok 239 - Extracted file using 'extract_archive' ok 240 - Writing compressed file 'src\short\out.tbz' using 'write' ok 241 - File read and uncompressed ok 242 - File written size=153 uncompressed size=3072 ok 243 - Uncompressed size is a multiple of 512 ok 244 - Ends with 1024 null bytes ok 245 - Compressed size < uncompressed size ok 246 - Found some files in the archive ok 247 - Found expected number of files ok 248 - It is a file ok 249 - Name matches expected name ok 250 - Content as expected ok 251 - It is a file ok 252 - Name matches expected name ok 253 - Content as expected ok 254 - Read 'src\short\out.tbz' in again ok 255 - Found some files in the archive ok 256 - Found expected number of files ok 257 - It is a file ok 258 - Name matches expected name ok 259 - Content as expected ok 260 - It is a file ok 261 - Name matches expected name ok 262 - Content as expected ok 263 - Extracted 'src\short\out.tbz' again ok 264 - Expected file found ok 265 - File 'c' exists ok 266 - Opening file ok 267 - Contents OK ok 268 - Extracted file 'c' to src\short\2500 ok 269 - Extracted file 'src\short\2500' exists ok 270 - Extracted file 'c' to C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500 ok 271 - Extracted file 'C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500' exists ok 272 - Expected file found ok 273 - File 'd' exists ok 274 - Opening file ok 275 - Contents OK ok 276 - Extracted file 'd' to src\short\2500 ok 277 - Extracted file 'src\short\2500' exists ok 278 - Extracted file 'd' to C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500 ok 279 - Extracted file 'C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500' exists ok 280 - Verified via list_files as well ok 281 - Wrote 'src\short\out.tbz' using 'create_archive' ok 282 - File read and uncompressed ok 283 - File written size=6687 uncompressed size=29696 ok 284 - Uncompressed size is a multiple of 512 ok 285 - Ends with 1024 null bytes ok 286 - Compressed size < uncompressed size ok 287 - Extracted file using 'extract_archive' ok 288 - Stringified tar file has size ok 289 - Tar archive stringified ok 290 - Wrote tarfile using 'write' ok 291 - File read ok 292 - File written size=10752 ok 293 - File size is a multiple of 512 ok 294 - File contents match size ok 295 - Ends with 1024 null bytes ok 296 - Found some files in the archive ok 297 - Found expected number of files 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 - It is a file ok 308 - Name matches expected name ok 309 - Content as expected ok 310 - It is a file ok 311 - Name matches expected name ok 312 - Content as expected ok 313 - Read 'src\short\out.tar' in again ok 314 - Found some files in the archive ok 315 - Found expected number of files 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 - It is a file ok 326 - Name matches expected name ok 327 - Content as expected ok 328 - It is a file ok 329 - Name matches expected name ok 330 - Content as expected ok 331 - Extracted 'src\short\out.tar' with 'extract' ok 332 - Expected file found ok 333 - File 'bIn11' exists ok 334 - Opening file ok 335 - Contents OK ok 336 - Extracted file 'bIn11' to src\short\2500 ok 337 - Extracted file 'src\short\2500' exists ok 338 - Extracted file 'bIn11' to C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500 ok 339 - Extracted file 'C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500' exists ok 340 - Expected file found ok 341 - File 'bIn3' exists ok 342 - Opening file ok 343 - Contents OK ok 344 - Extracted file 'bIn3' to src\short\2500 ok 345 - Extracted file 'src\short\2500' exists ok 346 - Extracted file 'bIn3' to C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500 ok 347 - Extracted file 'C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500' exists ok 348 - Expected file found ok 349 - File 'bIn4' exists ok 350 - Opening file ok 351 - Contents OK ok 352 - Extracted file 'bIn4' to src\short\2500 ok 353 - Extracted file 'src\short\2500' exists ok 354 - Extracted file 'bIn4' to C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500 ok 355 - Extracted file 'C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500' exists ok 356 - Expected file found ok 357 - File 'bIn1' exists ok 358 - Opening file ok 359 - Contents OK ok 360 - Extracted file 'bIn1' to src\short\2500 ok 361 - Extracted file 'src\short\2500' exists ok 362 - Extracted file 'bIn1' to C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500 ok 363 - Extracted file 'C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500' exists ok 364 - Expected file found ok 365 - File 'bIn2' exists ok 366 - Opening file ok 367 - Contents OK ok 368 - Extracted file 'bIn2' to src\short\2500 ok 369 - Extracted file 'src\short\2500' exists ok 370 - Extracted file 'bIn2' to C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500 ok 371 - Extracted file 'C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500' exists ok 372 - Verified via list_files as well ok 373 - Wrote tarfile using 'create_archive' ok 374 - File read ok 375 - File written size=29696 ok 376 - File size is a multiple of 512 ok 377 - File contents match size ok 378 - Ends with 1024 null bytes ok 379 - Extracted file using 'extract_archive' ok 380 - Writing compressed file 'src\short\out.tgz' using 'write' ok 381 - File read and uncompressed ok 382 - File written size=605 uncompressed size=10752 ok 383 - Uncompressed size is a multiple of 512 ok 384 - Ends with 1024 null bytes ok 385 - Compressed size < uncompressed size ok 386 - Found some files in the archive ok 387 - Found expected number of files 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 - It is a file ok 398 - Name matches expected name ok 399 - Content as expected ok 400 - It is a file ok 401 - Name matches expected name ok 402 - Content as expected ok 403 - Read 'src\short\out.tgz' in again ok 404 - Found some files in the archive ok 405 - Found expected number of files 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 - It is a file ok 416 - Name matches expected name ok 417 - Content as expected ok 418 - It is a file ok 419 - Name matches expected name ok 420 - Content as expected ok 421 - Extracted 'src\short\out.tgz' again ok 422 - Expected file found ok 423 - File 'bIn11' exists ok 424 - Opening file ok 425 - Contents OK ok 426 - Extracted file 'bIn11' to src\short\2500 ok 427 - Extracted file 'src\short\2500' exists ok 428 - Extracted file 'bIn11' to C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500 ok 429 - Extracted file 'C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500' exists ok 430 - Expected file found ok 431 - File 'bIn3' exists ok 432 - Opening file ok 433 - Contents OK ok 434 - Extracted file 'bIn3' to src\short\2500 ok 435 - Extracted file 'src\short\2500' exists ok 436 - Extracted file 'bIn3' to C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500 ok 437 - Extracted file 'C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500' exists ok 438 - Expected file found ok 439 - File 'bIn4' exists ok 440 - Opening file ok 441 - Contents OK ok 442 - Extracted file 'bIn4' to src\short\2500 ok 443 - Extracted file 'src\short\2500' exists ok 444 - Extracted file 'bIn4' to C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500 ok 445 - Extracted file 'C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500' exists ok 446 - Expected file found ok 447 - File 'bIn1' exists ok 448 - Opening file ok 449 - Contents OK ok 450 - Extracted file 'bIn1' to src\short\2500 ok 451 - Extracted file 'src\short\2500' exists ok 452 - Extracted file 'bIn1' to C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500 ok 453 - Extracted file 'C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500' exists ok 454 - Expected file found ok 455 - File 'bIn2' exists ok 456 - Opening file ok 457 - Contents OK ok 458 - Extracted file 'bIn2' to src\short\2500 ok 459 - Extracted file 'src\short\2500' exists ok 460 - Extracted file 'bIn2' to C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500 ok 461 - Extracted file 'C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500' exists ok 462 - Verified via list_files as well ok 463 - Wrote 'src\short\out.tgz' using 'create_archive' ok 464 - File read and uncompressed ok 465 - File written size=8599 uncompressed size=29696 ok 466 - Uncompressed size is a multiple of 512 ok 467 - Ends with 1024 null bytes ok 468 - Compressed size < uncompressed size ok 469 - Extracted file using 'extract_archive' ok 470 - Writing compressed file 'src\short\out.tbz' using 'write' ok 471 - File read and uncompressed ok 472 - File written size=1007 uncompressed size=10752 ok 473 - Uncompressed size is a multiple of 512 ok 474 - Ends with 1024 null bytes ok 475 - Compressed size < uncompressed size ok 476 - Found some files in the archive ok 477 - Found expected number of files 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 - It is a file ok 488 - Name matches expected name ok 489 - Content as expected ok 490 - It is a file ok 491 - Name matches expected name ok 492 - Content as expected ok 493 - Read 'src\short\out.tbz' in again ok 494 - Found some files in the archive ok 495 - Found expected number of files 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 - It is a file ok 506 - Name matches expected name ok 507 - Content as expected ok 508 - It is a file ok 509 - Name matches expected name ok 510 - Content as expected ok 511 - Extracted 'src\short\out.tbz' again ok 512 - Expected file found ok 513 - File 'bIn11' exists ok 514 - Opening file ok 515 - Contents OK ok 516 - Extracted file 'bIn11' to src\short\2500 ok 517 - Extracted file 'src\short\2500' exists ok 518 - Extracted file 'bIn11' to C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500 ok 519 - Extracted file 'C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500' exists ok 520 - Expected file found ok 521 - File 'bIn3' exists ok 522 - Opening file ok 523 - Contents OK ok 524 - Extracted file 'bIn3' to src\short\2500 ok 525 - Extracted file 'src\short\2500' exists ok 526 - Extracted file 'bIn3' to C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500 ok 527 - Extracted file 'C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500' exists ok 528 - Expected file found ok 529 - File 'bIn4' exists ok 530 - Opening file ok 531 - Contents OK ok 532 - Extracted file 'bIn4' to src\short\2500 ok 533 - Extracted file 'src\short\2500' exists ok 534 - Extracted file 'bIn4' to C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500 ok 535 - Extracted file 'C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500' exists ok 536 - Expected file found ok 537 - File 'bIn1' exists ok 538 - Opening file ok 539 - Contents OK ok 540 - Extracted file 'bIn1' to src\short\2500 ok 541 - Extracted file 'src\short\2500' exists ok 542 - Extracted file 'bIn1' to C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500 ok 543 - Extracted file 'C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500' exists ok 544 - Expected file found ok 545 - File 'bIn2' exists ok 546 - Opening file ok 547 - Contents OK ok 548 - Extracted file 'bIn2' to src\short\2500 ok 549 - Extracted file 'src\short\2500' exists ok 550 - Extracted file 'bIn2' to C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500 ok 551 - Extracted file 'C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500' exists ok 552 - Verified via list_files as well ok 553 - Wrote 'src\short\out.tbz' using 'create_archive' ok 554 - File read and uncompressed ok 555 - File written size=6687 uncompressed size=29696 ok 556 - Uncompressed size is a multiple of 512 ok 557 - Ends with 1024 null bytes ok 558 - Compressed size < uncompressed size ok 559 - Extracted file using 'extract_archive' ok 560 - Stringified tar file has size ok 561 - Tar archive stringified ok 562 - Wrote tarfile using 'write' ok 563 - File read ok 564 - File written size=2560 ok 565 - File size is a multiple of 512 ok 566 - File contents match size ok 567 - Ends with 1024 null bytes ok 568 - Found some files in the archive ok 569 - Found expected number of files ok 570 - It is a file ok 571 - Name matches expected name ok 572 - Content as expected ok 573 - It is a file ok 574 - Name matches expected name ok 575 - Content as expected ok 576 - Read 'src\short\out.tar' in again ok 577 - Found some files in the archive ok 578 - Found expected number of files ok 579 - It is a file ok 580 - Name matches expected name ok 581 - Content as expected ok 582 - It is a file ok 583 - Name matches expected name ok 584 - Content as expected ok 585 - Extracted 'src\short\out.tar' with 'extract' ok 586 - Expected file found ok 587 - File 'x/k' exists ok 588 - Opening file ok 589 - Contents OK ok 590 - Extracted file 'x/k' to src\short\2500 ok 591 - Extracted file 'src\short\2500' exists ok 592 - Extracted file 'x/k' to C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500 ok 593 - Extracted file 'C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500' exists ok 594 - Expected file found ok 595 - File 'x/x' exists ok 596 - Opening file ok 597 - Contents OK ok 598 - Extracted file 'x/x' to src\short\2500 ok 599 - Extracted file 'src\short\2500' exists ok 600 - Extracted file 'x/x' to C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500 ok 601 - Extracted file 'C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500' exists ok 602 - Verified via list_files as well ok 603 - Wrote tarfile using 'create_archive' ok 604 - File read ok 605 - File written size=29696 ok 606 - File size is a multiple of 512 ok 607 - File contents match size ok 608 - Ends with 1024 null bytes ok 609 - Extracted file using 'extract_archive' ok 610 - Writing compressed file 'src\short\out.tgz' using 'write' ok 611 - File read and uncompressed ok 612 - File written size=132 uncompressed size=2560 ok 613 - Uncompressed size is a multiple of 512 ok 614 - Ends with 1024 null bytes ok 615 - Compressed size < uncompressed size ok 616 - Found some files in the archive ok 617 - Found expected number of files ok 618 - It is a file ok 619 - Name matches expected name ok 620 - Content as expected ok 621 - It is a file ok 622 - Name matches expected name ok 623 - Content as expected ok 624 - Read 'src\short\out.tgz' in again ok 625 - Found some files in the archive ok 626 - Found expected number of files ok 627 - It is a file ok 628 - Name matches expected name ok 629 - Content as expected ok 630 - It is a file ok 631 - Name matches expected name ok 632 - Content as expected ok 633 - Extracted 'src\short\out.tgz' again ok 634 - Expected file found ok 635 - File 'x/k' exists ok 636 - Opening file ok 637 - Contents OK ok 638 - Extracted file 'x/k' to src\short\2500 ok 639 - Extracted file 'src\short\2500' exists ok 640 - Extracted file 'x/k' to C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500 ok 641 - Extracted file 'C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500' exists ok 642 - Expected file found ok 643 - File 'x/x' exists ok 644 - Opening file ok 645 - Contents OK ok 646 - Extracted file 'x/x' to src\short\2500 ok 647 - Extracted file 'src\short\2500' exists ok 648 - Extracted file 'x/x' to C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500 ok 649 - Extracted file 'C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500' exists ok 650 - Verified via list_files as well ok 651 - Wrote 'src\short\out.tgz' using 'create_archive' ok 652 - File read and uncompressed ok 653 - File written size=8599 uncompressed size=29696 ok 654 - Uncompressed size is a multiple of 512 ok 655 - Ends with 1024 null bytes ok 656 - Compressed size < uncompressed size ok 657 - Extracted file using 'extract_archive' ok 658 - Writing compressed file 'src\short\out.tbz' using 'write' ok 659 - File read and uncompressed ok 660 - File written size=136 uncompressed size=2560 ok 661 - Uncompressed size is a multiple of 512 ok 662 - Ends with 1024 null bytes ok 663 - Compressed size < uncompressed size ok 664 - Found some files in the archive ok 665 - Found expected number of files ok 666 - It is a file ok 667 - Name matches expected name ok 668 - Content as expected ok 669 - It is a file ok 670 - Name matches expected name ok 671 - Content as expected ok 672 - Read 'src\short\out.tbz' in again ok 673 - Found some files in the archive ok 674 - Found expected number of files ok 675 - It is a file ok 676 - Name matches expected name ok 677 - Content as expected ok 678 - It is a file ok 679 - Name matches expected name ok 680 - Content as expected ok 681 - Extracted 'src\short\out.tbz' again ok 682 - Expected file found ok 683 - File 'x/k' exists ok 684 - Opening file ok 685 - Contents OK ok 686 - Extracted file 'x/k' to src\short\2500 ok 687 - Extracted file 'src\short\2500' exists ok 688 - Extracted file 'x/k' to C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500 ok 689 - Extracted file 'C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500' exists ok 690 - Expected file found ok 691 - File 'x/x' exists ok 692 - Opening file ok 693 - Contents OK ok 694 - Extracted file 'x/x' to src\short\2500 ok 695 - Extracted file 'src\short\2500' exists ok 696 - Extracted file 'x/x' to C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500 ok 697 - Extracted file 'C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl\t\src\short\2500' exists ok 698 - Verified via list_files as well ok 699 - Wrote 'src\short\out.tbz' using 'create_archive' ok 700 - File read and uncompressed ok 701 - File written size=6687 uncompressed size=29696 ok 702 - Uncompressed size is a multiple of 512 ok 703 - Ends with 1024 null bytes ok 704 - Compressed size < uncompressed size ok 705 - Extracted file using 'extract_archive' ok 706 - Limited read ok 707 - Expected file found ok 708 - Extract 'c' to cwd() with extract ok 709 - Extracted file exists ok 710 - Extract 'c' to cwd() with extract ok 711 - Extracted file exists ok 712 - Extract 'c' to cwd() with extract_file ok 713 - Extracted file exists ok 714 - Extract 'c' to cwd() with extract_file ok 715 - Extracted file exists ok 716 - Extract file 'c' to src\short with extract_file ok 717 - Extracted file 'src\short\2500' exists ok 718 - Found old data ok 719 - Clearing old data ok 720 - Old data cleared ok 721 - File added ok 722 - The object isa Archive::Tar::File ok 723 - Name set to 'copy' ok 724 - Prefix set to '' ok 725 - Tar file written ok 726 - Tar file read in again ok 727 - File retrieved ok 728 - Object isa Archive::Tar::File ok 729 - Name now set to 'copy' ok 730 - Prefix now empty ok 731 - Prefix + name in name slot of header 1..731 ok t/03_file.t ............. 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.t .. 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 3832.tar ok 7 - Object isa Archive::Tar ok 8 - Read in 3832.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 3832.tar ok 16 - Object isa Archive::Tar ok 17 - Read in 3832.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_3832' ok 25 - Extracting in secure mode ok 26 - File not extracted ok 27 - File '../04_resolved_issues.t_3832' 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_3832' exists ok 33 - Testing bug 43513 ok 34 - Object isa Archive::Tar ok 35 - Read non-Posix file with signed Checksum ok 36 - File object retrieved ok 37 - File validates ok 38 - Testing bug 44680 ok 39 - Object isa Archive::Tar ok 40 - No files in the corrupted archive ok 41 - Expected error reported 1..41 ok t/05_iter.t ............. ok 1 - use Archive::Tar; ok 2 - Iterator created from src/long/bar.tar ( all) ok 3 - Iterator all isa CODE ok 4 - File object retrieved all ok 5 - Object all isa Archive::Tar::File ok 6 - File object retrieved all ok 7 - Object all isa Archive::Tar::File ok 8 - File object retrieved all ok 9 - Object all isa Archive::Tar::File ok 10 - File object retrieved all ok 11 - Object all isa Archive::Tar::File ok 12 - File object retrieved all ok 13 - Object all isa Archive::Tar::File ok 14 - Found correct number of files all ok 15 - Inspecting 'c' all ok 16 - Matches (?-xism:^c$) all ok 17 - Inspecting 'd' all ok 18 - Matches (?-xism:^d$) all ok 19 - Inspecting 'directory/' all ok 20 - Matches (?-xism:^directory/$) all 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/' all ok 22 - Matches (?-xism:^directory/really.*name/$) all 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' all ok 24 - Matches (?-xism:^directory/.*/myfile$) all ok 25 - Iterator created from src/long/bar.tar (filter => (?-xism:^c$) filter (?-xism:^c$)) ok 26 - Iterator filter (?-xism:^c$) isa CODE ok 27 - File object retrieved filter (?-xism:^c$) ok 28 - Object filter (?-xism:^c$) isa Archive::Tar::File ok 29 - Found correct number of files filter (?-xism:^c$) ok 30 - Inspecting 'c' filter (?-xism:^c$) ok 31 - Matches (?-xism:^c$) filter (?-xism:^c$) ok 32 - Iterator created from src/long/bar.tar (filter_cb => CODE(0x1dbcf1c) filter_cb (?-xism:^c$)) ok 33 - Iterator filter_cb (?-xism:^c$) isa CODE ok 34 - File object retrieved filter_cb (?-xism:^c$) ok 35 - Object filter_cb (?-xism:^c$) isa Archive::Tar::File ok 36 - Found correct number of files filter_cb (?-xism:^c$) ok 37 - Inspecting 'c' filter_cb (?-xism:^c$) ok 38 - Matches (?-xism:^c$) filter_cb (?-xism:^c$) ok 39 - Iterator created from src/long/bar.tar (filter => (?-xism:^d$) filter (?-xism:^d$)) ok 40 - Iterator filter (?-xism:^d$) isa CODE ok 41 - File object retrieved filter (?-xism:^d$) ok 42 - Object filter (?-xism:^d$) isa Archive::Tar::File ok 43 - Found correct number of files filter (?-xism:^d$) ok 44 - Inspecting 'd' filter (?-xism:^d$) ok 45 - Matches (?-xism:^c$) filter (?-xism:^d$) ok 46 - Iterator created from src/long/bar.tar (filter_cb => CODE(0x193704c) filter_cb (?-xism:^d$)) ok 47 - Iterator filter_cb (?-xism:^d$) isa CODE ok 48 - File object retrieved filter_cb (?-xism:^d$) ok 49 - Object filter_cb (?-xism:^d$) isa Archive::Tar::File ok 50 - Found correct number of files filter_cb (?-xism:^d$) ok 51 - Inspecting 'd' filter_cb (?-xism:^d$) ok 52 - Matches (?-xism:^c$) filter_cb (?-xism:^d$) ok 53 - Iterator created from src/long/bar.tar (filter => (?-xism:^directory/$) filter (?-xism:^directory/$)) ok 54 - Iterator filter (?-xism:^directory/$) isa CODE ok 55 - File object retrieved filter (?-xism:^directory/$) ok 56 - Object filter (?-xism:^directory/$) isa Archive::Tar::File ok 57 - Found correct number of files filter (?-xism:^directory/$) ok 58 - Inspecting 'directory/' filter (?-xism:^directory/$) ok 59 - Matches (?-xism:^c$) filter (?-xism:^directory/$) ok 60 - Iterator created from src/long/bar.tar (filter_cb => CODE(0x1dc8e74) filter_cb (?-xism:^directory/$)) ok 61 - Iterator filter_cb (?-xism:^directory/$) isa CODE ok 62 - File object retrieved filter_cb (?-xism:^directory/$) ok 63 - Object filter_cb (?-xism:^directory/$) isa Archive::Tar::File ok 64 - Found correct number of files filter_cb (?-xism:^directory/$) ok 65 - Inspecting 'directory/' filter_cb (?-xism:^directory/$) ok 66 - Matches (?-xism:^c$) filter_cb (?-xism:^directory/$) ok 67 - Iterator created from src/long/bar.tar (filter => (?-xism:^directory/really.*name/$) filter (?-xism:^directory/really.*name/$)) ok 68 - Iterator filter (?-xism:^directory/really.*name/$) isa CODE ok 69 - File object retrieved filter (?-xism:^directory/really.*name/$) ok 70 - Object filter (?-xism:^directory/really.*name/$) isa Archive::Tar::File ok 71 - Found correct number of files filter (?-xism:^directory/really.*name/$) ok 72 - 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/' filter (?-xism:^directory/really.*name/$) ok 73 - Matches (?-xism:^c$) filter (?-xism:^directory/really.*name/$) ok 74 - Iterator created from src/long/bar.tar (filter_cb => CODE(0x1dcacdc) filter_cb (?-xism:^directory/really.*name/$)) ok 75 - Iterator filter_cb (?-xism:^directory/really.*name/$) isa CODE ok 76 - File object retrieved filter_cb (?-xism:^directory/really.*name/$) ok 77 - Object filter_cb (?-xism:^directory/really.*name/$) isa Archive::Tar::File ok 78 - Found correct number of files filter_cb (?-xism:^directory/really.*name/$) ok 79 - 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/' filter_cb (?-xism:^directory/really.*name/$) ok 80 - Matches (?-xism:^c$) filter_cb (?-xism:^directory/really.*name/$) ok 81 - Iterator created from src/long/bar.tar (filter => (?-xism:^directory/.*/myfile$) filter (?-xism:^directory/.*/myfile$)) ok 82 - Iterator filter (?-xism:^directory/.*/myfile$) isa CODE ok 83 - File object retrieved filter (?-xism:^directory/.*/myfile$) ok 84 - Object filter (?-xism:^directory/.*/myfile$) isa Archive::Tar::File ok 85 - Found correct number of files filter (?-xism:^directory/.*/myfile$) ok 86 - 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' filter (?-xism:^directory/.*/myfile$) ok 87 - Matches (?-xism:^c$) filter (?-xism:^directory/.*/myfile$) ok 88 - Iterator created from src/long/bar.tar (filter_cb => CODE(0x1dcbe9c) filter_cb (?-xism:^directory/.*/myfile$)) ok 89 - Iterator filter_cb (?-xism:^directory/.*/myfile$) isa CODE ok 90 - File object retrieved filter_cb (?-xism:^directory/.*/myfile$) ok 91 - Object filter_cb (?-xism:^directory/.*/myfile$) isa Archive::Tar::File ok 92 - Found correct number of files filter_cb (?-xism:^directory/.*/myfile$) ok 93 - 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' filter_cb (?-xism:^directory/.*/myfile$) ok 94 - Matches (?-xism:^c$) filter_cb (?-xism:^directory/.*/myfile$) 1..94 ok t/06_error.t ............ ok 1 - global error string is empty ok 2 - error string of object 1 is empty ok 3 - error string of object 2 is empty ok 4 - can't read without a file ok 5 - error string of object 1 is set ok 6 - global error string equals that of object 1 ok 7 - the class error method returns the global error ok 8 - error string of object 2 is still empty ok 9 - error when opening src\short\b ok 10 - error string of object 1 is set ok 11 - error strings of objects 1 and 2 differ ok 12 - global error string equals that of object 2 ok 13 - the class error method returns the global error 1..13 ok t/90_symlink.t .......... skipped: Skipping tests on this platform t/99_pod.t .............. 1..3 ok 1 - POD test for ..\blib\lib\Archive\Tar.pm ok 2 - POD test for ..\blib\lib\Archive\Tar\Constant.pm (no pod) ok 3 - POD test for ..\blib\lib\Archive\Tar\File.pm ok All tests successful. Files=8, Tests=1105, 4 wallclock secs ( 0.28 usr + 0.09 sys = 0.38 CPU) Result: PASS BINGOS/Archive-Tar-1.74.tar.gz nmake test TEST_VERBOSE=1 -- OK Chris Williams <chris@bingosnet.co.uk> Manipulates TAR archives >>> (cd C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl && tar cvf - Archive-Tar-1.74.ppd blib) | gzip -c >C:/cpanfly-5.12/var/REPO/B/BI/BINGOS/Archive-Tar-1.74.tar.gz Archive-Tar-1.74.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 blib/script/ptargrep blib/script/ptargrep.bat >>> mv C:\cpanfly-5.12\var\cpan\build\Archive-Tar-1.74-IzoRdl/Archive-Tar-1.74.ppd C:/cpanfly-5.12/var/REPO/B/BI/BINGOS Megalib: DBI object version 1.609 does not match $DBI::VERSION 1.611 at C:/Perl-5.12/lib/DynaLoader.pm line 224. BEGIN failed--compilation aborted at C:/cpanfly-5.12/var/megalib/DBI.pm line 265. Compilation failed in require at C:\cpanfly-5.12\lib/ActivePerl/PPM/InstallArea.pm line 690. ...propagated at C:\cpanfly-5.12\lib/ActivePerl/PPM/DBH.pm line 11. Compilation failed in require at C:\cpanfly-5.12\lib/Fly/MakePPD.pm line 285. Finished 2010-12-18T21:00:59