Up/Downgrade not needed. Checking if your kit is complete... Looks good Writing Makefile for IO::Compress::Zlib cp lib/IO/Uncompress/Gunzip.pm blib/lib/IO/Uncompress/Gunzip.pm cp lib/IO/Compress/Deflate.pm blib/lib/IO/Compress/Deflate.pm cp lib/IO/Compress/Zip/Constants.pm blib/lib/IO/Compress/Zip/Constants.pm cp lib/IO/Compress/Gzip.pm blib/lib/IO/Compress/Gzip.pm cp lib/IO/Compress/Zlib/Constants.pm blib/lib/IO/Compress/Zlib/Constants.pm cp lib/IO/Compress/Gzip/Constants.pm blib/lib/IO/Compress/Gzip/Constants.pm cp lib/IO/Compress/Adapter/Deflate.pm blib/lib/IO/Compress/Adapter/Deflate.pm cp lib/IO/Compress/Zip.pm blib/lib/IO/Compress/Zip.pm cp lib/IO/Uncompress/Adapter/Identity.pm blib/lib/IO/Uncompress/Adapter/Identity.pm cp lib/IO/Uncompress/AnyInflate.pm blib/lib/IO/Uncompress/AnyInflate.pm cp lib/IO/Compress/Zlib/Extra.pm blib/lib/IO/Compress/Zlib/Extra.pm cp lib/IO/Uncompress/Adapter/Inflate.pm blib/lib/IO/Uncompress/Adapter/Inflate.pm cp lib/IO/Uncompress/RawInflate.pm blib/lib/IO/Uncompress/RawInflate.pm cp lib/IO/Uncompress/Unzip.pm blib/lib/IO/Uncompress/Unzip.pm cp lib/IO/Compress/RawDeflate.pm blib/lib/IO/Compress/RawDeflate.pm cp lib/IO/Uncompress/Inflate.pm blib/lib/IO/Uncompress/Inflate.pm cp lib/IO/Compress/Adapter/Identity.pm blib/lib/IO/Compress/Adapter/Identity.pm Manifying blib/man3/IO::Uncompress::Gunzip.3 Manifying blib/man3/IO::Compress::Deflate.3 Manifying blib/man3/IO::Compress::Gzip.3 Manifying blib/man3/IO::Uncompress::Unzip.3 Manifying blib/man3/IO::Uncompress::RawInflate.3 Manifying blib/man3/IO::Compress::RawDeflate.3 Manifying blib/man3/IO::Uncompress::Inflate.3 Manifying blib/man3/IO::Compress::Zip.3 Manifying blib/man3/IO::Uncompress::AnyInflate.3 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/000prereq.....................1..7 ok 1 - use Compress::Raw::Zlib; ok 2 - use IO::Compress::Base; ok 3 - use IO::Uncompress::Base; ok 4 - IO::Compress::Adapter::Bzip2 not available ok 5 - IO::Compress::Bzip2 not available ok 6 - IO::Uncompress::Adapter::Bunzip2 not available ok 7 - no warnings ok t/001zlib-generic-deflate.......1..50 ok 1 - Testing IO::Compress::Deflate Errors ok 2 - Testing IO::Uncompress::Inflate Errors ok 3 - Testing IO::Compress::Deflate and IO::Uncompress::Inflate ok 4 - flush ok 5 ok 6 - write ok 7 - flush ok 8 - close ok 9 ok 10 - read returned 0 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 - inflateSync on plain file ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 - IO::Compress::Deflate: inflateSync for real ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 - inflateSync returned 1 ok 36 ok 37 - got expected output ok 38 ok 39 - IO::Compress::Deflate: inflateSync no FLUSH point ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 - no warnings ok t/001zlib-generic-gzip..........1..50 ok 1 - Testing IO::Compress::Gzip Errors ok 2 - Testing IO::Uncompress::Gunzip Errors ok 3 - Testing IO::Compress::Gzip and IO::Uncompress::Gunzip ok 4 - flush ok 5 ok 6 - write ok 7 - flush ok 8 - close ok 9 ok 10 - read returned 0 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 - inflateSync on plain file ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 - IO::Compress::Gzip: inflateSync for real ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 - inflateSync returned 1 ok 36 ok 37 - got expected output ok 38 ok 39 - IO::Compress::Gzip: inflateSync no FLUSH point ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 - no warnings ok t/001zlib-generic-rawdeflate....1..50 ok 1 - Testing IO::Compress::RawDeflate Errors ok 2 - Testing IO::Uncompress::RawInflate Errors ok 3 - Testing IO::Compress::RawDeflate and IO::Uncompress::RawInflate ok 4 - flush ok 5 ok 6 - write ok 7 - flush ok 8 - close ok 9 ok 10 - read returned 0 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 - inflateSync on plain file ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 - IO::Compress::RawDeflate: inflateSync for real ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 - inflateSync returned 1 ok 36 ok 37 - got expected output ok 38 ok 39 - IO::Compress::RawDeflate: inflateSync no FLUSH point ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 - no warnings ok t/001zlib-generic-zip...........1..50 ok 1 - Testing IO::Compress::Zip Errors ok 2 - Testing IO::Uncompress::Unzip Errors ok 3 - Testing IO::Compress::Zip and IO::Uncompress::Unzip ok 4 - flush ok 5 ok 6 - write ok 7 - flush ok 8 - close ok 9 ok 10 - read returned 0 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 - inflateSync on plain file ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 - IO::Compress::Zip: inflateSync for real ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 - inflateSync returned 1 ok 36 ok 37 - got expected output ok 38 ok 39 - IO::Compress::Zip: inflateSync no FLUSH point ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 - no warnings ok t/002any-deflate................1..49 ok 1 - AnyInflate(Transparent => 0, File=>0) with IO::Compress::Deflate ok 2 - create IO::Compress::Deflate object ok 3 - write to object ok 4 - close ok ok 5 - Created AnyInflate object ok 6 - at eof ok 7 - at eof ok 8 - expected output ok 9 - Created AnyInflate object ok 10 - at eof ok 11 - at eof ok 12 - expected output ok 13 - AnyInflate(Transparent => 0, File=>1) with IO::Compress::Deflate ok 14 - create IO::Compress::Deflate object ok 15 - write to object ok 16 - close ok ok 17 - Created AnyInflate object ok 18 - at eof ok 19 - at eof ok 20 - expected output ok 21 - Created AnyInflate object ok 22 - at eof ok 23 - at eof ok 24 - expected output ok 25 - AnyInflate(Transparent => 1, File=>0) with IO::Compress::Deflate ok 26 - create IO::Compress::Deflate object ok 27 - write to object ok 28 - close ok ok 29 - Created AnyInflate object ok 30 - at eof ok 31 - at eof ok 32 - expected output ok 33 - Created AnyInflate object ok 34 - at eof ok 35 - at eof ok 36 - expected output ok 37 - AnyInflate(Transparent => 1, File=>1) with IO::Compress::Deflate ok 38 - create IO::Compress::Deflate object ok 39 - write to object ok 40 - close ok ok 41 - Created AnyInflate object ok 42 - at eof ok 43 - at eof ok 44 - expected output ok 45 - Created AnyInflate object ok 46 - at eof ok 47 - at eof ok 48 - expected output ok 49 - no warnings ok t/002any-gzip...................1..49 ok 1 - AnyInflate(Transparent => 0, File=>0) with IO::Compress::Gzip ok 2 - create IO::Compress::Gzip object ok 3 - write to object ok 4 - close ok ok 5 - Created AnyInflate object ok 6 - at eof ok 7 - at eof ok 8 - expected output ok 9 - Created AnyInflate object ok 10 - at eof ok 11 - at eof ok 12 - expected output ok 13 - AnyInflate(Transparent => 0, File=>1) with IO::Compress::Gzip ok 14 - create IO::Compress::Gzip object ok 15 - write to object ok 16 - close ok ok 17 - Created AnyInflate object ok 18 - at eof ok 19 - at eof ok 20 - expected output ok 21 - Created AnyInflate object ok 22 - at eof ok 23 - at eof ok 24 - expected output ok 25 - AnyInflate(Transparent => 1, File=>0) with IO::Compress::Gzip ok 26 - create IO::Compress::Gzip object ok 27 - write to object ok 28 - close ok ok 29 - Created AnyInflate object ok 30 - at eof ok 31 - at eof ok 32 - expected output ok 33 - Created AnyInflate object ok 34 - at eof ok 35 - at eof ok 36 - expected output ok 37 - AnyInflate(Transparent => 1, File=>1) with IO::Compress::Gzip ok 38 - create IO::Compress::Gzip object ok 39 - write to object ok 40 - close ok ok 41 - Created AnyInflate object ok 42 - at eof ok 43 - at eof ok 44 - expected output ok 45 - Created AnyInflate object ok 46 - at eof ok 47 - at eof ok 48 - expected output ok 49 - no warnings ok t/002any-rawdeflate.............1..49 ok 1 - AnyInflate(Transparent => 0, File=>0) with IO::Compress::RawDeflate ok 2 - create IO::Compress::RawDeflate object ok 3 - write to object ok 4 - close ok ok 5 - Created AnyInflate object ok 6 - at eof ok 7 - at eof ok 8 - expected output ok 9 - Created AnyInflate object ok 10 - at eof ok 11 - at eof ok 12 - expected output ok 13 - AnyInflate(Transparent => 0, File=>1) with IO::Compress::RawDeflate ok 14 - create IO::Compress::RawDeflate object ok 15 - write to object ok 16 - close ok ok 17 - Created AnyInflate object ok 18 - at eof ok 19 - at eof ok 20 - expected output ok 21 - Created AnyInflate object ok 22 - at eof ok 23 - at eof ok 24 - expected output ok 25 - AnyInflate(Transparent => 1, File=>0) with IO::Compress::RawDeflate ok 26 - create IO::Compress::RawDeflate object ok 27 - write to object ok 28 - close ok ok 29 - Created AnyInflate object ok 30 - at eof ok 31 - at eof ok 32 - expected output ok 33 - Created AnyInflate object ok 34 - at eof ok 35 - at eof ok 36 - expected output ok 37 - AnyInflate(Transparent => 1, File=>1) with IO::Compress::RawDeflate ok 38 - create IO::Compress::RawDeflate object ok 39 - write to object ok 40 - close ok ok 41 - Created AnyInflate object ok 42 - at eof ok 43 - at eof ok 44 - expected output ok 45 - Created AnyInflate object ok 46 - at eof ok 47 - at eof ok 48 - expected output ok 49 - no warnings ok t/002any-transparent............1..16 ok 1 - use IO::Uncompress::AnyInflate; ok 2 - AnyInflate with Non-compressed data (File 0) ok 3 - no AnyInflate object when -Transparent => 0 ok 4 ok 5 - AnyInflate object when -Transparent => 1 ok 6 ok 7 ok 8 ok 9 - AnyInflate with Non-compressed data (File 1) ok 10 - no AnyInflate object when -Transparent => 0 ok 11 ok 12 - AnyInflate object when -Transparent => 1 ok 13 ok 14 ok 15 ok 16 - no warnings ok t/002any-zip....................1..49 ok 1 - AnyInflate(Transparent => 0, File=>0) with IO::Compress::Zip ok 2 - create IO::Compress::Zip object ok 3 - write to object ok 4 - close ok ok 5 - Created AnyInflate object ok 6 - at eof ok 7 - at eof ok 8 - expected output ok 9 - Created AnyInflate object ok 10 - at eof ok 11 - at eof ok 12 - expected output ok 13 - AnyInflate(Transparent => 0, File=>1) with IO::Compress::Zip ok 14 - create IO::Compress::Zip object ok 15 - write to object ok 16 - close ok ok 17 - Created AnyInflate object ok 18 - at eof ok 19 - at eof ok 20 - expected output ok 21 - Created AnyInflate object ok 22 - at eof ok 23 - at eof ok 24 - expected output ok 25 - AnyInflate(Transparent => 1, File=>0) with IO::Compress::Zip ok 26 - create IO::Compress::Zip object ok 27 - write to object ok 28 - close ok ok 29 - Created AnyInflate object ok 30 - at eof ok 31 - at eof ok 32 - expected output ok 33 - Created AnyInflate object ok 34 - at eof ok 35 - at eof ok 36 - expected output ok 37 - AnyInflate(Transparent => 1, File=>1) with IO::Compress::Zip ok 38 - create IO::Compress::Zip object ok 39 - write to object ok 40 - close ok ok 41 - Created AnyInflate object ok 42 - at eof ok 43 - at eof ok 44 - expected output ok 45 - Created AnyInflate object ok 46 - at eof ok 47 - at eof ok 48 - expected output ok 49 - no warnings ok t/004gziphdr....................1..911 ok 1 - use Compress::Raw::Zlib; ok 2 - use IO::Compress::Gzip::Constants; ok 3 - use IO::Compress::Gzip; ok 4 - use IO::Uncompress::Gunzip; ok 5 - Check Defaults ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 - Check name can be different from filename ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 - Check Time defaults to now ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 - can have null extrafield ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 ok 83 - can have undef name, comment, time and extrafield ok 84 ok 85 ok 86 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 ok 94 ok 95 ok 96 ok 97 ok 98 ok 99 ok 100 - Comment with 0D ok 101 ok 102 ok 103 ok 104 ok 105 ok 106 ok 107 ok 108 ok 109 ok 110 ok 111 ok 112 ok 113 ok 114 ok 115 ok 116 ok 117 ok 118 ok 119 ok 120 ok 121 - Comment with 0A ok 122 ok 123 ok 124 ok 125 ok 126 ok 127 ok 128 ok 129 ok 130 ok 131 ok 132 ok 133 ok 134 ok 135 ok 136 ok 137 ok 138 ok 139 ok 140 ok 141 ok 142 - Comment with 0A0D ok 143 ok 144 ok 145 ok 146 ok 147 ok 148 ok 149 ok 150 ok 151 ok 152 ok 153 ok 154 ok 155 ok 156 ok 157 ok 158 ok 159 ok 160 ok 161 ok 162 ok 163 - Comment with 0D0A ok 164 ok 165 ok 166 ok 167 ok 168 ok 169 ok 170 ok 171 ok 172 ok 173 ok 174 ok 175 ok 176 ok 177 ok 178 ok 179 ok 180 ok 181 ok 182 ok 183 ok 184 - Comment with 0A0A ok 185 ok 186 ok 187 ok 188 ok 189 ok 190 ok 191 ok 192 ok 193 ok 194 ok 195 ok 196 ok 197 ok 198 ok 199 ok 200 ok 201 ok 202 ok 203 ok 204 ok 205 - Comment with 0D0D ok 206 ok 207 ok 208 ok 209 ok 210 ok 211 ok 212 ok 213 ok 214 ok 215 ok 216 ok 217 ok 218 ok 219 ok 220 ok 221 ok 222 ok 223 ok 224 ok 225 ok 226 - Check crchdr ok 227 ok 228 ok 229 ok 230 ok 231 ok 232 ok 233 ok 234 ok 235 ok 236 ok 237 ok 238 ok 239 ok 240 ok 241 ok 242 ok 243 - Check ExtraFlags ok 244 ok 245 ok 246 ok 247 ok 248 ok 249 ok 250 ok 251 ok 252 ok 253 ok 254 ok 255 ok 256 ok 257 ok 258 ok 259 ok 260 ok 261 ok 262 ok 263 ok 264 ok 265 ok 266 ok 267 ok 268 ok 269 ok 270 ok 271 ok 272 ok 273 ok 274 ok 275 ok 276 ok 277 ok 278 ok 279 ok 280 ok 281 ok 282 ok 283 ok 284 ok 285 ok 286 ok 287 ok 288 ok 289 - OS Code ok 290 - Trap OS Code '-1' ok 291 - Trap OS Code 'undef' ok 292 - Trap OS Code '' ok 293 - Trap OS Code 'fred' ok 294 - Trap OS Code 256 ok 295 - Trap OS Code 256 ok 296 ok 297 ok 298 ok 299 ok 300 ok 301 ok 302 ok 303 ok 304 - Code is 0 ok 305 ok 306 ok 307 ok 308 ok 309 ok 310 ok 311 ok 312 ok 313 - Code is 1 ok 314 ok 315 ok 316 ok 317 ok 318 ok 319 ok 320 ok 321 ok 322 - Code is 12 ok 323 ok 324 ok 325 ok 326 ok 327 ok 328 ok 329 ok 330 ok 331 - Code is 254 ok 332 ok 333 ok 334 ok 335 ok 336 ok 337 ok 338 ok 339 ok 340 - Code is 255 ok 341 - Check ExtraField ok 342 ok 343 ok 344 ok 345 ok 346 ok 347 ok 348 ok 349 ok 350 ok 351 ok 352 ok 353 ok 354 ok 355 ok 356 ok 357 ok 358 ok 359 ok 360 ok 361 ok 362 ok 363 ok 364 ok 365 ok 366 ok 367 ok 368 ok 369 ok 370 ok 371 ok 372 ok 373 ok 374 ok 375 ok 376 ok 377 ok 378 ok 379 ok 380 ok 381 ok 382 ok 383 ok 384 ok 385 ok 386 ok 387 ok 388 ok 389 ok 390 ok 391 ok 392 ok 393 ok 394 ok 395 ok 396 ok 397 ok 398 ok 399 ok 400 ok 401 ok 402 ok 403 ok 404 ok 405 ok 406 ok 407 ok 408 ok 409 ok 410 ok 411 ok 412 ok 413 ok 414 ok 415 ok 416 ok 417 ok 418 ok 419 ok 420 ok 421 ok 422 ok 423 ok 424 ok 425 ok 426 ok 427 ok 428 ok 429 ok 430 ok 431 ok 432 ok 433 ok 434 ok 435 ok 436 ok 437 ok 438 ok 439 ok 440 ok 441 ok 442 ok 443 ok 444 ok 445 ok 446 ok 447 ok 448 ok 449 ok 450 ok 451 ok 452 ok 453 ok 454 ok 455 ok 456 ok 457 ok 458 ok 459 ok 460 ok 461 ok 462 - Write Invalid ExtraField ok 463 ok 464 ok 465 ok 466 ok 467 ok 468 ok 469 ok 470 ok 471 ok 472 ok 473 ok 474 ok 475 ok 476 ok 477 ok 478 ok 479 ok 480 ok 481 ok 482 ok 483 ok 484 ok 485 ok 486 ok 487 ok 488 ok 489 ok 490 ok 491 ok 492 ok 493 ok 494 ok 495 ok 496 ok 497 ok 498 ok 499 ok 500 ok 501 ok 502 ok 503 ok 504 ok 505 - Read Corrupt ExtraField - Sub-field truncated ok 506 - Sub-field truncated ok 507 - Sub-field truncated ok 508 - IO::Compress::Gzip fails ok 509 - Sub-field truncated ok 510 ok 511 ok 512 ok 513 ok 514 ok 515 ok 516 ok 517 - Read Corrupt ExtraField - Length of field incorrect ok 518 - Length of field incorrect ok 519 - Length of field incorrect ok 520 - IO::Compress::Gzip fails ok 521 - Length of field incorrect ok 522 ok 523 ok 524 ok 525 ok 526 ok 527 ok 528 ok 529 - Read Corrupt ExtraField - Length of 2nd field incorrect ok 530 - Length of 2nd field incorrect ok 531 - Length of 2nd field incorrect ok 532 - IO::Compress::Gzip fails ok 533 - Length of 2nd field incorrect ok 534 ok 535 ok 536 ok 537 ok 538 ok 539 ok 540 ok 541 - Read Corrupt ExtraField - Length of 2nd field incorrect ok 542 - Length of 2nd field incorrect ok 543 - Length of 2nd field incorrect ok 544 - IO::Compress::Gzip fails ok 545 - Length of 2nd field incorrect ok 546 ok 547 ok 548 ok 549 ok 550 ok 551 ok 552 ok 553 - Check Minimal ok 554 ok 555 ok 556 ok 557 ok 558 ok 559 ok 560 ok 561 ok 562 ok 563 ok 564 ok 565 ok 566 ok 567 ok 568 ok 569 ok 570 ok 571 ok 572 ok 573 ok 574 ok 575 ok 576 ok 577 ok 578 ok 579 ok 580 ok 581 ok 582 ok 583 ok 584 ok 585 ok 586 ok 587 ok 588 ok 589 ok 590 ok 591 ok 592 ok 593 ok 594 ok 595 - Header Corruption - Fingerprint wrong 1st byte ok 596 ok 597 ok 598 - Header Corruption - Fingerprint wrong 2nd byte ok 599 ok 600 ok 601 - Header Corruption - CM not 8 ok 602 ok 603 ok 604 - Header Corruption - Use of Reserved Flags ok 605 ok 606 ok 607 - Header Corruption - Fail HeaderCRC ok 608 ok 609 ok 610 - ExtraField max raw size ok 611 - Created IO::Compress::Gzip object ok 612 - Created IO::Uncompress::Gunzip object ok 613 ok 614 ok 615 - Header Corruption - ExtraField too big ok 616 ok 617 ok 618 - Header Corruption - Create Name with Illegal Chars ok 619 ok 620 ok 621 ok 622 ok 623 ok 624 ok 625 ok 626 ok 627 - Header Corruption - Null Chars in Name ok 628 ok 629 ok 630 ok 631 ok 632 ok 633 ok 634 ok 635 ok 636 - Header Corruption - Create Comment with Illegal Chars ok 637 ok 638 ok 639 ok 640 ok 641 ok 642 ok 643 ok 644 ok 645 - Header Corruption - Null Char in Comment ok 646 ok 647 ok 648 ok 649 ok 650 ok 651 ok 652 ok 653 ok 654 - Header Corruption - Truncated in Extra ok 655 ok 656 ok 657 ok 658 ok 659 ok 660 - Header Corruption - Truncated in Extra ok 661 ok 662 ok 663 ok 664 ok 665 ok 666 - Header Corruption - Truncated in Extra ok 667 ok 668 ok 669 ok 670 ok 671 ok 672 - Header Corruption - Truncated in Name ok 673 ok 674 ok 675 ok 676 ok 677 ok 678 - Header Corruption - Truncated in Name ok 679 ok 680 ok 681 ok 682 ok 683 ok 684 - Header Corruption - Truncated in Name ok 685 ok 686 ok 687 ok 688 ok 689 ok 690 - Header Corruption - Truncated in Name ok 691 ok 692 ok 693 ok 694 ok 695 ok 696 - Header Corruption - Truncated in Comment ok 697 ok 698 ok 699 ok 700 ok 701 ok 702 - Header Corruption - Truncated in Comment ok 703 ok 704 ok 705 ok 706 ok 707 ok 708 - Header Corruption - Truncated in Comment ok 709 ok 710 ok 711 ok 712 ok 713 ok 714 - Header Corruption - Truncated in Comment ok 715 ok 716 ok 717 ok 718 ok 719 ok 720 - Header Corruption - Truncated in Comment ok 721 ok 722 ok 723 ok 724 ok 725 ok 726 - Header Corruption - Truncated in Comment ok 727 ok 728 ok 729 ok 730 ok 731 ok 732 - Header Corruption - Truncated in Comment ok 733 ok 734 ok 735 ok 736 ok 737 ok 738 - Header Corruption - Truncated in CRC ok 739 ok 740 ok 741 ok 742 ok 743 ok 744 - Header Corruption - Truncated in CRC ok 745 ok 746 ok 747 ok 748 ok 749 ok 750 ok 751 ok 752 ok 753 ok 754 ok 755 ok 756 - Trailer Corruption - Trailer truncated to 0 bytes ok 757 ok 758 ok 759 ok 760 ok 761 ok 762 ok 763 ok 764 ok 765 ok 766 ok 767 ok 768 ok 769 ok 770 - Trailer Corruption - Trailer truncated to 1 bytes ok 771 ok 772 ok 773 ok 774 ok 775 ok 776 ok 777 ok 778 ok 779 ok 780 ok 781 ok 782 ok 783 ok 784 - Trailer Corruption - Trailer truncated to 2 bytes ok 785 ok 786 ok 787 ok 788 ok 789 ok 790 ok 791 ok 792 ok 793 ok 794 ok 795 ok 796 ok 797 ok 798 - Trailer Corruption - Trailer truncated to 3 bytes ok 799 ok 800 ok 801 ok 802 ok 803 ok 804 ok 805 ok 806 ok 807 ok 808 ok 809 ok 810 ok 811 ok 812 - Trailer Corruption - Trailer truncated to 4 bytes ok 813 ok 814 ok 815 ok 816 ok 817 ok 818 ok 819 ok 820 ok 821 ok 822 ok 823 ok 824 ok 825 ok 826 - Trailer Corruption - Trailer truncated to 5 bytes ok 827 ok 828 ok 829 ok 830 ok 831 ok 832 ok 833 ok 834 ok 835 ok 836 ok 837 ok 838 ok 839 ok 840 - Trailer Corruption - Trailer truncated to 6 bytes ok 841 ok 842 ok 843 ok 844 ok 845 ok 846 ok 847 ok 848 ok 849 ok 850 ok 851 ok 852 ok 853 ok 854 - Trailer Corruption - Trailer truncated to 7 bytes ok 855 ok 856 ok 857 ok 858 ok 859 ok 860 ok 861 ok 862 ok 863 ok 864 ok 865 ok 866 ok 867 ok 868 - Trailer Corruption - Length Wrong, CRC Correct ok 869 ok 870 ok 871 ok 872 ok 873 ok 874 ok 875 ok 876 ok 877 ok 878 ok 879 ok 880 ok 881 ok 882 ok 883 - Trailer Corruption - Length Correct, CRC Wrong ok 884 ok 885 ok 886 ok 887 ok 888 ok 889 ok 890 ok 891 ok 892 ok 893 ok 894 ok 895 ok 896 ok 897 ok 898 - Trailer Corruption - Length Wrong, CRC Wrong ok 899 ok 900 ok 901 ok 902 ok 903 ok 904 ok 905 ok 906 ok 907 ok 908 ok 909 ok 910 ok 911 - no warnings ok t/005defhdr.....................1..596 ok 1 - use Compress::Raw::Zlib; ok 2 - use IO::Compress::Deflate; ok 3 - use IO::Uncompress::Inflate; ok 4 - use IO::Compress::Zlib::Constants; ok 5 - Check default header settings ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 - CM is 8 ok 17 - FDICT is 0 ok 18 - Check user-defined header settings match zlib ok 19 - Set -Level => 0 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 - CM is 8 ok 41 - CINFO is 7 ok 42 - FDICT is 0 ok 43 - FLEVEL is 0 ok 44 - CM matches ok 45 - CINFO matches ok 46 - FDICT matches ok 47 - FLEVEL matches ok 48 - FCHECK matches ok 49 - Set -Level => 1 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 - CM is 8 ok 71 - CINFO is 7 ok 72 - FDICT is 0 ok 73 - FLEVEL is 0 ok 74 - CM matches ok 75 - CINFO matches ok 76 - FDICT matches ok 77 - FLEVEL matches ok 78 - FCHECK matches ok 79 - Set -Level => 2 ok 80 ok 81 ok 82 ok 83 ok 84 ok 85 ok 86 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 ok 94 ok 95 ok 96 ok 97 ok 98 ok 99 ok 100 - CM is 8 ok 101 - CINFO is 7 ok 102 - FDICT is 0 ok 103 - FLEVEL is 1 ok 104 - CM matches ok 105 - CINFO matches ok 106 - FDICT matches ok 107 - FLEVEL matches ok 108 - FCHECK matches ok 109 - Set -Level => 3 ok 110 ok 111 ok 112 ok 113 ok 114 ok 115 ok 116 ok 117 ok 118 ok 119 ok 120 ok 121 ok 122 ok 123 ok 124 ok 125 ok 126 ok 127 ok 128 ok 129 ok 130 - CM is 8 ok 131 - CINFO is 7 ok 132 - FDICT is 0 ok 133 - FLEVEL is 1 ok 134 - CM matches ok 135 - CINFO matches ok 136 - FDICT matches ok 137 - FLEVEL matches ok 138 - FCHECK matches ok 139 - Set -Level => 4 ok 140 ok 141 ok 142 ok 143 ok 144 ok 145 ok 146 ok 147 ok 148 ok 149 ok 150 ok 151 ok 152 ok 153 ok 154 ok 155 ok 156 ok 157 ok 158 ok 159 ok 160 - CM is 8 ok 161 - CINFO is 7 ok 162 - FDICT is 0 ok 163 - FLEVEL is 1 ok 164 - CM matches ok 165 - CINFO matches ok 166 - FDICT matches ok 167 - FLEVEL matches ok 168 - FCHECK matches ok 169 - Set -Level => 5 ok 170 ok 171 ok 172 ok 173 ok 174 ok 175 ok 176 ok 177 ok 178 ok 179 ok 180 ok 181 ok 182 ok 183 ok 184 ok 185 ok 186 ok 187 ok 188 ok 189 ok 190 - CM is 8 ok 191 - CINFO is 7 ok 192 - FDICT is 0 ok 193 - FLEVEL is 1 ok 194 - CM matches ok 195 - CINFO matches ok 196 - FDICT matches ok 197 - FLEVEL matches ok 198 - FCHECK matches ok 199 - Set -Level => 6 ok 200 ok 201 ok 202 ok 203 ok 204 ok 205 ok 206 ok 207 ok 208 ok 209 ok 210 ok 211 ok 212 ok 213 ok 214 ok 215 ok 216 ok 217 ok 218 ok 219 ok 220 - CM is 8 ok 221 - CINFO is 7 ok 222 - FDICT is 0 ok 223 - FLEVEL is 2 ok 224 - CM matches ok 225 - CINFO matches ok 226 - FDICT matches ok 227 - FLEVEL matches ok 228 - FCHECK matches ok 229 - Set -Level => 7 ok 230 ok 231 ok 232 ok 233 ok 234 ok 235 ok 236 ok 237 ok 238 ok 239 ok 240 ok 241 ok 242 ok 243 ok 244 ok 245 ok 246 ok 247 ok 248 ok 249 ok 250 - CM is 8 ok 251 - CINFO is 7 ok 252 - FDICT is 0 ok 253 - FLEVEL is 3 ok 254 - CM matches ok 255 - CINFO matches ok 256 - FDICT matches ok 257 - FLEVEL matches ok 258 - FCHECK matches ok 259 - Set -Level => 8 ok 260 ok 261 ok 262 ok 263 ok 264 ok 265 ok 266 ok 267 ok 268 ok 269 ok 270 ok 271 ok 272 ok 273 ok 274 ok 275 ok 276 ok 277 ok 278 ok 279 ok 280 - CM is 8 ok 281 - CINFO is 7 ok 282 - FDICT is 0 ok 283 - FLEVEL is 3 ok 284 - CM matches ok 285 - CINFO matches ok 286 - FDICT matches ok 287 - FLEVEL matches ok 288 - FCHECK matches ok 289 - Set -Level => 9 ok 290 ok 291 ok 292 ok 293 ok 294 ok 295 ok 296 ok 297 ok 298 ok 299 ok 300 ok 301 ok 302 ok 303 ok 304 ok 305 ok 306 ok 307 ok 308 ok 309 ok 310 - CM is 8 ok 311 - CINFO is 7 ok 312 - FDICT is 0 ok 313 - FLEVEL is 3 ok 314 - CM matches ok 315 - CINFO matches ok 316 - FDICT matches ok 317 - FLEVEL matches ok 318 - FCHECK matches ok 319 - Set -Level => 0 ok 320 ok 321 ok 322 ok 323 ok 324 ok 325 ok 326 ok 327 ok 328 ok 329 ok 330 ok 331 ok 332 ok 333 ok 334 ok 335 ok 336 ok 337 ok 338 ok 339 ok 340 - CM is 8 ok 341 - CINFO is 7 ok 342 - FDICT is 0 ok 343 - FLEVEL is 0 ok 344 - CM matches ok 345 - CINFO matches ok 346 - FDICT matches ok 347 - FLEVEL matches ok 348 - FCHECK matches ok 349 - Set -Level => 1 ok 350 ok 351 ok 352 ok 353 ok 354 ok 355 ok 356 ok 357 ok 358 ok 359 ok 360 ok 361 ok 362 ok 363 ok 364 ok 365 ok 366 ok 367 ok 368 ok 369 ok 370 - CM is 8 ok 371 - CINFO is 7 ok 372 - FDICT is 0 ok 373 - FLEVEL is 0 ok 374 - CM matches ok 375 - CINFO matches ok 376 - FDICT matches ok 377 - FLEVEL matches ok 378 - FCHECK matches ok 379 - Set -Level => 9 ok 380 ok 381 ok 382 ok 383 ok 384 ok 385 ok 386 ok 387 ok 388 ok 389 ok 390 ok 391 ok 392 ok 393 ok 394 ok 395 ok 396 ok 397 ok 398 ok 399 ok 400 - CM is 8 ok 401 - CINFO is 7 ok 402 - FDICT is 0 ok 403 - FLEVEL is 3 ok 404 - CM matches ok 405 - CINFO matches ok 406 - FDICT matches ok 407 - FLEVEL matches ok 408 - FCHECK matches ok 409 - Set -Level => -1 ok 410 ok 411 ok 412 ok 413 ok 414 ok 415 ok 416 ok 417 ok 418 ok 419 ok 420 ok 421 ok 422 ok 423 ok 424 ok 425 ok 426 ok 427 ok 428 ok 429 ok 430 - CM is 8 ok 431 - CINFO is 7 ok 432 - FDICT is 0 ok 433 - FLEVEL is 2 ok 434 - CM matches ok 435 - CINFO matches ok 436 - FDICT matches ok 437 - FLEVEL matches ok 438 - FCHECK matches ok 439 - Set -Strategy => 2 ok 440 ok 441 ok 442 ok 443 ok 444 ok 445 ok 446 ok 447 ok 448 ok 449 ok 450 ok 451 ok 452 ok 453 ok 454 ok 455 ok 456 ok 457 ok 458 ok 459 ok 460 - CM is 8 ok 461 - CINFO is 7 ok 462 - FDICT is 0 ok 463 - FLEVEL is 0 ok 464 - CM matches ok 465 - CINFO matches ok 466 - FDICT matches ok 467 - FLEVEL matches ok 468 - FCHECK matches ok 469 - Set -Strategy => 2 -Level => 3 ok 470 ok 471 ok 472 ok 473 ok 474 ok 475 ok 476 ok 477 ok 478 ok 479 ok 480 ok 481 ok 482 ok 483 ok 484 ok 485 ok 486 ok 487 ok 488 ok 489 ok 490 - CM is 8 ok 491 - CINFO is 7 ok 492 - FDICT is 0 ok 493 - FLEVEL is 0 ok 494 - CM matches ok 495 - CINFO matches ok 496 - FDICT matches ok 497 - FLEVEL matches ok 498 - FCHECK matches ok 499 - No compressed data at all ok 500 ok 501 ok 502 ok 503 ok 504 ok 505 ok 506 ok 507 ok 508 ok 509 ok 510 - CM is 8 ok 511 - FDICT is 0 ok 512 - ADLER32 is defined ok 513 - ADLER32 is 1 ok 514 ok 515 ok 516 ok 517 - Header Corruption - FCHECK failure - 1st byte wrong ok 518 ok 519 - CRC mismatch ok 520 - Header Corruption - FCHECK failure - 2nd byte wrong ok 521 ok 522 - CRC mismatch ok 523 - Header Corruption - CM not 8 ok 524 ok 525 - Not Deflate ok 526 ok 527 ok 528 ok 529 - Trailer Corruption - Trailer truncated to 0 bytes, strict 0 ok 530 ok 531 ok 532 ok 533 ok 534 ok 535 - Trailer Corruption - Trailer truncated to 0 bytes, strict 1 ok 536 ok 537 ok 538 - Trailer Error ok 539 ok 540 ok 541 ok 542 - Trailer Corruption - Trailer truncated to 1 bytes, strict 0 ok 543 ok 544 ok 545 ok 546 ok 547 ok 548 - Trailer Corruption - Trailer truncated to 1 bytes, strict 1 ok 549 ok 550 ok 551 - Trailer Error ok 552 ok 553 ok 554 ok 555 - Trailer Corruption - Trailer truncated to 2 bytes, strict 0 ok 556 ok 557 ok 558 ok 559 ok 560 ok 561 - Trailer Corruption - Trailer truncated to 2 bytes, strict 1 ok 562 ok 563 ok 564 - Trailer Error ok 565 ok 566 ok 567 ok 568 - Trailer Corruption - Trailer truncated to 3 bytes, strict 0 ok 569 ok 570 ok 571 ok 572 ok 573 ok 574 - Trailer Corruption - Trailer truncated to 3 bytes, strict 1 ok 575 ok 576 ok 577 - Trailer Error ok 578 ok 579 ok 580 ok 581 - Trailer Corruption - CRC Wrong, strict ok 582 ok 583 ok 584 - Trailer Error: CRC mismatch ok 585 ok 586 ok 587 ok 588 ok 589 - Trailer Corruption - CRC Wrong, no strict ok 590 ok 591 ok 592 ok 593 ok 594 ok 595 ok 596 - no warnings ok t/010examples...................1..20 ok 1 - gzcat - command line ok 2 - exit status is 0 ok 3 - no stderr ok 4 - expected content is ok ok 5 - gzcat - stdin ok 6 - exit status is 0 ok 7 - no stderr ok 8 - expected content is ok ok 9 - gzgrep ok 10 - exit status is 0 ok 11 - no stderr ok 12 - expected content is ok ok 13 - gzstream ok 14 - exit status is 0 ok 15 - no stderr ok 16 - gzcat ok 17 - exit status is 0 ok 18 - no stderr ok 19 - expected content is ok ok 20 - no warnings ok t/020isize......................1..0 # Skip Lengthy Tests Disabled # set COMPRESS_ZLIB_RUN_ALL to run this test suite skipped all skipped: Lengthy Tests Disabled t/050interop-gzip...............1..8 ok 1 - use IO::Compress::Gzip; ok 2 - use IO::Uncompress::Gunzip; ok 3 - Test interop with /usr/local/bin/gzip ok 4 - writeWithGzip ok ok 5 - got content ok 6 - readWithGzip ok ok 7 - got content ok 8 - no warnings ok t/100generic-deflate............1..671 ok 1 - Testing IO::Compress::Deflate Errors ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 - Testing IO::Uncompress::Inflate Errors ok 12 ok 13 ok 14 - tst00000.tmp does not exist ok 15 ok 16 ok 17 ok 18 ok 19 - Testing IO::Compress::Deflate and IO::Uncompress::Inflate ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 - autoflush ok 30 - autoflush ok 31 - opened ok 32 - write ok 33 - flush ok 34 - close ok 35 - ! opened ok 36 ok 37 - opened ok 38 - read returned 0 ok 39 ok 40 ok 41 - ! opened ok 42 ok 43 - Write empty string is ok ok 44 - Write undef is ok ok 45 - Write ok ok 46 - Close ok ok 47 - creates IO::Uncompress::Inflate tst00002.tmp ok 48 - close ok ok 49 - expected output ok 50 - opened file tst00003.tmp ok ok 51 - created IO::Compress::Deflate IO::File=GLOB(0x40561db0) ok 52 - fileno match ok 53 - Write empty string is ok ok 54 - Write undef is ok ok 55 - write ok ok 56 - flush ok 57 - close ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 - IO::Compress::Deflate: Input from typeglob filehandle ok 64 ok 65 - create IO::Compress::Deflate ok 66 - fileno ok 67 - Write empty string is ok ok 68 - Write undef is ok ok 69 - Write ok ok 70 - Flush ok 71 - Close ok 72 - IO::Uncompress::Inflate: Input from typeglob filehandle, append output ok 73 ok 74 ok 75 - fileno ok ok 76 - close ok 77 - expected output ok 78 - Outout to stdout via '-' ok 79 - wrote to stdout ok 80 - wrote OK ok 81 - Input from stdin via filename '-' ok 82 - redirect STDIN ok 83 - created object ok 84 - fileno ok ok 85 - close ok 86 - expected output ok 87 ok 88 ok 89 ok 90 ok 91 - Write empty string is ok ok 92 - Write undef is ok ok 93 ok 94 ok 95 ok 96 ok 97 ok 98 ok 99 ok 100 ok 101 ok 102 ok 103 ok 104 ok 105 ok 106 ok 107 ok 108 ok 109 - created IO::Compress::Deflate object ok 110 - write ok ok 111 - write ok ok 112 - write ok ok 113 - close ok ok 114 ok 115 ok 116 ok 117 ok 118 ok 119 ok 120 ok 121 ok 122 ok 123 ok 124 ok 125 ok 126 ok 127 ok 128 ok 129 ok 130 ok 131 ok 132 - tell returns 0 ok 133 - ! eof ok 134 - tell is 7 ok 135 - syswrite ok ok 136 - syswrite ok ok 137 - syswrite ok ok 138 - write 5 ok 139 - write 1 ok 140 - eof ok 141 - myGZreadFile ok ok 142 ok 143 ok 144 ok 145 ok 146 - eof ok 147 - tell 0 ok 148 ok 149 ok 150 ok 151 ok 152 ok 153 ok 154 ok 155 ok 156 ok 157 ok 158 ok 159 ok 160 ok 161 ok 162 ok 163 ok 164 ok 165 ok 166 ok 167 ok 168 ok 169 ok 170 ok 171 ok 172 ok 173 ok 174 ok 175 ok 176 ok 177 ok 178 ok 179 ok 180 ok 181 - Got 8 records # ok 182 ok 183 ok 184 ok 185 ok 186 ok 187 ok 188 ok 189 ok 190 ok 191 ok 192 - Requested 0 bytes ok 193 - Buffer empty ok 194 ok 195 ok 196 ok 197 ok 198 ok 199 ok 200 ok 201 ok 202 ok 203 ok 204 ok 205 ok 206 - Buffer empty ok 207 ok 208 ok 209 ok 210 - Buffer not empty ok 211 ok 212 ok 213 ok 214 ok 215 ok 216 ok 217 ok 218 ok 219 ok 220 ok 221 ok 222 ok 223 ok 224 ok 225 ok 226 ok 227 ok 228 ok 229 ok 230 ok 231 ok 232 ok 233 ok 234 ok 235 ok 236 ok 237 ok 238 ok 239 ok 240 ok 241 ok 242 ok 243 ok 244 ok 245 ok 246 - Got 8 records # ok 247 ok 248 ok 249 ok 250 ok 251 ok 252 ok 253 ok 254 ok 255 ok 256 - Requested 0 bytes ok 257 - Buffer empty ok 258 ok 259 ok 260 ok 261 ok 262 ok 263 ok 264 ok 265 ok 266 ok 267 ok 268 ok 269 ok 270 - Buffer empty ok 271 ok 272 ok 273 ok 274 - Buffer not empty ok 275 ok 276 - Read Tests - buf length 1, Transparent 0, Append 0 ok 277 ok 278 ok 279 ok 280 ok 281 ok 282 - Read Tests - buf length 1, Transparent 0, Append 1 ok 283 ok 284 ok 285 ok 286 ok 287 ok 288 - Read Tests - buf length 1, Transparent 1, Append 0 ok 289 ok 290 ok 291 ok 292 ok 293 ok 294 - Read Tests - buf length 1, Transparent 1, Append 1 ok 295 ok 296 ok 297 ok 298 ok 299 ok 300 - Read Tests - buf length 3, Transparent 0, Append 0 ok 301 ok 302 ok 303 ok 304 ok 305 ok 306 - Read Tests - buf length 3, Transparent 0, Append 1 ok 307 ok 308 ok 309 ok 310 ok 311 ok 312 - Read Tests - buf length 3, Transparent 1, Append 0 ok 313 ok 314 ok 315 ok 316 ok 317 ok 318 - Read Tests - buf length 3, Transparent 1, Append 1 ok 319 ok 320 ok 321 ok 322 ok 323 ok 324 - Read Tests - buf length 512, Transparent 0, Append 0 ok 325 ok 326 ok 327 ok 328 ok 329 ok 330 - Read Tests - buf length 512, Transparent 0, Append 1 ok 331 ok 332 ok 333 ok 334 ok 335 ok 336 - Read Tests - buf length 512, Transparent 1, Append 0 ok 337 ok 338 ok 339 ok 340 ok 341 ok 342 - Read Tests - buf length 512, Transparent 1, Append 1 ok 343 ok 344 ok 345 ok 346 ok 347 ok 348 - Read Tests - buf length 4096, Transparent 0, Append 0 ok 349 ok 350 ok 351 ok 352 ok 353 ok 354 - Read Tests - buf length 4096, Transparent 0, Append 1 ok 355 ok 356 ok 357 ok 358 ok 359 ok 360 - Read Tests - buf length 4096, Transparent 1, Append 0 ok 361 ok 362 ok 363 ok 364 ok 365 ok 366 - Read Tests - buf length 4096, Transparent 1, Append 1 ok 367 ok 368 ok 369 ok 370 ok 371 ok 372 - Read Tests - buf length 5999, Transparent 0, Append 0 ok 373 ok 374 ok 375 ok 376 ok 377 ok 378 - Read Tests - buf length 5999, Transparent 0, Append 1 ok 379 ok 380 ok 381 ok 382 ok 383 ok 384 - Read Tests - buf length 5999, Transparent 1, Append 0 ok 385 ok 386 ok 387 ok 388 ok 389 ok 390 - Read Tests - buf length 5999, Transparent 1, Append 1 ok 391 ok 392 ok 393 ok 394 ok 395 ok 396 - Read Tests - buf length 6000, Transparent 0, Append 0 ok 397 ok 398 ok 399 ok 400 ok 401 ok 402 - Read Tests - buf length 6000, Transparent 0, Append 1 ok 403 ok 404 ok 405 ok 406 ok 407 ok 408 - Read Tests - buf length 6000, Transparent 1, Append 0 ok 409 ok 410 ok 411 ok 412 ok 413 ok 414 - Read Tests - buf length 6000, Transparent 1, Append 1 ok 415 ok 416 ok 417 ok 418 ok 419 ok 420 - Read Tests - buf length 6001, Transparent 0, Append 0 ok 421 ok 422 ok 423 ok 424 ok 425 ok 426 - Read Tests - buf length 6001, Transparent 0, Append 1 ok 427 ok 428 ok 429 ok 430 ok 431 ok 432 - Read Tests - buf length 6001, Transparent 1, Append 0 ok 433 ok 434 ok 435 ok 436 ok 437 ok 438 - Read Tests - buf length 6001, Transparent 1, Append 1 ok 439 ok 440 ok 441 ok 442 ok 443 ok 444 - seek tests - file 0 trans 0 ok 445 ok 446 ok 447 ok 448 ok 449 ok 450 ok 451 ok 452 ok 453 ok 454 ok 455 ok 456 ok 457 ok 458 ok 459 ok 460 ok 461 ok 462 ok 463 ok 464 ok 465 - seek tests - file 0 trans 1 ok 466 ok 467 ok 468 ok 469 ok 470 ok 471 ok 472 ok 473 ok 474 ok 475 ok 476 ok 477 ok 478 ok 479 ok 480 - seek tests - file 1 trans 0 ok 481 ok 482 ok 483 ok 484 ok 485 ok 486 ok 487 ok 488 ok 489 ok 490 ok 491 ok 492 ok 493 ok 494 ok 495 ok 496 ok 497 ok 498 ok 499 ok 500 ok 501 - seek tests - file 1 trans 1 ok 502 ok 503 ok 504 ok 505 ok 506 ok 507 ok 508 ok 509 ok 510 ok 511 ok 512 ok 513 ok 514 ok 515 ok 516 - seek error cases ok 517 ok 518 ok 519 ok 520 ok 521 ok 522 ok 523 - IO::Compress::Deflate -- Append 0, Output to filename ok 524 - Created IO::Compress::Deflate ok 525 - created IO::Uncompress::Inflate ok 526 - Got uncompressed data ok 527 - IO::Compress::Deflate -- Append 1, Output to filename ok 528 - Created IO::Compress::Deflate ok 529 - got prefix ok 530 - created IO::Uncompress::Inflate ok 531 - Got uncompressed data ok 532 - IO::Compress::Deflate -- Append 0, Output to buffer ok 533 - Created IO::Compress::Deflate ok 534 - created IO::Uncompress::Inflate ok 535 - Got uncompressed data ok 536 - IO::Compress::Deflate -- Append 1, Output to buffer ok 537 - Created IO::Compress::Deflate ok 538 - got prefix ok 539 - created IO::Uncompress::Inflate ok 540 - Got uncompressed data ok 541 - IO::Compress::Deflate -- Append 0, Output to filehandle ok 542 - Created IO::Compress::Deflate ok 543 - got prefix ok 544 - created IO::Uncompress::Inflate ok 545 - Got uncompressed data ok 546 - IO::Compress::Deflate -- Append 1, Output to filehandle ok 547 - Created IO::Compress::Deflate ok 548 - got prefix ok 549 - created IO::Uncompress::Inflate ok 550 - Got uncompressed data ok 551 - IO::Uncompress::Inflate -- InputLength, read from buffer, good data => 0 ok 552 - created IO::Uncompress::Inflate ok 553 ok 554 ok 555 - IO::Uncompress::Inflate -- InputLength, read from buffer, good data => 1 ok 556 - created IO::Uncompress::Inflate ok 557 ok 558 ok 559 - IO::Uncompress::Inflate -- InputLength, read from filename, good data => 0 ok 560 - created IO::Uncompress::Inflate ok 561 ok 562 ok 563 - IO::Uncompress::Inflate -- InputLength, read from filename, good data => 1 ok 564 - created IO::Uncompress::Inflate ok 565 ok 566 ok 567 - IO::Uncompress::Inflate -- InputLength, read from filehandle, good data => 0 ok 568 - opened file tst00054.tmp ok ok 569 - created IO::Uncompress::Inflate ok 570 ok 571 ok 572 ok 573 - IO::Uncompress::Inflate -- InputLength, read from filehandle, good data => 1 ok 574 - opened file tst00055.tmp ok ok 575 - created IO::Uncompress::Inflate ok 576 ok 577 ok 578 ok 579 - IO::Uncompress::Inflate -- Append 0 ok 580 - created IO::Uncompress::Inflate ok 581 ok 582 - Got uncompressed data ok 583 - IO::Uncompress::Inflate -- Append 1 ok 584 - created IO::Uncompress::Inflate ok 585 ok 586 - got prefix ok 587 - Got uncompressed data ok 588 - ungetc, File 0, Transparent 0 ok 589 ok 590 ok 591 ok 592 ok 593 ok 594 ok 595 ok 596 ok 597 ok 598 ok 599 ok 600 ok 601 ok 602 ok 603 ok 604 - ungetc, File 0, Transparent 1 ok 605 ok 606 ok 607 ok 608 ok 609 ok 610 ok 611 ok 612 ok 613 ok 614 ok 615 ok 616 ok 617 ok 618 ok 619 ok 620 - ungetc, File 1, Transparent 0 ok 621 ok 622 ok 623 ok 624 ok 625 ok 626 ok 627 ok 628 ok 629 ok 630 ok 631 ok 632 ok 633 ok 634 ok 635 ok 636 - ungetc, File 1, Transparent 1 ok 637 ok 638 ok 639 ok 640 ok 641 ok 642 ok 643 ok 644 ok 645 ok 646 ok 647 ok 648 ok 649 ok 650 ok 651 ok 652 - write tests - invalid data ok 653 - IO::Compress::Deflate::write( { } ) ok 654 - Created IO::Compress::Deflate object ok 655 - error - not a scalar reference ok 656 - IO::Compress::Deflate::write( [ { } ] ) ok 657 - Created IO::Compress::Deflate object ok 658 - error - not a scalar reference ok 659 - IO::Compress::Deflate::write( [ [ { } ] ] ) ok 660 - Created IO::Compress::Deflate object ok 661 - error - not a scalar reference ok 662 - IO::Compress::Deflate::write( [ "" ] ) ok 663 - Created IO::Compress::Deflate object ok 664 - error - not a scalar reference ok 665 - IO::Compress::Deflate::write( [ undef ] ) ok 666 - Created IO::Compress::Deflate object ok 667 - error - not a scalar reference ok 668 - IO::Compress::Deflate::write( [ \$Answer ] ) ok 669 - Created IO::Compress::Deflate object ok 670 - error - not a scalar reference ok 671 - no warnings ok t/100generic-gzip...............1..671 ok 1 - Testing IO::Compress::Gzip Errors ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 - Testing IO::Uncompress::Gunzip Errors ok 12 ok 13 ok 14 - tst00000.tmp does not exist ok 15 ok 16 ok 17 ok 18 ok 19 - Testing IO::Compress::Gzip and IO::Uncompress::Gunzip ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 - autoflush ok 30 - autoflush ok 31 - opened ok 32 - write ok 33 - flush ok 34 - close ok 35 - ! opened ok 36 ok 37 - opened ok 38 - read returned 0 ok 39 ok 40 ok 41 - ! opened ok 42 ok 43 - Write empty string is ok ok 44 - Write undef is ok ok 45 - Write ok ok 46 - Close ok ok 47 - creates IO::Uncompress::Gunzip tst00002.tmp ok 48 - close ok ok 49 - expected output ok 50 - opened file tst00003.tmp ok ok 51 - created IO::Compress::Gzip IO::File=GLOB(0x405c97e8) ok 52 - fileno match ok 53 - Write empty string is ok ok 54 - Write undef is ok ok 55 - write ok ok 56 - flush ok 57 - close ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 - IO::Compress::Gzip: Input from typeglob filehandle ok 64 ok 65 - create IO::Compress::Gzip ok 66 - fileno ok 67 - Write empty string is ok ok 68 - Write undef is ok ok 69 - Write ok ok 70 - Flush ok 71 - Close ok 72 - IO::Uncompress::Gunzip: Input from typeglob filehandle, append output ok 73 ok 74 ok 75 - fileno ok ok 76 - close ok 77 - expected output ok 78 - Outout to stdout via '-' ok 79 - wrote to stdout ok 80 - wrote OK ok 81 - Input from stdin via filename '-' ok 82 - redirect STDIN ok 83 - created object ok 84 - fileno ok ok 85 - close ok 86 - expected output ok 87 ok 88 ok 89 ok 90 ok 91 - Write empty string is ok ok 92 - Write undef is ok ok 93 ok 94 ok 95 ok 96 ok 97 ok 98 ok 99 ok 100 ok 101 ok 102 ok 103 ok 104 ok 105 ok 106 ok 107 ok 108 ok 109 - created IO::Compress::Gzip object ok 110 - write ok ok 111 - write ok ok 112 - write ok ok 113 - close ok ok 114 ok 115 ok 116 ok 117 ok 118 ok 119 ok 120 ok 121 ok 122 ok 123 ok 124 ok 125 ok 126 ok 127 ok 128 ok 129 ok 130 ok 131 ok 132 - tell returns 0 ok 133 - ! eof ok 134 - tell is 7 ok 135 - syswrite ok ok 136 - syswrite ok ok 137 - syswrite ok ok 138 - write 5 ok 139 - write 1 ok 140 - eof ok 141 - myGZreadFile ok ok 142 ok 143 ok 144 ok 145 ok 146 - eof ok 147 - tell 0 ok 148 ok 149 ok 150 ok 151 ok 152 ok 153 ok 154 ok 155 ok 156 ok 157 ok 158 ok 159 ok 160 ok 161 ok 162 ok 163 ok 164 ok 165 ok 166 ok 167 ok 168 ok 169 ok 170 ok 171 ok 172 ok 173 ok 174 ok 175 ok 176 ok 177 ok 178 ok 179 ok 180 ok 181 - Got 8 records # ok 182 ok 183 ok 184 ok 185 ok 186 ok 187 ok 188 ok 189 ok 190 ok 191 ok 192 - Requested 0 bytes ok 193 - Buffer empty ok 194 ok 195 ok 196 ok 197 ok 198 ok 199 ok 200 ok 201 ok 202 ok 203 ok 204 ok 205 ok 206 - Buffer empty ok 207 ok 208 ok 209 ok 210 - Buffer not empty ok 211 ok 212 ok 213 ok 214 ok 215 ok 216 ok 217 ok 218 ok 219 ok 220 ok 221 ok 222 ok 223 ok 224 ok 225 ok 226 ok 227 ok 228 ok 229 ok 230 ok 231 ok 232 ok 233 ok 234 ok 235 ok 236 ok 237 ok 238 ok 239 ok 240 ok 241 ok 242 ok 243 ok 244 ok 245 ok 246 - Got 8 records # ok 247 ok 248 ok 249 ok 250 ok 251 ok 252 ok 253 ok 254 ok 255 ok 256 - Requested 0 bytes ok 257 - Buffer empty ok 258 ok 259 ok 260 ok 261 ok 262 ok 263 ok 264 ok 265 ok 266 ok 267 ok 268 ok 269 ok 270 - Buffer empty ok 271 ok 272 ok 273 ok 274 - Buffer not empty ok 275 ok 276 - Read Tests - buf length 1, Transparent 0, Append 0 ok 277 ok 278 ok 279 ok 280 ok 281 ok 282 - Read Tests - buf length 1, Transparent 0, Append 1 ok 283 ok 284 ok 285 ok 286 ok 287 ok 288 - Read Tests - buf length 1, Transparent 1, Append 0 ok 289 ok 290 ok 291 ok 292 ok 293 ok 294 - Read Tests - buf length 1, Transparent 1, Append 1 ok 295 ok 296 ok 297 ok 298 ok 299 ok 300 - Read Tests - buf length 3, Transparent 0, Append 0 ok 301 ok 302 ok 303 ok 304 ok 305 ok 306 - Read Tests - buf length 3, Transparent 0, Append 1 ok 307 ok 308 ok 309 ok 310 ok 311 ok 312 - Read Tests - buf length 3, Transparent 1, Append 0 ok 313 ok 314 ok 315 ok 316 ok 317 ok 318 - Read Tests - buf length 3, Transparent 1, Append 1 ok 319 ok 320 ok 321 ok 322 ok 323 ok 324 - Read Tests - buf length 512, Transparent 0, Append 0 ok 325 ok 326 ok 327 ok 328 ok 329 ok 330 - Read Tests - buf length 512, Transparent 0, Append 1 ok 331 ok 332 ok 333 ok 334 ok 335 ok 336 - Read Tests - buf length 512, Transparent 1, Append 0 ok 337 ok 338 ok 339 ok 340 ok 341 ok 342 - Read Tests - buf length 512, Transparent 1, Append 1 ok 343 ok 344 ok 345 ok 346 ok 347 ok 348 - Read Tests - buf length 4096, Transparent 0, Append 0 ok 349 ok 350 ok 351 ok 352 ok 353 ok 354 - Read Tests - buf length 4096, Transparent 0, Append 1 ok 355 ok 356 ok 357 ok 358 ok 359 ok 360 - Read Tests - buf length 4096, Transparent 1, Append 0 ok 361 ok 362 ok 363 ok 364 ok 365 ok 366 - Read Tests - buf length 4096, Transparent 1, Append 1 ok 367 ok 368 ok 369 ok 370 ok 371 ok 372 - Read Tests - buf length 5999, Transparent 0, Append 0 ok 373 ok 374 ok 375 ok 376 ok 377 ok 378 - Read Tests - buf length 5999, Transparent 0, Append 1 ok 379 ok 380 ok 381 ok 382 ok 383 ok 384 - Read Tests - buf length 5999, Transparent 1, Append 0 ok 385 ok 386 ok 387 ok 388 ok 389 ok 390 - Read Tests - buf length 5999, Transparent 1, Append 1 ok 391 ok 392 ok 393 ok 394 ok 395 ok 396 - Read Tests - buf length 6000, Transparent 0, Append 0 ok 397 ok 398 ok 399 ok 400 ok 401 ok 402 - Read Tests - buf length 6000, Transparent 0, Append 1 ok 403 ok 404 ok 405 ok 406 ok 407 ok 408 - Read Tests - buf length 6000, Transparent 1, Append 0 ok 409 ok 410 ok 411 ok 412 ok 413 ok 414 - Read Tests - buf length 6000, Transparent 1, Append 1 ok 415 ok 416 ok 417 ok 418 ok 419 ok 420 - Read Tests - buf length 6001, Transparent 0, Append 0 ok 421 ok 422 ok 423 ok 424 ok 425 ok 426 - Read Tests - buf length 6001, Transparent 0, Append 1 ok 427 ok 428 ok 429 ok 430 ok 431 ok 432 - Read Tests - buf length 6001, Transparent 1, Append 0 ok 433 ok 434 ok 435 ok 436 ok 437 ok 438 - Read Tests - buf length 6001, Transparent 1, Append 1 ok 439 ok 440 ok 441 ok 442 ok 443 ok 444 - seek tests - file 0 trans 0 ok 445 ok 446 ok 447 ok 448 ok 449 ok 450 ok 451 ok 452 ok 453 ok 454 ok 455 ok 456 ok 457 ok 458 ok 459 ok 460 ok 461 ok 462 ok 463 ok 464 ok 465 - seek tests - file 0 trans 1 ok 466 ok 467 ok 468 ok 469 ok 470 ok 471 ok 472 ok 473 ok 474 ok 475 ok 476 ok 477 ok 478 ok 479 ok 480 - seek tests - file 1 trans 0 ok 481 ok 482 ok 483 ok 484 ok 485 ok 486 ok 487 ok 488 ok 489 ok 490 ok 491 ok 492 ok 493 ok 494 ok 495 ok 496 ok 497 ok 498 ok 499 ok 500 ok 501 - seek tests - file 1 trans 1 ok 502 ok 503 ok 504 ok 505 ok 506 ok 507 ok 508 ok 509 ok 510 ok 511 ok 512 ok 513 ok 514 ok 515 ok 516 - seek error cases ok 517 ok 518 ok 519 ok 520 ok 521 ok 522 ok 523 - IO::Compress::Gzip -- Append 0, Output to filename ok 524 - Created IO::Compress::Gzip ok 525 - created IO::Uncompress::Gunzip ok 526 - Got uncompressed data ok 527 - IO::Compress::Gzip -- Append 1, Output to filename ok 528 - Created IO::Compress::Gzip ok 529 - got prefix ok 530 - created IO::Uncompress::Gunzip ok 531 - Got uncompressed data ok 532 - IO::Compress::Gzip -- Append 0, Output to buffer ok 533 - Created IO::Compress::Gzip ok 534 - created IO::Uncompress::Gunzip ok 535 - Got uncompressed data ok 536 - IO::Compress::Gzip -- Append 1, Output to buffer ok 537 - Created IO::Compress::Gzip ok 538 - got prefix ok 539 - created IO::Uncompress::Gunzip ok 540 - Got uncompressed data ok 541 - IO::Compress::Gzip -- Append 0, Output to filehandle ok 542 - Created IO::Compress::Gzip ok 543 - got prefix ok 544 - created IO::Uncompress::Gunzip ok 545 - Got uncompressed data ok 546 - IO::Compress::Gzip -- Append 1, Output to filehandle ok 547 - Created IO::Compress::Gzip ok 548 - got prefix ok 549 - created IO::Uncompress::Gunzip ok 550 - Got uncompressed data ok 551 - IO::Uncompress::Gunzip -- InputLength, read from buffer, good data => 0 ok 552 - created IO::Uncompress::Gunzip ok 553 ok 554 ok 555 - IO::Uncompress::Gunzip -- InputLength, read from buffer, good data => 1 ok 556 - created IO::Uncompress::Gunzip ok 557 ok 558 ok 559 - IO::Uncompress::Gunzip -- InputLength, read from filename, good data => 0 ok 560 - created IO::Uncompress::Gunzip ok 561 ok 562 ok 563 - IO::Uncompress::Gunzip -- InputLength, read from filename, good data => 1 ok 564 - created IO::Uncompress::Gunzip ok 565 ok 566 ok 567 - IO::Uncompress::Gunzip -- InputLength, read from filehandle, good data => 0 ok 568 - opened file tst00054.tmp ok ok 569 - created IO::Uncompress::Gunzip ok 570 ok 571 ok 572 ok 573 - IO::Uncompress::Gunzip -- InputLength, read from filehandle, good data => 1 ok 574 - opened file tst00055.tmp ok ok 575 - created IO::Uncompress::Gunzip ok 576 ok 577 ok 578 ok 579 - IO::Uncompress::Gunzip -- Append 0 ok 580 - created IO::Uncompress::Gunzip ok 581 ok 582 - Got uncompressed data ok 583 - IO::Uncompress::Gunzip -- Append 1 ok 584 - created IO::Uncompress::Gunzip ok 585 ok 586 - got prefix ok 587 - Got uncompressed data ok 588 - ungetc, File 0, Transparent 0 ok 589 ok 590 ok 591 ok 592 ok 593 ok 594 ok 595 ok 596 ok 597 ok 598 ok 599 ok 600 ok 601 ok 602 ok 603 ok 604 - ungetc, File 0, Transparent 1 ok 605 ok 606 ok 607 ok 608 ok 609 ok 610 ok 611 ok 612 ok 613 ok 614 ok 615 ok 616 ok 617 ok 618 ok 619 ok 620 - ungetc, File 1, Transparent 0 ok 621 ok 622 ok 623 ok 624 ok 625 ok 626 ok 627 ok 628 ok 629 ok 630 ok 631 ok 632 ok 633 ok 634 ok 635 ok 636 - ungetc, File 1, Transparent 1 ok 637 ok 638 ok 639 ok 640 ok 641 ok 642 ok 643 ok 644 ok 645 ok 646 ok 647 ok 648 ok 649 ok 650 ok 651 ok 652 - write tests - invalid data ok 653 - IO::Compress::Gzip::write( { } ) ok 654 - Created IO::Compress::Gzip object ok 655 - error - not a scalar reference ok 656 - IO::Compress::Gzip::write( [ { } ] ) ok 657 - Created IO::Compress::Gzip object ok 658 - error - not a scalar reference ok 659 - IO::Compress::Gzip::write( [ [ { } ] ] ) ok 660 - Created IO::Compress::Gzip object ok 661 - error - not a scalar reference ok 662 - IO::Compress::Gzip::write( [ "" ] ) ok 663 - Created IO::Compress::Gzip object ok 664 - error - not a scalar reference ok 665 - IO::Compress::Gzip::write( [ undef ] ) ok 666 - Created IO::Compress::Gzip object ok 667 - error - not a scalar reference ok 668 - IO::Compress::Gzip::write( [ \$Answer ] ) ok 669 - Created IO::Compress::Gzip object ok 670 - error - not a scalar reference ok 671 - no warnings ok t/100generic-rawdeflate.........1..671 ok 1 - Testing IO::Compress::RawDeflate Errors ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 - Testing IO::Uncompress::RawInflate Errors ok 12 ok 13 ok 14 - tst00000.tmp does not exist ok 15 ok 16 ok 17 ok 18 ok 19 - Testing IO::Compress::RawDeflate and IO::Uncompress::RawInflate ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 - autoflush ok 30 - autoflush ok 31 - opened ok 32 - write ok 33 - flush ok 34 - close ok 35 - ! opened ok 36 ok 37 - opened ok 38 - read returned 0 ok 39 ok 40 ok 41 - ! opened ok 42 ok 43 - Write empty string is ok ok 44 - Write undef is ok ok 45 - Write ok ok 46 - Close ok ok 47 - creates IO::Uncompress::RawInflate tst00002.tmp ok 48 - close ok ok 49 - expected output ok 50 - opened file tst00003.tmp ok ok 51 - created IO::Compress::RawDeflate IO::File=GLOB(0x40552c8c) ok 52 - fileno match ok 53 - Write empty string is ok ok 54 - Write undef is ok ok 55 - write ok ok 56 - flush ok 57 - close ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 - IO::Compress::RawDeflate: Input from typeglob filehandle ok 64 ok 65 - create IO::Compress::RawDeflate ok 66 - fileno ok 67 - Write empty string is ok ok 68 - Write undef is ok ok 69 - Write ok ok 70 - Flush ok 71 - Close ok 72 - IO::Uncompress::RawInflate: Input from typeglob filehandle, append output ok 73 ok 74 ok 75 - fileno ok ok 76 - close ok 77 - expected output ok 78 - Outout to stdout via '-' ok 79 - wrote to stdout ok 80 - wrote OK ok 81 - Input from stdin via filename '-' ok 82 - redirect STDIN ok 83 - created object ok 84 - fileno ok ok 85 - close ok 86 - expected output ok 87 ok 88 ok 89 ok 90 ok 91 - Write empty string is ok ok 92 - Write undef is ok ok 93 ok 94 ok 95 ok 96 ok 97 ok 98 ok 99 ok 100 ok 101 ok 102 ok 103 ok 104 ok 105 ok 106 ok 107 ok 108 ok 109 - created IO::Compress::RawDeflate object ok 110 - write ok ok 111 - write ok ok 112 - write ok ok 113 - close ok ok 114 ok 115 ok 116 ok 117 ok 118 ok 119 ok 120 ok 121 ok 122 ok 123 ok 124 ok 125 ok 126 ok 127 ok 128 ok 129 ok 130 ok 131 ok 132 - tell returns 0 ok 133 - ! eof ok 134 - tell is 7 ok 135 - syswrite ok ok 136 - syswrite ok ok 137 - syswrite ok ok 138 - write 5 ok 139 - write 1 ok 140 - eof ok 141 - myGZreadFile ok ok 142 ok 143 ok 144 ok 145 ok 146 - eof ok 147 - tell 0 ok 148 ok 149 ok 150 ok 151 ok 152 ok 153 ok 154 ok 155 ok 156 ok 157 ok 158 ok 159 ok 160 ok 161 ok 162 ok 163 ok 164 ok 165 ok 166 ok 167 ok 168 ok 169 ok 170 ok 171 ok 172 ok 173 ok 174 ok 175 ok 176 ok 177 ok 178 ok 179 ok 180 ok 181 - Got 8 records # ok 182 ok 183 ok 184 ok 185 ok 186 ok 187 ok 188 ok 189 ok 190 ok 191 ok 192 - Requested 0 bytes ok 193 - Buffer empty ok 194 ok 195 ok 196 ok 197 ok 198 ok 199 ok 200 ok 201 ok 202 ok 203 ok 204 ok 205 ok 206 - Buffer empty ok 207 ok 208 ok 209 ok 210 - Buffer not empty ok 211 ok 212 ok 213 ok 214 ok 215 ok 216 ok 217 ok 218 ok 219 ok 220 ok 221 ok 222 ok 223 ok 224 ok 225 ok 226 ok 227 ok 228 ok 229 ok 230 ok 231 ok 232 ok 233 ok 234 ok 235 ok 236 ok 237 ok 238 ok 239 ok 240 ok 241 ok 242 ok 243 ok 244 ok 245 ok 246 - Got 8 records # ok 247 ok 248 ok 249 ok 250 ok 251 ok 252 ok 253 ok 254 ok 255 ok 256 - Requested 0 bytes ok 257 - Buffer empty ok 258 ok 259 ok 260 ok 261 ok 262 ok 263 ok 264 ok 265 ok 266 ok 267 ok 268 ok 269 ok 270 - Buffer empty ok 271 ok 272 ok 273 ok 274 - Buffer not empty ok 275 ok 276 - Read Tests - buf length 1, Transparent 0, Append 0 ok 277 ok 278 ok 279 ok 280 ok 281 ok 282 - Read Tests - buf length 1, Transparent 0, Append 1 ok 283 ok 284 ok 285 ok 286 ok 287 ok 288 - Read Tests - buf length 1, Transparent 1, Append 0 ok 289 ok 290 ok 291 ok 292 ok 293 ok 294 - Read Tests - buf length 1, Transparent 1, Append 1 ok 295 ok 296 ok 297 ok 298 ok 299 ok 300 - Read Tests - buf length 3, Transparent 0, Append 0 ok 301 ok 302 ok 303 ok 304 ok 305 ok 306 - Read Tests - buf length 3, Transparent 0, Append 1 ok 307 ok 308 ok 309 ok 310 ok 311 ok 312 - Read Tests - buf length 3, Transparent 1, Append 0 ok 313 ok 314 ok 315 ok 316 ok 317 ok 318 - Read Tests - buf length 3, Transparent 1, Append 1 ok 319 ok 320 ok 321 ok 322 ok 323 ok 324 - Read Tests - buf length 512, Transparent 0, Append 0 ok 325 ok 326 ok 327 ok 328 ok 329 ok 330 - Read Tests - buf length 512, Transparent 0, Append 1 ok 331 ok 332 ok 333 ok 334 ok 335 ok 336 - Read Tests - buf length 512, Transparent 1, Append 0 ok 337 ok 338 ok 339 ok 340 ok 341 ok 342 - Read Tests - buf length 512, Transparent 1, Append 1 ok 343 ok 344 ok 345 ok 346 ok 347 ok 348 - Read Tests - buf length 4096, Transparent 0, Append 0 ok 349 ok 350 ok 351 ok 352 ok 353 ok 354 - Read Tests - buf length 4096, Transparent 0, Append 1 ok 355 ok 356 ok 357 ok 358 ok 359 ok 360 - Read Tests - buf length 4096, Transparent 1, Append 0 ok 361 ok 362 ok 363 ok 364 ok 365 ok 366 - Read Tests - buf length 4096, Transparent 1, Append 1 ok 367 ok 368 ok 369 ok 370 ok 371 ok 372 - Read Tests - buf length 5999, Transparent 0, Append 0 ok 373 ok 374 ok 375 ok 376 ok 377 ok 378 - Read Tests - buf length 5999, Transparent 0, Append 1 ok 379 ok 380 ok 381 ok 382 ok 383 ok 384 - Read Tests - buf length 5999, Transparent 1, Append 0 ok 385 ok 386 ok 387 ok 388 ok 389 ok 390 - Read Tests - buf length 5999, Transparent 1, Append 1 ok 391 ok 392 ok 393 ok 394 ok 395 ok 396 - Read Tests - buf length 6000, Transparent 0, Append 0 ok 397 ok 398 ok 399 ok 400 ok 401 ok 402 - Read Tests - buf length 6000, Transparent 0, Append 1 ok 403 ok 404 ok 405 ok 406 ok 407 ok 408 - Read Tests - buf length 6000, Transparent 1, Append 0 ok 409 ok 410 ok 411 ok 412 ok 413 ok 414 - Read Tests - buf length 6000, Transparent 1, Append 1 ok 415 ok 416 ok 417 ok 418 ok 419 ok 420 - Read Tests - buf length 6001, Transparent 0, Append 0 ok 421 ok 422 ok 423 ok 424 ok 425 ok 426 - Read Tests - buf length 6001, Transparent 0, Append 1 ok 427 ok 428 ok 429 ok 430 ok 431 ok 432 - Read Tests - buf length 6001, Transparent 1, Append 0 ok 433 ok 434 ok 435 ok 436 ok 437 ok 438 - Read Tests - buf length 6001, Transparent 1, Append 1 ok 439 ok 440 ok 441 ok 442 ok 443 ok 444 - seek tests - file 0 trans 0 ok 445 ok 446 ok 447 ok 448 ok 449 ok 450 ok 451 ok 452 ok 453 ok 454 ok 455 ok 456 ok 457 ok 458 ok 459 ok 460 ok 461 ok 462 ok 463 ok 464 ok 465 - seek tests - file 0 trans 1 ok 466 ok 467 ok 468 ok 469 ok 470 ok 471 ok 472 ok 473 ok 474 ok 475 ok 476 ok 477 ok 478 ok 479 ok 480 - seek tests - file 1 trans 0 ok 481 ok 482 ok 483 ok 484 ok 485 ok 486 ok 487 ok 488 ok 489 ok 490 ok 491 ok 492 ok 493 ok 494 ok 495 ok 496 ok 497 ok 498 ok 499 ok 500 ok 501 - seek tests - file 1 trans 1 ok 502 ok 503 ok 504 ok 505 ok 506 ok 507 ok 508 ok 509 ok 510 ok 511 ok 512 ok 513 ok 514 ok 515 ok 516 - seek error cases ok 517 ok 518 ok 519 ok 520 ok 521 ok 522 ok 523 - IO::Compress::RawDeflate -- Append 0, Output to filename ok 524 - Created IO::Compress::RawDeflate ok 525 - created IO::Uncompress::RawInflate ok 526 - Got uncompressed data ok 527 - IO::Compress::RawDeflate -- Append 1, Output to filename ok 528 - Created IO::Compress::RawDeflate ok 529 - got prefix ok 530 - created IO::Uncompress::RawInflate ok 531 - Got uncompressed data ok 532 - IO::Compress::RawDeflate -- Append 0, Output to buffer ok 533 - Created IO::Compress::RawDeflate ok 534 - created IO::Uncompress::RawInflate ok 535 - Got uncompressed data ok 536 - IO::Compress::RawDeflate -- Append 1, Output to buffer ok 537 - Created IO::Compress::RawDeflate ok 538 - got prefix ok 539 - created IO::Uncompress::RawInflate ok 540 - Got uncompressed data ok 541 - IO::Compress::RawDeflate -- Append 0, Output to filehandle ok 542 - Created IO::Compress::RawDeflate ok 543 - got prefix ok 544 - created IO::Uncompress::RawInflate ok 545 - Got uncompressed data ok 546 - IO::Compress::RawDeflate -- Append 1, Output to filehandle ok 547 - Created IO::Compress::RawDeflate ok 548 - got prefix ok 549 - created IO::Uncompress::RawInflate ok 550 - Got uncompressed data ok 551 - IO::Uncompress::RawInflate -- InputLength, read from buffer, good data => 0 ok 552 - created IO::Uncompress::RawInflate ok 553 ok 554 ok 555 - IO::Uncompress::RawInflate -- InputLength, read from buffer, good data => 1 ok 556 - created IO::Uncompress::RawInflate ok 557 ok 558 ok 559 - IO::Uncompress::RawInflate -- InputLength, read from filename, good data => 0 ok 560 - created IO::Uncompress::RawInflate ok 561 ok 562 ok 563 - IO::Uncompress::RawInflate -- InputLength, read from filename, good data => 1 ok 564 - created IO::Uncompress::RawInflate ok 565 ok 566 ok 567 - IO::Uncompress::RawInflate -- InputLength, read from filehandle, good data => 0 ok 568 - opened file tst00054.tmp ok ok 569 - created IO::Uncompress::RawInflate ok 570 ok 571 ok 572 ok 573 - IO::Uncompress::RawInflate -- InputLength, read from filehandle, good data => 1 ok 574 - opened file tst00055.tmp ok ok 575 - created IO::Uncompress::RawInflate ok 576 ok 577 ok 578 ok 579 - IO::Uncompress::RawInflate -- Append 0 ok 580 - created IO::Uncompress::RawInflate ok 581 ok 582 - Got uncompressed data ok 583 - IO::Uncompress::RawInflate -- Append 1 ok 584 - created IO::Uncompress::RawInflate ok 585 ok 586 - got prefix ok 587 - Got uncompressed data ok 588 - ungetc, File 0, Transparent 0 ok 589 ok 590 ok 591 ok 592 ok 593 ok 594 ok 595 ok 596 ok 597 ok 598 ok 599 ok 600 ok 601 ok 602 ok 603 ok 604 - ungetc, File 0, Transparent 1 ok 605 ok 606 ok 607 ok 608 ok 609 ok 610 ok 611 ok 612 ok 613 ok 614 ok 615 ok 616 ok 617 ok 618 ok 619 ok 620 - ungetc, File 1, Transparent 0 ok 621 ok 622 ok 623 ok 624 ok 625 ok 626 ok 627 ok 628 ok 629 ok 630 ok 631 ok 632 ok 633 ok 634 ok 635 ok 636 - ungetc, File 1, Transparent 1 ok 637 ok 638 ok 639 ok 640 ok 641 ok 642 ok 643 ok 644 ok 645 ok 646 ok 647 ok 648 ok 649 ok 650 ok 651 ok 652 - write tests - invalid data ok 653 - IO::Compress::RawDeflate::write( { } ) ok 654 - Created IO::Compress::RawDeflate object ok 655 - error - not a scalar reference ok 656 - IO::Compress::RawDeflate::write( [ { } ] ) ok 657 - Created IO::Compress::RawDeflate object ok 658 - error - not a scalar reference ok 659 - IO::Compress::RawDeflate::write( [ [ { } ] ] ) ok 660 - Created IO::Compress::RawDeflate object ok 661 - error - not a scalar reference ok 662 - IO::Compress::RawDeflate::write( [ "" ] ) ok 663 - Created IO::Compress::RawDeflate object ok 664 - error - not a scalar reference ok 665 - IO::Compress::RawDeflate::write( [ undef ] ) ok 666 - Created IO::Compress::RawDeflate object ok 667 - error - not a scalar reference ok 668 - IO::Compress::RawDeflate::write( [ \$Answer ] ) ok 669 - Created IO::Compress::RawDeflate object ok 670 - error - not a scalar reference ok 671 - no warnings ok t/100generic-zip................1..671 ok 1 - Testing IO::Compress::Zip Errors ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 - Testing IO::Uncompress::Unzip Errors ok 12 ok 13 ok 14 - tst00000.tmp does not exist ok 15 ok 16 ok 17 ok 18 ok 19 - Testing IO::Compress::Zip and IO::Uncompress::Unzip ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 - autoflush ok 30 - autoflush ok 31 - opened ok 32 - write ok 33 - flush ok 34 - close ok 35 - ! opened ok 36 ok 37 - opened ok 38 - read returned 0 ok 39 ok 40 ok 41 - ! opened ok 42 ok 43 - Write empty string is ok ok 44 - Write undef is ok ok 45 - Write ok ok 46 - Close ok ok 47 - creates IO::Uncompress::Unzip tst00002.tmp ok 48 - close ok ok 49 - expected output ok 50 - opened file tst00003.tmp ok ok 51 - created IO::Compress::Zip IO::File=GLOB(0x405eb1f0) ok 52 - fileno match ok 53 - Write empty string is ok ok 54 - Write undef is ok ok 55 - write ok ok 56 - flush ok 57 - close ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 - IO::Compress::Zip: Input from typeglob filehandle ok 64 ok 65 - create IO::Compress::Zip ok 66 - fileno ok 67 - Write empty string is ok ok 68 - Write undef is ok ok 69 - Write ok ok 70 - Flush ok 71 - Close ok 72 - IO::Uncompress::Unzip: Input from typeglob filehandle, append output ok 73 ok 74 ok 75 - fileno ok ok 76 - close ok 77 - expected output ok 78 - Outout to stdout via '-' ok 79 - wrote to stdout ok 80 - wrote OK ok 81 - Input from stdin via filename '-' ok 82 - redirect STDIN ok 83 - created object ok 84 - fileno ok ok 85 - close ok 86 - expected output ok 87 ok 88 ok 89 ok 90 ok 91 - Write empty string is ok ok 92 - Write undef is ok ok 93 ok 94 ok 95 ok 96 ok 97 ok 98 ok 99 ok 100 ok 101 ok 102 ok 103 ok 104 ok 105 ok 106 ok 107 ok 108 ok 109 - created IO::Compress::Zip object ok 110 - write ok ok 111 - write ok ok 112 - write ok ok 113 - close ok ok 114 ok 115 ok 116 ok 117 ok 118 ok 119 ok 120 ok 121 ok 122 ok 123 ok 124 ok 125 ok 126 ok 127 ok 128 ok 129 ok 130 ok 131 ok 132 - tell returns 0 ok 133 - ! eof ok 134 - tell is 7 ok 135 - syswrite ok ok 136 - syswrite ok ok 137 - syswrite ok ok 138 - write 5 ok 139 - write 1 ok 140 - eof ok 141 - myGZreadFile ok ok 142 ok 143 ok 144 ok 145 ok 146 - eof ok 147 - tell 0 ok 148 ok 149 ok 150 ok 151 ok 152 ok 153 ok 154 ok 155 ok 156 ok 157 ok 158 ok 159 ok 160 ok 161 ok 162 ok 163 ok 164 ok 165 ok 166 ok 167 ok 168 ok 169 ok 170 ok 171 ok 172 ok 173 ok 174 ok 175 ok 176 ok 177 ok 178 ok 179 ok 180 ok 181 - Got 8 records # ok 182 ok 183 ok 184 ok 185 ok 186 ok 187 ok 188 ok 189 ok 190 ok 191 ok 192 - Requested 0 bytes ok 193 - Buffer empty ok 194 ok 195 ok 196 ok 197 ok 198 ok 199 ok 200 ok 201 ok 202 ok 203 ok 204 ok 205 ok 206 - Buffer empty ok 207 ok 208 ok 209 ok 210 - Buffer not empty ok 211 ok 212 ok 213 ok 214 ok 215 ok 216 ok 217 ok 218 ok 219 ok 220 ok 221 ok 222 ok 223 ok 224 ok 225 ok 226 ok 227 ok 228 ok 229 ok 230 ok 231 ok 232 ok 233 ok 234 ok 235 ok 236 ok 237 ok 238 ok 239 ok 240 ok 241 ok 242 ok 243 ok 244 ok 245 ok 246 - Got 8 records # ok 247 ok 248 ok 249 ok 250 ok 251 ok 252 ok 253 ok 254 ok 255 ok 256 - Requested 0 bytes ok 257 - Buffer empty ok 258 ok 259 ok 260 ok 261 ok 262 ok 263 ok 264 ok 265 ok 266 ok 267 ok 268 ok 269 ok 270 - Buffer empty ok 271 ok 272 ok 273 ok 274 - Buffer not empty ok 275 ok 276 - Read Tests - buf length 1, Transparent 0, Append 0 ok 277 ok 278 ok 279 ok 280 ok 281 ok 282 - Read Tests - buf length 1, Transparent 0, Append 1 ok 283 ok 284 ok 285 ok 286 ok 287 ok 288 - Read Tests - buf length 1, Transparent 1, Append 0 ok 289 ok 290 ok 291 ok 292 ok 293 ok 294 - Read Tests - buf length 1, Transparent 1, Append 1 ok 295 ok 296 ok 297 ok 298 ok 299 ok 300 - Read Tests - buf length 3, Transparent 0, Append 0 ok 301 ok 302 ok 303 ok 304 ok 305 ok 306 - Read Tests - buf length 3, Transparent 0, Append 1 ok 307 ok 308 ok 309 ok 310 ok 311 ok 312 - Read Tests - buf length 3, Transparent 1, Append 0 ok 313 ok 314 ok 315 ok 316 ok 317 ok 318 - Read Tests - buf length 3, Transparent 1, Append 1 ok 319 ok 320 ok 321 ok 322 ok 323 ok 324 - Read Tests - buf length 512, Transparent 0, Append 0 ok 325 ok 326 ok 327 ok 328 ok 329 ok 330 - Read Tests - buf length 512, Transparent 0, Append 1 ok 331 ok 332 ok 333 ok 334 ok 335 ok 336 - Read Tests - buf length 512, Transparent 1, Append 0 ok 337 ok 338 ok 339 ok 340 ok 341 ok 342 - Read Tests - buf length 512, Transparent 1, Append 1 ok 343 ok 344 ok 345 ok 346 ok 347 ok 348 - Read Tests - buf length 4096, Transparent 0, Append 0 ok 349 ok 350 ok 351 ok 352 ok 353 ok 354 - Read Tests - buf length 4096, Transparent 0, Append 1 ok 355 ok 356 ok 357 ok 358 ok 359 ok 360 - Read Tests - buf length 4096, Transparent 1, Append 0 ok 361 ok 362 ok 363 ok 364 ok 365 ok 366 - Read Tests - buf length 4096, Transparent 1, Append 1 ok 367 ok 368 ok 369 ok 370 ok 371 ok 372 - Read Tests - buf length 5999, Transparent 0, Append 0 ok 373 ok 374 ok 375 ok 376 ok 377 ok 378 - Read Tests - buf length 5999, Transparent 0, Append 1 ok 379 ok 380 ok 381 ok 382 ok 383 ok 384 - Read Tests - buf length 5999, Transparent 1, Append 0 ok 385 ok 386 ok 387 ok 388 ok 389 ok 390 - Read Tests - buf length 5999, Transparent 1, Append 1 ok 391 ok 392 ok 393 ok 394 ok 395 ok 396 - Read Tests - buf length 6000, Transparent 0, Append 0 ok 397 ok 398 ok 399 ok 400 ok 401 ok 402 - Read Tests - buf length 6000, Transparent 0, Append 1 ok 403 ok 404 ok 405 ok 406 ok 407 ok 408 - Read Tests - buf length 6000, Transparent 1, Append 0 ok 409 ok 410 ok 411 ok 412 ok 413 ok 414 - Read Tests - buf length 6000, Transparent 1, Append 1 ok 415 ok 416 ok 417 ok 418 ok 419 ok 420 - Read Tests - buf length 6001, Transparent 0, Append 0 ok 421 ok 422 ok 423 ok 424 ok 425 ok 426 - Read Tests - buf length 6001, Transparent 0, Append 1 ok 427 ok 428 ok 429 ok 430 ok 431 ok 432 - Read Tests - buf length 6001, Transparent 1, Append 0 ok 433 ok 434 ok 435 ok 436 ok 437 ok 438 - Read Tests - buf length 6001, Transparent 1, Append 1 ok 439 ok 440 ok 441 ok 442 ok 443 ok 444 - seek tests - file 0 trans 0 ok 445 ok 446 ok 447 ok 448 ok 449 ok 450 ok 451 ok 452 ok 453 ok 454 ok 455 ok 456 ok 457 ok 458 ok 459 ok 460 ok 461 ok 462 ok 463 ok 464 ok 465 - seek tests - file 0 trans 1 ok 466 ok 467 ok 468 ok 469 ok 470 ok 471 ok 472 ok 473 ok 474 ok 475 ok 476 ok 477 ok 478 ok 479 ok 480 - seek tests - file 1 trans 0 ok 481 ok 482 ok 483 ok 484 ok 485 ok 486 ok 487 ok 488 ok 489 ok 490 ok 491 ok 492 ok 493 ok 494 ok 495 ok 496 ok 497 ok 498 ok 499 ok 500 ok 501 - seek tests - file 1 trans 1 ok 502 ok 503 ok 504 ok 505 ok 506 ok 507 ok 508 ok 509 ok 510 ok 511 ok 512 ok 513 ok 514 ok 515 ok 516 - seek error cases ok 517 ok 518 ok 519 ok 520 ok 521 ok 522 ok 523 - IO::Compress::Zip -- Append 0, Output to filename ok 524 - Created IO::Compress::Zip ok 525 - created IO::Uncompress::Unzip ok 526 - Got uncompressed data ok 527 - IO::Compress::Zip -- Append 1, Output to filename ok 528 - Created IO::Compress::Zip ok 529 - got prefix ok 530 - created IO::Uncompress::Unzip ok 531 - Got uncompressed data ok 532 - IO::Compress::Zip -- Append 0, Output to buffer ok 533 - Created IO::Compress::Zip ok 534 - created IO::Uncompress::Unzip ok 535 - Got uncompressed data ok 536 - IO::Compress::Zip -- Append 1, Output to buffer ok 537 - Created IO::Compress::Zip ok 538 - got prefix ok 539 - created IO::Uncompress::Unzip ok 540 - Got uncompressed data ok 541 - IO::Compress::Zip -- Append 0, Output to filehandle ok 542 - Created IO::Compress::Zip ok 543 - got prefix ok 544 - created IO::Uncompress::Unzip ok 545 - Got uncompressed data ok 546 - IO::Compress::Zip -- Append 1, Output to filehandle ok 547 - Created IO::Compress::Zip ok 548 - got prefix ok 549 - created IO::Uncompress::Unzip ok 550 - Got uncompressed data ok 551 - IO::Uncompress::Unzip -- InputLength, read from buffer, good data => 0 ok 552 - created IO::Uncompress::Unzip ok 553 ok 554 ok 555 - IO::Uncompress::Unzip -- InputLength, read from buffer, good data => 1 ok 556 - created IO::Uncompress::Unzip ok 557 ok 558 ok 559 - IO::Uncompress::Unzip -- InputLength, read from filename, good data => 0 ok 560 - created IO::Uncompress::Unzip ok 561 ok 562 ok 563 - IO::Uncompress::Unzip -- InputLength, read from filename, good data => 1 ok 564 - created IO::Uncompress::Unzip ok 565 ok 566 ok 567 - IO::Uncompress::Unzip -- InputLength, read from filehandle, good data => 0 ok 568 - opened file tst00054.tmp ok ok 569 - created IO::Uncompress::Unzip ok 570 ok 571 ok 572 ok 573 - IO::Uncompress::Unzip -- InputLength, read from filehandle, good data => 1 ok 574 - opened file tst00055.tmp ok ok 575 - created IO::Uncompress::Unzip ok 576 ok 577 ok 578 ok 579 - IO::Uncompress::Unzip -- Append 0 ok 580 - created IO::Uncompress::Unzip ok 581 ok 582 - Got uncompressed data ok 583 - IO::Uncompress::Unzip -- Append 1 ok 584 - created IO::Uncompress::Unzip ok 585 ok 586 - got prefix ok 587 - Got uncompressed data ok 588 - ungetc, File 0, Transparent 0 ok 589 ok 590 ok 591 ok 592 ok 593 ok 594 ok 595 ok 596 ok 597 ok 598 ok 599 ok 600 ok 601 ok 602 ok 603 ok 604 - ungetc, File 0, Transparent 1 ok 605 ok 606 ok 607 ok 608 ok 609 ok 610 ok 611 ok 612 ok 613 ok 614 ok 615 ok 616 ok 617 ok 618 ok 619 ok 620 - ungetc, File 1, Transparent 0 ok 621 ok 622 ok 623 ok 624 ok 625 ok 626 ok 627 ok 628 ok 629 ok 630 ok 631 ok 632 ok 633 ok 634 ok 635 ok 636 - ungetc, File 1, Transparent 1 ok 637 ok 638 ok 639 ok 640 ok 641 ok 642 ok 643 ok 644 ok 645 ok 646 ok 647 ok 648 ok 649 ok 650 ok 651 ok 652 - write tests - invalid data ok 653 - IO::Compress::Zip::write( { } ) ok 654 - Created IO::Compress::Zip object ok 655 - error - not a scalar reference ok 656 - IO::Compress::Zip::write( [ { } ] ) ok 657 - Created IO::Compress::Zip object ok 658 - error - not a scalar reference ok 659 - IO::Compress::Zip::write( [ [ { } ] ] ) ok 660 - Created IO::Compress::Zip object ok 661 - error - not a scalar reference ok 662 - IO::Compress::Zip::write( [ "" ] ) ok 663 - Created IO::Compress::Zip object ok 664 - error - not a scalar reference ok 665 - IO::Compress::Zip::write( [ undef ] ) ok 666 - Created IO::Compress::Zip object ok 667 - error - not a scalar reference ok 668 - IO::Compress::Zip::write( [ \$Answer ] ) ok 669 - Created IO::Compress::Zip object ok 670 - error - not a scalar reference ok 671 - no warnings ok t/101truncate-deflate...........1..735 ok 1 - Compressed size is 69 ok 2 - Fingerprint size is 2 ok 3 - Header size is 2 ok 4 - Trailer size is 4 ok 5 - Truncating IO::Compress::Deflate, Transparent 0 ok 6 - Fingerprint Truncation - length 1, Transparent 0 ok 7 ok 8 - Compressed Data Truncation - length 2, Transparent 0 ok 9 ok 10 ok 11 ok 12 ok 13 - Compressed Data Truncation - length 3, Transparent 0 ok 14 ok 15 ok 16 ok 17 ok 18 - Compressed Data Truncation - length 4, Transparent 0 ok 19 ok 20 ok 21 ok 22 ok 23 - Compressed Data Truncation - length 5, Transparent 0 ok 24 ok 25 ok 26 ok 27 ok 28 - Compressed Data Truncation - length 6, Transparent 0 ok 29 ok 30 ok 31 ok 32 ok 33 - Compressed Data Truncation - length 7, Transparent 0 ok 34 ok 35 ok 36 ok 37 ok 38 - Compressed Data Truncation - length 8, Transparent 0 ok 39 ok 40 ok 41 ok 42 ok 43 - Compressed Data Truncation - length 9, Transparent 0 ok 44 ok 45 ok 46 ok 47 ok 48 - Compressed Data Truncation - length 10, Transparent 0 ok 49 ok 50 ok 51 ok 52 ok 53 - Compressed Data Truncation - length 11, Transparent 0 ok 54 ok 55 ok 56 ok 57 ok 58 - Compressed Data Truncation - length 12, Transparent 0 ok 59 ok 60 ok 61 ok 62 ok 63 - Compressed Data Truncation - length 13, Transparent 0 ok 64 ok 65 ok 66 ok 67 ok 68 - Compressed Data Truncation - length 14, Transparent 0 ok 69 ok 70 ok 71 ok 72 ok 73 - Compressed Data Truncation - length 15, Transparent 0 ok 74 ok 75 ok 76 ok 77 ok 78 - Compressed Data Truncation - length 16, Transparent 0 ok 79 ok 80 ok 81 ok 82 ok 83 - Compressed Data Truncation - length 17, Transparent 0 ok 84 ok 85 ok 86 ok 87 ok 88 - Compressed Data Truncation - length 18, Transparent 0 ok 89 ok 90 ok 91 ok 92 ok 93 - Compressed Data Truncation - length 19, Transparent 0 ok 94 ok 95 ok 96 ok 97 ok 98 - Compressed Data Truncation - length 20, Transparent 0 ok 99 ok 100 ok 101 ok 102 ok 103 - Compressed Data Truncation - length 21, Transparent 0 ok 104 ok 105 ok 106 ok 107 ok 108 - Compressed Data Truncation - length 22, Transparent 0 ok 109 ok 110 ok 111 ok 112 ok 113 - Compressed Data Truncation - length 23, Transparent 0 ok 114 ok 115 ok 116 ok 117 ok 118 - Compressed Data Truncation - length 24, Transparent 0 ok 119 ok 120 ok 121 ok 122 ok 123 - Compressed Data Truncation - length 25, Transparent 0 ok 124 ok 125 ok 126 ok 127 ok 128 - Compressed Data Truncation - length 26, Transparent 0 ok 129 ok 130 ok 131 ok 132 ok 133 - Compressed Data Truncation - length 27, Transparent 0 ok 134 ok 135 ok 136 ok 137 ok 138 - Compressed Data Truncation - length 28, Transparent 0 ok 139 ok 140 ok 141 ok 142 ok 143 - Compressed Data Truncation - length 29, Transparent 0 ok 144 ok 145 ok 146 ok 147 ok 148 - Compressed Data Truncation - length 30, Transparent 0 ok 149 ok 150 ok 151 ok 152 ok 153 - Compressed Data Truncation - length 31, Transparent 0 ok 154 ok 155 ok 156 ok 157 ok 158 - Compressed Data Truncation - length 32, Transparent 0 ok 159 ok 160 ok 161 ok 162 ok 163 - Compressed Data Truncation - length 33, Transparent 0 ok 164 ok 165 ok 166 ok 167 ok 168 - Compressed Data Truncation - length 34, Transparent 0 ok 169 ok 170 ok 171 ok 172 ok 173 - Compressed Data Truncation - length 35, Transparent 0 ok 174 ok 175 ok 176 ok 177 ok 178 - Compressed Data Truncation - length 36, Transparent 0 ok 179 ok 180 ok 181 ok 182 ok 183 - Compressed Data Truncation - length 37, Transparent 0 ok 184 ok 185 ok 186 ok 187 ok 188 - Compressed Data Truncation - length 38, Transparent 0 ok 189 ok 190 ok 191 ok 192 ok 193 - Compressed Data Truncation - length 39, Transparent 0 ok 194 ok 195 ok 196 ok 197 ok 198 - Compressed Data Truncation - length 40, Transparent 0 ok 199 ok 200 ok 201 ok 202 ok 203 - Compressed Data Truncation - length 41, Transparent 0 ok 204 ok 205 ok 206 ok 207 ok 208 - Compressed Data Truncation - length 42, Transparent 0 ok 209 ok 210 ok 211 ok 212 ok 213 - Compressed Data Truncation - length 43, Transparent 0 ok 214 ok 215 ok 216 ok 217 ok 218 - Compressed Data Truncation - length 44, Transparent 0 ok 219 ok 220 ok 221 ok 222 ok 223 - Compressed Data Truncation - length 45, Transparent 0 ok 224 ok 225 ok 226 ok 227 ok 228 - Compressed Data Truncation - length 46, Transparent 0 ok 229 ok 230 ok 231 ok 232 ok 233 - Compressed Data Truncation - length 47, Transparent 0 ok 234 ok 235 ok 236 ok 237 ok 238 - Compressed Data Truncation - length 48, Transparent 0 ok 239 ok 240 ok 241 ok 242 ok 243 - Compressed Data Truncation - length 49, Transparent 0 ok 244 ok 245 ok 246 ok 247 ok 248 - Compressed Data Truncation - length 50, Transparent 0 ok 249 ok 250 ok 251 ok 252 ok 253 - Compressed Data Truncation - length 51, Transparent 0 ok 254 ok 255 ok 256 ok 257 ok 258 - Compressed Data Truncation - length 52, Transparent 0 ok 259 ok 260 ok 261 ok 262 ok 263 - Compressed Data Truncation - length 53, Transparent 0 ok 264 ok 265 ok 266 ok 267 ok 268 - Compressed Data Truncation - length 54, Transparent 0 ok 269 ok 270 ok 271 ok 272 ok 273 - Compressed Data Truncation - length 55, Transparent 0 ok 274 ok 275 ok 276 ok 277 ok 278 - Compressed Data Truncation - length 56, Transparent 0 ok 279 ok 280 ok 281 ok 282 ok 283 - Compressed Data Truncation - length 57, Transparent 0 ok 284 ok 285 ok 286 ok 287 ok 288 - Compressed Data Truncation - length 58, Transparent 0 ok 289 ok 290 ok 291 ok 292 ok 293 - Compressed Data Truncation - length 59, Transparent 0 ok 294 ok 295 ok 296 ok 297 ok 298 - Compressed Data Truncation - length 60, Transparent 0 ok 299 ok 300 ok 301 ok 302 ok 303 - Compressed Data Truncation - length 61, Transparent 0 ok 304 ok 305 ok 306 ok 307 ok 308 - Compressed Data Truncation - length 62, Transparent 0 ok 309 ok 310 ok 311 ok 312 ok 313 - Compressed Data Truncation - length 63, Transparent 0 ok 314 ok 315 ok 316 ok 317 ok 318 - Compressed Data Truncation - length 64, Transparent 0 ok 319 ok 320 ok 321 ok 322 ok 323 - Compressed Trailer Truncation ok 324 - Compressed Trailer Truncation - Length 65, Lax 0, Transparent 0 ok 325 ok 326 ok 327 ok 328 ok 329 - Compressed Trailer Truncation - Length 65, Lax 1, Transparent 0 ok 330 ok 331 ok 332 ok 333 ok 334 ok 335 - Compressed Trailer Truncation - Length 66, Lax 0, Transparent 0 ok 336 ok 337 ok 338 ok 339 ok 340 - Compressed Trailer Truncation - Length 66, Lax 1, Transparent 0 ok 341 ok 342 ok 343 ok 344 ok 345 ok 346 - Compressed Trailer Truncation - Length 67, Lax 0, Transparent 0 ok 347 ok 348 ok 349 ok 350 ok 351 - Compressed Trailer Truncation - Length 67, Lax 1, Transparent 0 ok 352 ok 353 ok 354 ok 355 ok 356 ok 357 - Compressed Trailer Truncation - Length 68, Lax 0, Transparent 0 ok 358 ok 359 ok 360 ok 361 ok 362 - Compressed Trailer Truncation - Length 68, Lax 1, Transparent 0 ok 363 ok 364 ok 365 ok 366 ok 367 ok 368 - Truncating IO::Compress::Deflate, Transparent 1 ok 369 - Fingerprint Truncation - length 1, Transparent 1 ok 370 ok 371 ok 372 ok 373 ok 374 ok 375 - Compressed Data Truncation - length 2, Transparent 1 ok 376 ok 377 ok 378 ok 379 ok 380 - Compressed Data Truncation - length 3, Transparent 1 ok 381 ok 382 ok 383 ok 384 ok 385 - Compressed Data Truncation - length 4, Transparent 1 ok 386 ok 387 ok 388 ok 389 ok 390 - Compressed Data Truncation - length 5, Transparent 1 ok 391 ok 392 ok 393 ok 394 ok 395 - Compressed Data Truncation - length 6, Transparent 1 ok 396 ok 397 ok 398 ok 399 ok 400 - Compressed Data Truncation - length 7, Transparent 1 ok 401 ok 402 ok 403 ok 404 ok 405 - Compressed Data Truncation - length 8, Transparent 1 ok 406 ok 407 ok 408 ok 409 ok 410 - Compressed Data Truncation - length 9, Transparent 1 ok 411 ok 412 ok 413 ok 414 ok 415 - Compressed Data Truncation - length 10, Transparent 1 ok 416 ok 417 ok 418 ok 419 ok 420 - Compressed Data Truncation - length 11, Transparent 1 ok 421 ok 422 ok 423 ok 424 ok 425 - Compressed Data Truncation - length 12, Transparent 1 ok 426 ok 427 ok 428 ok 429 ok 430 - Compressed Data Truncation - length 13, Transparent 1 ok 431 ok 432 ok 433 ok 434 ok 435 - Compressed Data Truncation - length 14, Transparent 1 ok 436 ok 437 ok 438 ok 439 ok 440 - Compressed Data Truncation - length 15, Transparent 1 ok 441 ok 442 ok 443 ok 444 ok 445 - Compressed Data Truncation - length 16, Transparent 1 ok 446 ok 447 ok 448 ok 449 ok 450 - Compressed Data Truncation - length 17, Transparent 1 ok 451 ok 452 ok 453 ok 454 ok 455 - Compressed Data Truncation - length 18, Transparent 1 ok 456 ok 457 ok 458 ok 459 ok 460 - Compressed Data Truncation - length 19, Transparent 1 ok 461 ok 462 ok 463 ok 464 ok 465 - Compressed Data Truncation - length 20, Transparent 1 ok 466 ok 467 ok 468 ok 469 ok 470 - Compressed Data Truncation - length 21, Transparent 1 ok 471 ok 472 ok 473 ok 474 ok 475 - Compressed Data Truncation - length 22, Transparent 1 ok 476 ok 477 ok 478 ok 479 ok 480 - Compressed Data Truncation - length 23, Transparent 1 ok 481 ok 482 ok 483 ok 484 ok 485 - Compressed Data Truncation - length 24, Transparent 1 ok 486 ok 487 ok 488 ok 489 ok 490 - Compressed Data Truncation - length 25, Transparent 1 ok 491 ok 492 ok 493 ok 494 ok 495 - Compressed Data Truncation - length 26, Transparent 1 ok 496 ok 497 ok 498 ok 499 ok 500 - Compressed Data Truncation - length 27, Transparent 1 ok 501 ok 502 ok 503 ok 504 ok 505 - Compressed Data Truncation - length 28, Transparent 1 ok 506 ok 507 ok 508 ok 509 ok 510 - Compressed Data Truncation - length 29, Transparent 1 ok 511 ok 512 ok 513 ok 514 ok 515 - Compressed Data Truncation - length 30, Transparent 1 ok 516 ok 517 ok 518 ok 519 ok 520 - Compressed Data Truncation - length 31, Transparent 1 ok 521 ok 522 ok 523 ok 524 ok 525 - Compressed Data Truncation - length 32, Transparent 1 ok 526 ok 527 ok 528 ok 529 ok 530 - Compressed Data Truncation - length 33, Transparent 1 ok 531 ok 532 ok 533 ok 534 ok 535 - Compressed Data Truncation - length 34, Transparent 1 ok 536 ok 537 ok 538 ok 539 ok 540 - Compressed Data Truncation - length 35, Transparent 1 ok 541 ok 542 ok 543 ok 544 ok 545 - Compressed Data Truncation - length 36, Transparent 1 ok 546 ok 547 ok 548 ok 549 ok 550 - Compressed Data Truncation - length 37, Transparent 1 ok 551 ok 552 ok 553 ok 554 ok 555 - Compressed Data Truncation - length 38, Transparent 1 ok 556 ok 557 ok 558 ok 559 ok 560 - Compressed Data Truncation - length 39, Transparent 1 ok 561 ok 562 ok 563 ok 564 ok 565 - Compressed Data Truncation - length 40, Transparent 1 ok 566 ok 567 ok 568 ok 569 ok 570 - Compressed Data Truncation - length 41, Transparent 1 ok 571 ok 572 ok 573 ok 574 ok 575 - Compressed Data Truncation - length 42, Transparent 1 ok 576 ok 577 ok 578 ok 579 ok 580 - Compressed Data Truncation - length 43, Transparent 1 ok 581 ok 582 ok 583 ok 584 ok 585 - Compressed Data Truncation - length 44, Transparent 1 ok 586 ok 587 ok 588 ok 589 ok 590 - Compressed Data Truncation - length 45, Transparent 1 ok 591 ok 592 ok 593 ok 594 ok 595 - Compressed Data Truncation - length 46, Transparent 1 ok 596 ok 597 ok 598 ok 599 ok 600 - Compressed Data Truncation - length 47, Transparent 1 ok 601 ok 602 ok 603 ok 604 ok 605 - Compressed Data Truncation - length 48, Transparent 1 ok 606 ok 607 ok 608 ok 609 ok 610 - Compressed Data Truncation - length 49, Transparent 1 ok 611 ok 612 ok 613 ok 614 ok 615 - Compressed Data Truncation - length 50, Transparent 1 ok 616 ok 617 ok 618 ok 619 ok 620 - Compressed Data Truncation - length 51, Transparent 1 ok 621 ok 622 ok 623 ok 624 ok 625 - Compressed Data Truncation - length 52, Transparent 1 ok 626 ok 627 ok 628 ok 629 ok 630 - Compressed Data Truncation - length 53, Transparent 1 ok 631 ok 632 ok 633 ok 634 ok 635 - Compressed Data Truncation - length 54, Transparent 1 ok 636 ok 637 ok 638 ok 639 ok 640 - Compressed Data Truncation - length 55, Transparent 1 ok 641 ok 642 ok 643 ok 644 ok 645 - Compressed Data Truncation - length 56, Transparent 1 ok 646 ok 647 ok 648 ok 649 ok 650 - Compressed Data Truncation - length 57, Transparent 1 ok 651 ok 652 ok 653 ok 654 ok 655 - Compressed Data Truncation - length 58, Transparent 1 ok 656 ok 657 ok 658 ok 659 ok 660 - Compressed Data Truncation - length 59, Transparent 1 ok 661 ok 662 ok 663 ok 664 ok 665 - Compressed Data Truncation - length 60, Transparent 1 ok 666 ok 667 ok 668 ok 669 ok 670 - Compressed Data Truncation - length 61, Transparent 1 ok 671 ok 672 ok 673 ok 674 ok 675 - Compressed Data Truncation - length 62, Transparent 1 ok 676 ok 677 ok 678 ok 679 ok 680 - Compressed Data Truncation - length 63, Transparent 1 ok 681 ok 682 ok 683 ok 684 ok 685 - Compressed Data Truncation - length 64, Transparent 1 ok 686 ok 687 ok 688 ok 689 ok 690 - Compressed Trailer Truncation ok 691 - Compressed Trailer Truncation - Length 65, Lax 0, Transparent 1 ok 692 ok 693 ok 694 ok 695 ok 696 - Compressed Trailer Truncation - Length 65, Lax 1, Transparent 1 ok 697 ok 698 ok 699 ok 700 ok 701 ok 702 - Compressed Trailer Truncation - Length 66, Lax 0, Transparent 1 ok 703 ok 704 ok 705 ok 706 ok 707 - Compressed Trailer Truncation - Length 66, Lax 1, Transparent 1 ok 708 ok 709 ok 710 ok 711 ok 712 ok 713 - Compressed Trailer Truncation - Length 67, Lax 0, Transparent 1 ok 714 ok 715 ok 716 ok 717 ok 718 - Compressed Trailer Truncation - Length 67, Lax 1, Transparent 1 ok 719 ok 720 ok 721 ok 722 ok 723 ok 724 - Compressed Trailer Truncation - Length 68, Lax 0, Transparent 1 ok 725 ok 726 ok 727 ok 728 ok 729 - Compressed Trailer Truncation - Length 68, Lax 1, Transparent 1 ok 730 ok 731 ok 732 ok 733 ok 734 ok 735 - no warnings ok t/101truncate-gzip..............1..979 ok 1 - Compressed size is 112 ok 2 - Fingerprint size is 2 ok 3 - Header size is 41 ok 4 - Trailer size is 8 ok 5 - Truncating IO::Compress::Gzip, Transparent 0 ok 6 - Fingerprint Truncation - length 1, Transparent 0 ok 7 ok 8 - Header Truncation - length 2, Transparent 0 ok 9 ok 10 - Header Truncation - length 3, Transparent 0 ok 11 ok 12 - Header Truncation - length 4, Transparent 0 ok 13 ok 14 - Header Truncation - length 5, Transparent 0 ok 15 ok 16 - Header Truncation - length 6, Transparent 0 ok 17 ok 18 - Header Truncation - length 7, Transparent 0 ok 19 ok 20 - Header Truncation - length 8, Transparent 0 ok 21 ok 22 - Header Truncation - length 9, Transparent 0 ok 23 ok 24 - Header Truncation - length 10, Transparent 0 ok 25 ok 26 - Header Truncation - length 11, Transparent 0 ok 27 ok 28 - Header Truncation - length 12, Transparent 0 ok 29 ok 30 - Header Truncation - length 13, Transparent 0 ok 31 ok 32 - Header Truncation - length 14, Transparent 0 ok 33 ok 34 - Header Truncation - length 15, Transparent 0 ok 35 ok 36 - Header Truncation - length 16, Transparent 0 ok 37 ok 38 - Header Truncation - length 17, Transparent 0 ok 39 ok 40 - Header Truncation - length 18, Transparent 0 ok 41 ok 42 - Header Truncation - length 19, Transparent 0 ok 43 ok 44 - Header Truncation - length 20, Transparent 0 ok 45 ok 46 - Header Truncation - length 21, Transparent 0 ok 47 ok 48 - Header Truncation - length 22, Transparent 0 ok 49 ok 50 - Header Truncation - length 23, Transparent 0 ok 51 ok 52 - Header Truncation - length 24, Transparent 0 ok 53 ok 54 - Header Truncation - length 25, Transparent 0 ok 55 ok 56 - Header Truncation - length 26, Transparent 0 ok 57 ok 58 - Header Truncation - length 27, Transparent 0 ok 59 ok 60 - Header Truncation - length 28, Transparent 0 ok 61 ok 62 - Header Truncation - length 29, Transparent 0 ok 63 ok 64 - Header Truncation - length 30, Transparent 0 ok 65 ok 66 - Header Truncation - length 31, Transparent 0 ok 67 ok 68 - Header Truncation - length 32, Transparent 0 ok 69 ok 70 - Header Truncation - length 33, Transparent 0 ok 71 ok 72 - Header Truncation - length 34, Transparent 0 ok 73 ok 74 - Header Truncation - length 35, Transparent 0 ok 75 ok 76 - Header Truncation - length 36, Transparent 0 ok 77 ok 78 - Header Truncation - length 37, Transparent 0 ok 79 ok 80 - Header Truncation - length 38, Transparent 0 ok 81 ok 82 - Header Truncation - length 39, Transparent 0 ok 83 ok 84 - Header Truncation - length 40, Transparent 0 ok 85 ok 86 - Compressed Data Truncation - length 41, Transparent 0 ok 87 ok 88 ok 89 ok 90 ok 91 - Compressed Data Truncation - length 42, Transparent 0 ok 92 ok 93 ok 94 ok 95 ok 96 - Compressed Data Truncation - length 43, Transparent 0 ok 97 ok 98 ok 99 ok 100 ok 101 - Compressed Data Truncation - length 44, Transparent 0 ok 102 ok 103 ok 104 ok 105 ok 106 - Compressed Data Truncation - length 45, Transparent 0 ok 107 ok 108 ok 109 ok 110 ok 111 - Compressed Data Truncation - length 46, Transparent 0 ok 112 ok 113 ok 114 ok 115 ok 116 - Compressed Data Truncation - length 47, Transparent 0 ok 117 ok 118 ok 119 ok 120 ok 121 - Compressed Data Truncation - length 48, Transparent 0 ok 122 ok 123 ok 124 ok 125 ok 126 - Compressed Data Truncation - length 49, Transparent 0 ok 127 ok 128 ok 129 ok 130 ok 131 - Compressed Data Truncation - length 50, Transparent 0 ok 132 ok 133 ok 134 ok 135 ok 136 - Compressed Data Truncation - length 51, Transparent 0 ok 137 ok 138 ok 139 ok 140 ok 141 - Compressed Data Truncation - length 52, Transparent 0 ok 142 ok 143 ok 144 ok 145 ok 146 - Compressed Data Truncation - length 53, Transparent 0 ok 147 ok 148 ok 149 ok 150 ok 151 - Compressed Data Truncation - length 54, Transparent 0 ok 152 ok 153 ok 154 ok 155 ok 156 - Compressed Data Truncation - length 55, Transparent 0 ok 157 ok 158 ok 159 ok 160 ok 161 - Compressed Data Truncation - length 56, Transparent 0 ok 162 ok 163 ok 164 ok 165 ok 166 - Compressed Data Truncation - length 57, Transparent 0 ok 167 ok 168 ok 169 ok 170 ok 171 - Compressed Data Truncation - length 58, Transparent 0 ok 172 ok 173 ok 174 ok 175 ok 176 - Compressed Data Truncation - length 59, Transparent 0 ok 177 ok 178 ok 179 ok 180 ok 181 - Compressed Data Truncation - length 60, Transparent 0 ok 182 ok 183 ok 184 ok 185 ok 186 - Compressed Data Truncation - length 61, Transparent 0 ok 187 ok 188 ok 189 ok 190 ok 191 - Compressed Data Truncation - length 62, Transparent 0 ok 192 ok 193 ok 194 ok 195 ok 196 - Compressed Data Truncation - length 63, Transparent 0 ok 197 ok 198 ok 199 ok 200 ok 201 - Compressed Data Truncation - length 64, Transparent 0 ok 202 ok 203 ok 204 ok 205 ok 206 - Compressed Data Truncation - length 65, Transparent 0 ok 207 ok 208 ok 209 ok 210 ok 211 - Compressed Data Truncation - length 66, Transparent 0 ok 212 ok 213 ok 214 ok 215 ok 216 - Compressed Data Truncation - length 67, Transparent 0 ok 217 ok 218 ok 219 ok 220 ok 221 - Compressed Data Truncation - length 68, Transparent 0 ok 222 ok 223 ok 224 ok 225 ok 226 - Compressed Data Truncation - length 69, Transparent 0 ok 227 ok 228 ok 229 ok 230 ok 231 - Compressed Data Truncation - length 70, Transparent 0 ok 232 ok 233 ok 234 ok 235 ok 236 - Compressed Data Truncation - length 71, Transparent 0 ok 237 ok 238 ok 239 ok 240 ok 241 - Compressed Data Truncation - length 72, Transparent 0 ok 242 ok 243 ok 244 ok 245 ok 246 - Compressed Data Truncation - length 73, Transparent 0 ok 247 ok 248 ok 249 ok 250 ok 251 - Compressed Data Truncation - length 74, Transparent 0 ok 252 ok 253 ok 254 ok 255 ok 256 - Compressed Data Truncation - length 75, Transparent 0 ok 257 ok 258 ok 259 ok 260 ok 261 - Compressed Data Truncation - length 76, Transparent 0 ok 262 ok 263 ok 264 ok 265 ok 266 - Compressed Data Truncation - length 77, Transparent 0 ok 267 ok 268 ok 269 ok 270 ok 271 - Compressed Data Truncation - length 78, Transparent 0 ok 272 ok 273 ok 274 ok 275 ok 276 - Compressed Data Truncation - length 79, Transparent 0 ok 277 ok 278 ok 279 ok 280 ok 281 - Compressed Data Truncation - length 80, Transparent 0 ok 282 ok 283 ok 284 ok 285 ok 286 - Compressed Data Truncation - length 81, Transparent 0 ok 287 ok 288 ok 289 ok 290 ok 291 - Compressed Data Truncation - length 82, Transparent 0 ok 292 ok 293 ok 294 ok 295 ok 296 - Compressed Data Truncation - length 83, Transparent 0 ok 297 ok 298 ok 299 ok 300 ok 301 - Compressed Data Truncation - length 84, Transparent 0 ok 302 ok 303 ok 304 ok 305 ok 306 - Compressed Data Truncation - length 85, Transparent 0 ok 307 ok 308 ok 309 ok 310 ok 311 - Compressed Data Truncation - length 86, Transparent 0 ok 312 ok 313 ok 314 ok 315 ok 316 - Compressed Data Truncation - length 87, Transparent 0 ok 317 ok 318 ok 319 ok 320 ok 321 - Compressed Data Truncation - length 88, Transparent 0 ok 322 ok 323 ok 324 ok 325 ok 326 - Compressed Data Truncation - length 89, Transparent 0 ok 327 ok 328 ok 329 ok 330 ok 331 - Compressed Data Truncation - length 90, Transparent 0 ok 332 ok 333 ok 334 ok 335 ok 336 - Compressed Data Truncation - length 91, Transparent 0 ok 337 ok 338 ok 339 ok 340 ok 341 - Compressed Data Truncation - length 92, Transparent 0 ok 342 ok 343 ok 344 ok 345 ok 346 - Compressed Data Truncation - length 93, Transparent 0 ok 347 ok 348 ok 349 ok 350 ok 351 - Compressed Data Truncation - length 94, Transparent 0 ok 352 ok 353 ok 354 ok 355 ok 356 - Compressed Data Truncation - length 95, Transparent 0 ok 357 ok 358 ok 359 ok 360 ok 361 - Compressed Data Truncation - length 96, Transparent 0 ok 362 ok 363 ok 364 ok 365 ok 366 - Compressed Data Truncation - length 97, Transparent 0 ok 367 ok 368 ok 369 ok 370 ok 371 - Compressed Data Truncation - length 98, Transparent 0 ok 372 ok 373 ok 374 ok 375 ok 376 - Compressed Data Truncation - length 99, Transparent 0 ok 377 ok 378 ok 379 ok 380 ok 381 - Compressed Data Truncation - length 100, Transparent 0 ok 382 ok 383 ok 384 ok 385 ok 386 - Compressed Data Truncation - length 101, Transparent 0 ok 387 ok 388 ok 389 ok 390 ok 391 - Compressed Data Truncation - length 102, Transparent 0 ok 392 ok 393 ok 394 ok 395 ok 396 - Compressed Data Truncation - length 103, Transparent 0 ok 397 ok 398 ok 399 ok 400 ok 401 - Compressed Trailer Truncation ok 402 - Compressed Trailer Truncation - Length 104, Lax 0, Transparent 0 ok 403 ok 404 ok 405 ok 406 ok 407 - Compressed Trailer Truncation - Length 104, Lax 1, Transparent 0 ok 408 ok 409 ok 410 ok 411 ok 412 ok 413 - Compressed Trailer Truncation - Length 105, Lax 0, Transparent 0 ok 414 ok 415 ok 416 ok 417 ok 418 - Compressed Trailer Truncation - Length 105, Lax 1, Transparent 0 ok 419 ok 420 ok 421 ok 422 ok 423 ok 424 - Compressed Trailer Truncation - Length 106, Lax 0, Transparent 0 ok 425 ok 426 ok 427 ok 428 ok 429 - Compressed Trailer Truncation - Length 106, Lax 1, Transparent 0 ok 430 ok 431 ok 432 ok 433 ok 434 ok 435 - Compressed Trailer Truncation - Length 107, Lax 0, Transparent 0 ok 436 ok 437 ok 438 ok 439 ok 440 - Compressed Trailer Truncation - Length 107, Lax 1, Transparent 0 ok 441 ok 442 ok 443 ok 444 ok 445 ok 446 - Compressed Trailer Truncation - Length 108, Lax 0, Transparent 0 ok 447 ok 448 ok 449 ok 450 ok 451 - Compressed Trailer Truncation - Length 108, Lax 1, Transparent 0 ok 452 ok 453 ok 454 ok 455 ok 456 ok 457 - Compressed Trailer Truncation - Length 109, Lax 0, Transparent 0 ok 458 ok 459 ok 460 ok 461 ok 462 - Compressed Trailer Truncation - Length 109, Lax 1, Transparent 0 ok 463 ok 464 ok 465 ok 466 ok 467 ok 468 - Compressed Trailer Truncation - Length 110, Lax 0, Transparent 0 ok 469 ok 470 ok 471 ok 472 ok 473 - Compressed Trailer Truncation - Length 110, Lax 1, Transparent 0 ok 474 ok 475 ok 476 ok 477 ok 478 ok 479 - Compressed Trailer Truncation - Length 111, Lax 0, Transparent 0 ok 480 ok 481 ok 482 ok 483 ok 484 - Compressed Trailer Truncation - Length 111, Lax 1, Transparent 0 ok 485 ok 486 ok 487 ok 488 ok 489 ok 490 - Truncating IO::Compress::Gzip, Transparent 1 ok 491 - Fingerprint Truncation - length 1, Transparent 1 ok 492 ok 493 ok 494 ok 495 ok 496 ok 497 - Header Truncation - length 2, Transparent 1 ok 498 ok 499 - Header Truncation - length 3, Transparent 1 ok 500 ok 501 - Header Truncation - length 4, Transparent 1 ok 502 ok 503 - Header Truncation - length 5, Transparent 1 ok 504 ok 505 - Header Truncation - length 6, Transparent 1 ok 506 ok 507 - Header Truncation - length 7, Transparent 1 ok 508 ok 509 - Header Truncation - length 8, Transparent 1 ok 510 ok 511 - Header Truncation - length 9, Transparent 1 ok 512 ok 513 - Header Truncation - length 10, Transparent 1 ok 514 ok 515 - Header Truncation - length 11, Transparent 1 ok 516 ok 517 - Header Truncation - length 12, Transparent 1 ok 518 ok 519 - Header Truncation - length 13, Transparent 1 ok 520 ok 521 - Header Truncation - length 14, Transparent 1 ok 522 ok 523 - Header Truncation - length 15, Transparent 1 ok 524 ok 525 - Header Truncation - length 16, Transparent 1 ok 526 ok 527 - Header Truncation - length 17, Transparent 1 ok 528 ok 529 - Header Truncation - length 18, Transparent 1 ok 530 ok 531 - Header Truncation - length 19, Transparent 1 ok 532 ok 533 - Header Truncation - length 20, Transparent 1 ok 534 ok 535 - Header Truncation - length 21, Transparent 1 ok 536 ok 537 - Header Truncation - length 22, Transparent 1 ok 538 ok 539 - Header Truncation - length 23, Transparent 1 ok 540 ok 541 - Header Truncation - length 24, Transparent 1 ok 542 ok 543 - Header Truncation - length 25, Transparent 1 ok 544 ok 545 - Header Truncation - length 26, Transparent 1 ok 546 ok 547 - Header Truncation - length 27, Transparent 1 ok 548 ok 549 - Header Truncation - length 28, Transparent 1 ok 550 ok 551 - Header Truncation - length 29, Transparent 1 ok 552 ok 553 - Header Truncation - length 30, Transparent 1 ok 554 ok 555 - Header Truncation - length 31, Transparent 1 ok 556 ok 557 - Header Truncation - length 32, Transparent 1 ok 558 ok 559 - Header Truncation - length 33, Transparent 1 ok 560 ok 561 - Header Truncation - length 34, Transparent 1 ok 562 ok 563 - Header Truncation - length 35, Transparent 1 ok 564 ok 565 - Header Truncation - length 36, Transparent 1 ok 566 ok 567 - Header Truncation - length 37, Transparent 1 ok 568 ok 569 - Header Truncation - length 38, Transparent 1 ok 570 ok 571 - Header Truncation - length 39, Transparent 1 ok 572 ok 573 - Header Truncation - length 40, Transparent 1 ok 574 ok 575 - Compressed Data Truncation - length 41, Transparent 1 ok 576 ok 577 ok 578 ok 579 ok 580 - Compressed Data Truncation - length 42, Transparent 1 ok 581 ok 582 ok 583 ok 584 ok 585 - Compressed Data Truncation - length 43, Transparent 1 ok 586 ok 587 ok 588 ok 589 ok 590 - Compressed Data Truncation - length 44, Transparent 1 ok 591 ok 592 ok 593 ok 594 ok 595 - Compressed Data Truncation - length 45, Transparent 1 ok 596 ok 597 ok 598 ok 599 ok 600 - Compressed Data Truncation - length 46, Transparent 1 ok 601 ok 602 ok 603 ok 604 ok 605 - Compressed Data Truncation - length 47, Transparent 1 ok 606 ok 607 ok 608 ok 609 ok 610 - Compressed Data Truncation - length 48, Transparent 1 ok 611 ok 612 ok 613 ok 614 ok 615 - Compressed Data Truncation - length 49, Transparent 1 ok 616 ok 617 ok 618 ok 619 ok 620 - Compressed Data Truncation - length 50, Transparent 1 ok 621 ok 622 ok 623 ok 624 ok 625 - Compressed Data Truncation - length 51, Transparent 1 ok 626 ok 627 ok 628 ok 629 ok 630 - Compressed Data Truncation - length 52, Transparent 1 ok 631 ok 632 ok 633 ok 634 ok 635 - Compressed Data Truncation - length 53, Transparent 1 ok 636 ok 637 ok 638 ok 639 ok 640 - Compressed Data Truncation - length 54, Transparent 1 ok 641 ok 642 ok 643 ok 644 ok 645 - Compressed Data Truncation - length 55, Transparent 1 ok 646 ok 647 ok 648 ok 649 ok 650 - Compressed Data Truncation - length 56, Transparent 1 ok 651 ok 652 ok 653 ok 654 ok 655 - Compressed Data Truncation - length 57, Transparent 1 ok 656 ok 657 ok 658 ok 659 ok 660 - Compressed Data Truncation - length 58, Transparent 1 ok 661 ok 662 ok 663 ok 664 ok 665 - Compressed Data Truncation - length 59, Transparent 1 ok 666 ok 667 ok 668 ok 669 ok 670 - Compressed Data Truncation - length 60, Transparent 1 ok 671 ok 672 ok 673 ok 674 ok 675 - Compressed Data Truncation - length 61, Transparent 1 ok 676 ok 677 ok 678 ok 679 ok 680 - Compressed Data Truncation - length 62, Transparent 1 ok 681 ok 682 ok 683 ok 684 ok 685 - Compressed Data Truncation - length 63, Transparent 1 ok 686 ok 687 ok 688 ok 689 ok 690 - Compressed Data Truncation - length 64, Transparent 1 ok 691 ok 692 ok 693 ok 694 ok 695 - Compressed Data Truncation - length 65, Transparent 1 ok 696 ok 697 ok 698 ok 699 ok 700 - Compressed Data Truncation - length 66, Transparent 1 ok 701 ok 702 ok 703 ok 704 ok 705 - Compressed Data Truncation - length 67, Transparent 1 ok 706 ok 707 ok 708 ok 709 ok 710 - Compressed Data Truncation - length 68, Transparent 1 ok 711 ok 712 ok 713 ok 714 ok 715 - Compressed Data Truncation - length 69, Transparent 1 ok 716 ok 717 ok 718 ok 719 ok 720 - Compressed Data Truncation - length 70, Transparent 1 ok 721 ok 722 ok 723 ok 724 ok 725 - Compressed Data Truncation - length 71, Transparent 1 ok 726 ok 727 ok 728 ok 729 ok 730 - Compressed Data Truncation - length 72, Transparent 1 ok 731 ok 732 ok 733 ok 734 ok 735 - Compressed Data Truncation - length 73, Transparent 1 ok 736 ok 737 ok 738 ok 739 ok 740 - Compressed Data Truncation - length 74, Transparent 1 ok 741 ok 742 ok 743 ok 744 ok 745 - Compressed Data Truncation - length 75, Transparent 1 ok 746 ok 747 ok 748 ok 749 ok 750 - Compressed Data Truncation - length 76, Transparent 1 ok 751 ok 752 ok 753 ok 754 ok 755 - Compressed Data Truncation - length 77, Transparent 1 ok 756 ok 757 ok 758 ok 759 ok 760 - Compressed Data Truncation - length 78, Transparent 1 ok 761 ok 762 ok 763 ok 764 ok 765 - Compressed Data Truncation - length 79, Transparent 1 ok 766 ok 767 ok 768 ok 769 ok 770 - Compressed Data Truncation - length 80, Transparent 1 ok 771 ok 772 ok 773 ok 774 ok 775 - Compressed Data Truncation - length 81, Transparent 1 ok 776 ok 777 ok 778 ok 779 ok 780 - Compressed Data Truncation - length 82, Transparent 1 ok 781 ok 782 ok 783 ok 784 ok 785 - Compressed Data Truncation - length 83, Transparent 1 ok 786 ok 787 ok 788 ok 789 ok 790 - Compressed Data Truncation - length 84, Transparent 1 ok 791 ok 792 ok 793 ok 794 ok 795 - Compressed Data Truncation - length 85, Transparent 1 ok 796 ok 797 ok 798 ok 799 ok 800 - Compressed Data Truncation - length 86, Transparent 1 ok 801 ok 802 ok 803 ok 804 ok 805 - Compressed Data Truncation - length 87, Transparent 1 ok 806 ok 807 ok 808 ok 809 ok 810 - Compressed Data Truncation - length 88, Transparent 1 ok 811 ok 812 ok 813 ok 814 ok 815 - Compressed Data Truncation - length 89, Transparent 1 ok 816 ok 817 ok 818 ok 819 ok 820 - Compressed Data Truncation - length 90, Transparent 1 ok 821 ok 822 ok 823 ok 824 ok 825 - Compressed Data Truncation - length 91, Transparent 1 ok 826 ok 827 ok 828 ok 829 ok 830 - Compressed Data Truncation - length 92, Transparent 1 ok 831 ok 832 ok 833 ok 834 ok 835 - Compressed Data Truncation - length 93, Transparent 1 ok 836 ok 837 ok 838 ok 839 ok 840 - Compressed Data Truncation - length 94, Transparent 1 ok 841 ok 842 ok 843 ok 844 ok 845 - Compressed Data Truncation - length 95, Transparent 1 ok 846 ok 847 ok 848 ok 849 ok 850 - Compressed Data Truncation - length 96, Transparent 1 ok 851 ok 852 ok 853 ok 854 ok 855 - Compressed Data Truncation - length 97, Transparent 1 ok 856 ok 857 ok 858 ok 859 ok 860 - Compressed Data Truncation - length 98, Transparent 1 ok 861 ok 862 ok 863 ok 864 ok 865 - Compressed Data Truncation - length 99, Transparent 1 ok 866 ok 867 ok 868 ok 869 ok 870 - Compressed Data Truncation - length 100, Transparent 1 ok 871 ok 872 ok 873 ok 874 ok 875 - Compressed Data Truncation - length 101, Transparent 1 ok 876 ok 877 ok 878 ok 879 ok 880 - Compressed Data Truncation - length 102, Transparent 1 ok 881 ok 882 ok 883 ok 884 ok 885 - Compressed Data Truncation - length 103, Transparent 1 ok 886 ok 887 ok 888 ok 889 ok 890 - Compressed Trailer Truncation ok 891 - Compressed Trailer Truncation - Length 104, Lax 0, Transparent 1 ok 892 ok 893 ok 894 ok 895 ok 896 - Compressed Trailer Truncation - Length 104, Lax 1, Transparent 1 ok 897 ok 898 ok 899 ok 900 ok 901 ok 902 - Compressed Trailer Truncation - Length 105, Lax 0, Transparent 1 ok 903 ok 904 ok 905 ok 906 ok 907 - Compressed Trailer Truncation - Length 105, Lax 1, Transparent 1 ok 908 ok 909 ok 910 ok 911 ok 912 ok 913 - Compressed Trailer Truncation - Length 106, Lax 0, Transparent 1 ok 914 ok 915 ok 916 ok 917 ok 918 - Compressed Trailer Truncation - Length 106, Lax 1, Transparent 1 ok 919 ok 920 ok 921 ok 922 ok 923 ok 924 - Compressed Trailer Truncation - Length 107, Lax 0, Transparent 1 ok 925 ok 926 ok 927 ok 928 ok 929 - Compressed Trailer Truncation - Length 107, Lax 1, Transparent 1 ok 930 ok 931 ok 932 ok 933 ok 934 ok 935 - Compressed Trailer Truncation - Length 108, Lax 0, Transparent 1 ok 936 ok 937 ok 938 ok 939 ok 940 - Compressed Trailer Truncation - Length 108, Lax 1, Transparent 1 ok 941 ok 942 ok 943 ok 944 ok 945 ok 946 - Compressed Trailer Truncation - Length 109, Lax 0, Transparent 1 ok 947 ok 948 ok 949 ok 950 ok 951 - Compressed Trailer Truncation - Length 109, Lax 1, Transparent 1 ok 952 ok 953 ok 954 ok 955 ok 956 ok 957 - Compressed Trailer Truncation - Length 110, Lax 0, Transparent 1 ok 958 ok 959 ok 960 ok 961 ok 962 - Compressed Trailer Truncation - Length 110, Lax 1, Transparent 1 ok 963 ok 964 ok 965 ok 966 ok 967 ok 968 - Compressed Trailer Truncation - Length 111, Lax 0, Transparent 1 ok 969 ok 970 ok 971 ok 972 ok 973 - Compressed Trailer Truncation - Length 111, Lax 1, Transparent 1 ok 974 ok 975 ok 976 ok 977 ok 978 ok 979 - no warnings ok t/101truncate-rawdeflate........1..626 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 - Testing IO::Compress::RawDeflate, Transparent = 0 ok 9 - Compressed size is 63 ok 10 - Header size is 0 ok 11 - Trailer size is 0 ok 12 - Compressed Data Truncation ok 13 - Length 0 ok 14 ok 15 - Length 1 ok 16 ok 17 - Length 2 ok 18 ok 19 - Length 3 ok 20 ok 21 - Length 4 ok 22 ok 23 - Length 5 ok 24 ok 25 - Length 6 ok 26 ok 27 - Length 7 ok 28 ok 29 - Length 8 ok 30 ok 31 - Length 9 ok 32 ok 33 - Length 10 ok 34 ok 35 - Length 11 ok 36 ok 37 ok 38 ok 39 ok 40 - Length 12 ok 41 ok 42 ok 43 ok 44 ok 45 - Length 13 ok 46 ok 47 ok 48 ok 49 ok 50 - Length 14 ok 51 ok 52 ok 53 ok 54 ok 55 - Length 15 ok 56 ok 57 ok 58 ok 59 ok 60 - Length 16 ok 61 ok 62 ok 63 ok 64 ok 65 - Length 17 ok 66 ok 67 ok 68 ok 69 ok 70 - Length 18 ok 71 ok 72 ok 73 ok 74 ok 75 - Length 19 ok 76 ok 77 ok 78 ok 79 ok 80 - Length 20 ok 81 ok 82 ok 83 ok 84 ok 85 - Length 21 ok 86 ok 87 ok 88 ok 89 ok 90 - Length 22 ok 91 ok 92 ok 93 ok 94 ok 95 - Length 23 ok 96 ok 97 ok 98 ok 99 ok 100 - Length 24 ok 101 ok 102 ok 103 ok 104 ok 105 - Length 25 ok 106 ok 107 ok 108 ok 109 ok 110 - Length 26 ok 111 ok 112 ok 113 ok 114 ok 115 - Length 27 ok 116 ok 117 ok 118 ok 119 ok 120 - Length 28 ok 121 ok 122 ok 123 ok 124 ok 125 - Length 29 ok 126 ok 127 ok 128 ok 129 ok 130 - Length 30 ok 131 ok 132 ok 133 ok 134 ok 135 - Length 31 ok 136 ok 137 ok 138 ok 139 ok 140 - Length 32 ok 141 ok 142 ok 143 ok 144 ok 145 - Length 33 ok 146 ok 147 ok 148 ok 149 ok 150 - Length 34 ok 151 ok 152 ok 153 ok 154 ok 155 - Length 35 ok 156 ok 157 ok 158 ok 159 ok 160 - Length 36 ok 161 ok 162 ok 163 ok 164 ok 165 - Length 37 ok 166 ok 167 ok 168 ok 169 ok 170 - Length 38 ok 171 ok 172 ok 173 ok 174 ok 175 - Length 39 ok 176 ok 177 ok 178 ok 179 ok 180 - Length 40 ok 181 ok 182 ok 183 ok 184 ok 185 - Length 41 ok 186 ok 187 ok 188 ok 189 ok 190 - Length 42 ok 191 ok 192 ok 193 ok 194 ok 195 - Length 43 ok 196 ok 197 ok 198 ok 199 ok 200 - Length 44 ok 201 ok 202 ok 203 ok 204 ok 205 - Length 45 ok 206 ok 207 ok 208 ok 209 ok 210 - Length 46 ok 211 ok 212 ok 213 ok 214 ok 215 - Length 47 ok 216 ok 217 ok 218 ok 219 ok 220 - Length 48 ok 221 ok 222 ok 223 ok 224 ok 225 - Length 49 ok 226 ok 227 ok 228 ok 229 ok 230 - Length 50 ok 231 ok 232 ok 233 ok 234 ok 235 - Length 51 ok 236 ok 237 ok 238 ok 239 ok 240 - Length 52 ok 241 ok 242 ok 243 ok 244 ok 245 - Length 53 ok 246 ok 247 ok 248 ok 249 ok 250 - Length 54 ok 251 ok 252 ok 253 ok 254 ok 255 - Length 55 ok 256 ok 257 ok 258 ok 259 ok 260 - Length 56 ok 261 ok 262 ok 263 ok 264 ok 265 - Length 57 ok 266 ok 267 ok 268 ok 269 ok 270 - Length 58 ok 271 ok 272 ok 273 ok 274 ok 275 - Length 59 ok 276 ok 277 ok 278 ok 279 ok 280 - Length 60 ok 281 ok 282 ok 283 ok 284 ok 285 - Length 61 ok 286 ok 287 ok 288 ok 289 ok 290 - Length 62 ok 291 ok 292 ok 293 ok 294 ok 295 - Testing IO::Compress::RawDeflate, Transparent = 1 ok 296 - Compressed size is 63 ok 297 - Header size is 0 ok 298 - Trailer size is 0 ok 299 - Compressed Data Truncation ok 300 - Length 0 ok 301 ok 302 ok 303 ok 304 ok 305 ok 306 - Length 1 ok 307 ok 308 ok 309 ok 310 ok 311 ok 312 - Length 2 ok 313 ok 314 ok 315 ok 316 ok 317 ok 318 - Length 3 ok 319 ok 320 ok 321 ok 322 ok 323 ok 324 - Length 4 ok 325 ok 326 ok 327 ok 328 ok 329 ok 330 - Length 5 ok 331 ok 332 ok 333 ok 334 ok 335 ok 336 - Length 6 ok 337 ok 338 ok 339 ok 340 ok 341 ok 342 - Length 7 ok 343 ok 344 ok 345 ok 346 ok 347 ok 348 - Length 8 ok 349 ok 350 ok 351 ok 352 ok 353 ok 354 - Length 9 ok 355 ok 356 ok 357 ok 358 ok 359 ok 360 - Length 10 ok 361 ok 362 ok 363 ok 364 ok 365 ok 366 - Length 11 ok 367 ok 368 ok 369 ok 370 ok 371 - Length 12 ok 372 ok 373 ok 374 ok 375 ok 376 - Length 13 ok 377 ok 378 ok 379 ok 380 ok 381 - Length 14 ok 382 ok 383 ok 384 ok 385 ok 386 - Length 15 ok 387 ok 388 ok 389 ok 390 ok 391 - Length 16 ok 392 ok 393 ok 394 ok 395 ok 396 - Length 17 ok 397 ok 398 ok 399 ok 400 ok 401 - Length 18 ok 402 ok 403 ok 404 ok 405 ok 406 - Length 19 ok 407 ok 408 ok 409 ok 410 ok 411 - Length 20 ok 412 ok 413 ok 414 ok 415 ok 416 - Length 21 ok 417 ok 418 ok 419 ok 420 ok 421 - Length 22 ok 422 ok 423 ok 424 ok 425 ok 426 - Length 23 ok 427 ok 428 ok 429 ok 430 ok 431 - Length 24 ok 432 ok 433 ok 434 ok 435 ok 436 - Length 25 ok 437 ok 438 ok 439 ok 440 ok 441 - Length 26 ok 442 ok 443 ok 444 ok 445 ok 446 - Length 27 ok 447 ok 448 ok 449 ok 450 ok 451 - Length 28 ok 452 ok 453 ok 454 ok 455 ok 456 - Length 29 ok 457 ok 458 ok 459 ok 460 ok 461 - Length 30 ok 462 ok 463 ok 464 ok 465 ok 466 - Length 31 ok 467 ok 468 ok 469 ok 470 ok 471 - Length 32 ok 472 ok 473 ok 474 ok 475 ok 476 - Length 33 ok 477 ok 478 ok 479 ok 480 ok 481 - Length 34 ok 482 ok 483 ok 484 ok 485 ok 486 - Length 35 ok 487 ok 488 ok 489 ok 490 ok 491 - Length 36 ok 492 ok 493 ok 494 ok 495 ok 496 - Length 37 ok 497 ok 498 ok 499 ok 500 ok 501 - Length 38 ok 502 ok 503 ok 504 ok 505 ok 506 - Length 39 ok 507 ok 508 ok 509 ok 510 ok 511 - Length 40 ok 512 ok 513 ok 514 ok 515 ok 516 - Length 41 ok 517 ok 518 ok 519 ok 520 ok 521 - Length 42 ok 522 ok 523 ok 524 ok 525 ok 526 - Length 43 ok 527 ok 528 ok 529 ok 530 ok 531 - Length 44 ok 532 ok 533 ok 534 ok 535 ok 536 - Length 45 ok 537 ok 538 ok 539 ok 540 ok 541 - Length 46 ok 542 ok 543 ok 544 ok 545 ok 546 - Length 47 ok 547 ok 548 ok 549 ok 550 ok 551 - Length 48 ok 552 ok 553 ok 554 ok 555 ok 556 - Length 49 ok 557 ok 558 ok 559 ok 560 ok 561 - Length 50 ok 562 ok 563 ok 564 ok 565 ok 566 - Length 51 ok 567 ok 568 ok 569 ok 570 ok 571 - Length 52 ok 572 ok 573 ok 574 ok 575 ok 576 - Length 53 ok 577 ok 578 ok 579 ok 580 ok 581 - Length 54 ok 582 ok 583 ok 584 ok 585 ok 586 - Length 55 ok 587 ok 588 ok 589 ok 590 ok 591 - Length 56 ok 592 ok 593 ok 594 ok 595 ok 596 - Length 57 ok 597 ok 598 ok 599 ok 600 ok 601 - Length 58 ok 602 ok 603 ok 604 ok 605 ok 606 - Length 59 ok 607 ok 608 ok 609 ok 610 ok 611 - Length 60 ok 612 ok 613 ok 614 ok 615 ok 616 - Length 61 ok 617 ok 618 ok 619 ok 620 ok 621 - Length 62 ok 622 ok 623 ok 624 ok 625 ok 626 - no warnings ok t/101truncate-zip...............1..2317 ok 1 - Compressed size is 242 ok 2 - Fingerprint size is 4 ok 3 - Header size is 52 ok 4 - Trailer size is 16 ok 5 - Truncating IO::Compress::Zip, Transparent 0 ok 6 - Fingerprint Truncation - length 1, Transparent 0 ok 7 ok 8 - Fingerprint Truncation - length 2, Transparent 0 ok 9 ok 10 - Fingerprint Truncation - length 3, Transparent 0 ok 11 ok 12 - Header Truncation - length 4, Transparent 0 ok 13 ok 14 - Header Truncation - length 5, Transparent 0 ok 15 ok 16 - Header Truncation - length 6, Transparent 0 ok 17 ok 18 - Header Truncation - length 7, Transparent 0 ok 19 ok 20 - Header Truncation - length 8, Transparent 0 ok 21 ok 22 - Header Truncation - length 9, Transparent 0 ok 23 ok 24 - Header Truncation - length 10, Transparent 0 ok 25 ok 26 - Header Truncation - length 11, Transparent 0 ok 27 ok 28 - Header Truncation - length 12, Transparent 0 ok 29 ok 30 - Header Truncation - length 13, Transparent 0 ok 31 ok 32 - Header Truncation - length 14, Transparent 0 ok 33 ok 34 - Header Truncation - length 15, Transparent 0 ok 35 ok 36 - Header Truncation - length 16, Transparent 0 ok 37 ok 38 - Header Truncation - length 17, Transparent 0 ok 39 ok 40 - Header Truncation - length 18, Transparent 0 ok 41 ok 42 - Header Truncation - length 19, Transparent 0 ok 43 ok 44 - Header Truncation - length 20, Transparent 0 ok 45 ok 46 - Header Truncation - length 21, Transparent 0 ok 47 ok 48 - Header Truncation - length 22, Transparent 0 ok 49 ok 50 - Header Truncation - length 23, Transparent 0 ok 51 ok 52 - Header Truncation - length 24, Transparent 0 ok 53 ok 54 - Header Truncation - length 25, Transparent 0 ok 55 ok 56 - Header Truncation - length 26, Transparent 0 ok 57 ok 58 - Header Truncation - length 27, Transparent 0 ok 59 ok 60 - Header Truncation - length 28, Transparent 0 ok 61 ok 62 - Header Truncation - length 29, Transparent 0 ok 63 ok 64 - Header Truncation - length 30, Transparent 0 ok 65 ok 66 - Header Truncation - length 31, Transparent 0 ok 67 ok 68 - Header Truncation - length 32, Transparent 0 ok 69 ok 70 - Header Truncation - length 33, Transparent 0 ok 71 ok 72 - Header Truncation - length 34, Transparent 0 ok 73 ok 74 - Header Truncation - length 35, Transparent 0 ok 75 ok 76 - Header Truncation - length 36, Transparent 0 ok 77 ok 78 - Header Truncation - length 37, Transparent 0 ok 79 ok 80 - Header Truncation - length 38, Transparent 0 ok 81 ok 82 - Header Truncation - length 39, Transparent 0 ok 83 ok 84 - Header Truncation - length 40, Transparent 0 ok 85 ok 86 - Header Truncation - length 41, Transparent 0 ok 87 ok 88 - Header Truncation - length 42, Transparent 0 ok 89 ok 90 - Header Truncation - length 43, Transparent 0 ok 91 ok 92 - Header Truncation - length 44, Transparent 0 ok 93 ok 94 - Header Truncation - length 45, Transparent 0 ok 95 ok 96 - Header Truncation - length 46, Transparent 0 ok 97 ok 98 - Header Truncation - length 47, Transparent 0 ok 99 ok 100 - Header Truncation - length 48, Transparent 0 ok 101 ok 102 - Header Truncation - length 49, Transparent 0 ok 103 ok 104 - Header Truncation - length 50, Transparent 0 ok 105 ok 106 - Header Truncation - length 51, Transparent 0 ok 107 ok 108 - Compressed Data Truncation - length 52, Transparent 0 ok 109 ok 110 ok 111 ok 112 ok 113 - Compressed Data Truncation - length 53, Transparent 0 ok 114 ok 115 ok 116 ok 117 ok 118 - Compressed Data Truncation - length 54, Transparent 0 ok 119 ok 120 ok 121 ok 122 ok 123 - Compressed Data Truncation - length 55, Transparent 0 ok 124 ok 125 ok 126 ok 127 ok 128 - Compressed Data Truncation - length 56, Transparent 0 ok 129 ok 130 ok 131 ok 132 ok 133 - Compressed Data Truncation - length 57, Transparent 0 ok 134 ok 135 ok 136 ok 137 ok 138 - Compressed Data Truncation - length 58, Transparent 0 ok 139 ok 140 ok 141 ok 142 ok 143 - Compressed Data Truncation - length 59, Transparent 0 ok 144 ok 145 ok 146 ok 147 ok 148 - Compressed Data Truncation - length 60, Transparent 0 ok 149 ok 150 ok 151 ok 152 ok 153 - Compressed Data Truncation - length 61, Transparent 0 ok 154 ok 155 ok 156 ok 157 ok 158 - Compressed Data Truncation - length 62, Transparent 0 ok 159 ok 160 ok 161 ok 162 ok 163 - Compressed Data Truncation - length 63, Transparent 0 ok 164 ok 165 ok 166 ok 167 ok 168 - Compressed Data Truncation - length 64, Transparent 0 ok 169 ok 170 ok 171 ok 172 ok 173 - Compressed Data Truncation - length 65, Transparent 0 ok 174 ok 175 ok 176 ok 177 ok 178 - Compressed Data Truncation - length 66, Transparent 0 ok 179 ok 180 ok 181 ok 182 ok 183 - Compressed Data Truncation - length 67, Transparent 0 ok 184 ok 185 ok 186 ok 187 ok 188 - Compressed Data Truncation - length 68, Transparent 0 ok 189 ok 190 ok 191 ok 192 ok 193 - Compressed Data Truncation - length 69, Transparent 0 ok 194 ok 195 ok 196 ok 197 ok 198 - Compressed Data Truncation - length 70, Transparent 0 ok 199 ok 200 ok 201 ok 202 ok 203 - Compressed Data Truncation - length 71, Transparent 0 ok 204 ok 205 ok 206 ok 207 ok 208 - Compressed Data Truncation - length 72, Transparent 0 ok 209 ok 210 ok 211 ok 212 ok 213 - Compressed Data Truncation - length 73, Transparent 0 ok 214 ok 215 ok 216 ok 217 ok 218 - Compressed Data Truncation - length 74, Transparent 0 ok 219 ok 220 ok 221 ok 222 ok 223 - Compressed Data Truncation - length 75, Transparent 0 ok 224 ok 225 ok 226 ok 227 ok 228 - Compressed Data Truncation - length 76, Transparent 0 ok 229 ok 230 ok 231 ok 232 ok 233 - Compressed Data Truncation - length 77, Transparent 0 ok 234 ok 235 ok 236 ok 237 ok 238 - Compressed Data Truncation - length 78, Transparent 0 ok 239 ok 240 ok 241 ok 242 ok 243 - Compressed Data Truncation - length 79, Transparent 0 ok 244 ok 245 ok 246 ok 247 ok 248 - Compressed Data Truncation - length 80, Transparent 0 ok 249 ok 250 ok 251 ok 252 ok 253 - Compressed Data Truncation - length 81, Transparent 0 ok 254 ok 255 ok 256 ok 257 ok 258 - Compressed Data Truncation - length 82, Transparent 0 ok 259 ok 260 ok 261 ok 262 ok 263 - Compressed Data Truncation - length 83, Transparent 0 ok 264 ok 265 ok 266 ok 267 ok 268 - Compressed Data Truncation - length 84, Transparent 0 ok 269 ok 270 ok 271 ok 272 ok 273 - Compressed Data Truncation - length 85, Transparent 0 ok 274 ok 275 ok 276 ok 277 ok 278 - Compressed Data Truncation - length 86, Transparent 0 ok 279 ok 280 ok 281 ok 282 ok 283 - Compressed Data Truncation - length 87, Transparent 0 ok 284 ok 285 ok 286 ok 287 ok 288 - Compressed Data Truncation - length 88, Transparent 0 ok 289 ok 290 ok 291 ok 292 ok 293 - Compressed Data Truncation - length 89, Transparent 0 ok 294 ok 295 ok 296 ok 297 ok 298 - Compressed Data Truncation - length 90, Transparent 0 ok 299 ok 300 ok 301 ok 302 ok 303 - Compressed Data Truncation - length 91, Transparent 0 ok 304 ok 305 ok 306 ok 307 ok 308 - Compressed Data Truncation - length 92, Transparent 0 ok 309 ok 310 ok 311 ok 312 ok 313 - Compressed Data Truncation - length 93, Transparent 0 ok 314 ok 315 ok 316 ok 317 ok 318 - Compressed Data Truncation - length 94, Transparent 0 ok 319 ok 320 ok 321 ok 322 ok 323 - Compressed Data Truncation - length 95, Transparent 0 ok 324 ok 325 ok 326 ok 327 ok 328 - Compressed Data Truncation - length 96, Transparent 0 ok 329 ok 330 ok 331 ok 332 ok 333 - Compressed Data Truncation - length 97, Transparent 0 ok 334 ok 335 ok 336 ok 337 ok 338 - Compressed Data Truncation - length 98, Transparent 0 ok 339 ok 340 ok 341 ok 342 ok 343 - Compressed Data Truncation - length 99, Transparent 0 ok 344 ok 345 ok 346 ok 347 ok 348 - Compressed Data Truncation - length 100, Transparent 0 ok 349 ok 350 ok 351 ok 352 ok 353 - Compressed Data Truncation - length 101, Transparent 0 ok 354 ok 355 ok 356 ok 357 ok 358 - Compressed Data Truncation - length 102, Transparent 0 ok 359 ok 360 ok 361 ok 362 ok 363 - Compressed Data Truncation - length 103, Transparent 0 ok 364 ok 365 ok 366 ok 367 ok 368 - Compressed Data Truncation - length 104, Transparent 0 ok 369 ok 370 ok 371 ok 372 ok 373 - Compressed Data Truncation - length 105, Transparent 0 ok 374 ok 375 ok 376 ok 377 ok 378 - Compressed Data Truncation - length 106, Transparent 0 ok 379 ok 380 ok 381 ok 382 ok 383 - Compressed Data Truncation - length 107, Transparent 0 ok 384 ok 385 ok 386 ok 387 ok 388 - Compressed Data Truncation - length 108, Transparent 0 ok 389 ok 390 ok 391 ok 392 ok 393 - Compressed Data Truncation - length 109, Transparent 0 ok 394 ok 395 ok 396 ok 397 ok 398 - Compressed Data Truncation - length 110, Transparent 0 ok 399 ok 400 ok 401 ok 402 ok 403 - Compressed Data Truncation - length 111, Transparent 0 ok 404 ok 405 ok 406 ok 407 ok 408 - Compressed Data Truncation - length 112, Transparent 0 ok 409 ok 410 ok 411 ok 412 ok 413 - Compressed Data Truncation - length 113, Transparent 0 ok 414 ok 415 ok 416 ok 417 ok 418 - Compressed Data Truncation - length 114, Transparent 0 ok 419 ok 420 ok 421 ok 422 ok 423 - Compressed Data Truncation - length 115, Transparent 0 ok 424 ok 425 ok 426 ok 427 ok 428 - Compressed Data Truncation - length 116, Transparent 0 ok 429 ok 430 ok 431 ok 432 ok 433 - Compressed Data Truncation - length 117, Transparent 0 ok 434 ok 435 ok 436 ok 437 ok 438 - Compressed Data Truncation - length 118, Transparent 0 ok 439 ok 440 ok 441 ok 442 ok 443 - Compressed Data Truncation - length 119, Transparent 0 ok 444 ok 445 ok 446 ok 447 ok 448 - Compressed Data Truncation - length 120, Transparent 0 ok 449 ok 450 ok 451 ok 452 ok 453 - Compressed Data Truncation - length 121, Transparent 0 ok 454 ok 455 ok 456 ok 457 ok 458 - Compressed Data Truncation - length 122, Transparent 0 ok 459 ok 460 ok 461 ok 462 ok 463 - Compressed Data Truncation - length 123, Transparent 0 ok 464 ok 465 ok 466 ok 467 ok 468 - Compressed Data Truncation - length 124, Transparent 0 ok 469 ok 470 ok 471 ok 472 ok 473 - Compressed Data Truncation - length 125, Transparent 0 ok 474 ok 475 ok 476 ok 477 ok 478 - Compressed Data Truncation - length 126, Transparent 0 ok 479 ok 480 ok 481 ok 482 ok 483 - Compressed Data Truncation - length 127, Transparent 0 ok 484 ok 485 ok 486 ok 487 ok 488 - Compressed Data Truncation - length 128, Transparent 0 ok 489 ok 490 ok 491 ok 492 ok 493 - Compressed Data Truncation - length 129, Transparent 0 ok 494 ok 495 ok 496 ok 497 ok 498 - Compressed Data Truncation - length 130, Transparent 0 ok 499 ok 500 ok 501 ok 502 ok 503 - Compressed Data Truncation - length 131, Transparent 0 ok 504 ok 505 ok 506 ok 507 ok 508 - Compressed Data Truncation - length 132, Transparent 0 ok 509 ok 510 ok 511 ok 512 ok 513 - Compressed Data Truncation - length 133, Transparent 0 ok 514 ok 515 ok 516 ok 517 ok 518 - Compressed Data Truncation - length 134, Transparent 0 ok 519 ok 520 ok 521 ok 522 ok 523 - Compressed Data Truncation - length 135, Transparent 0 ok 524 ok 525 ok 526 ok 527 ok 528 - Compressed Data Truncation - length 136, Transparent 0 ok 529 ok 530 ok 531 ok 532 ok 533 - Compressed Data Truncation - length 137, Transparent 0 ok 534 ok 535 ok 536 ok 537 ok 538 - Compressed Data Truncation - length 138, Transparent 0 ok 539 ok 540 ok 541 ok 542 ok 543 - Compressed Data Truncation - length 139, Transparent 0 ok 544 ok 545 ok 546 ok 547 ok 548 - Compressed Data Truncation - length 140, Transparent 0 ok 549 ok 550 ok 551 ok 552 ok 553 - Compressed Data Truncation - length 141, Transparent 0 ok 554 ok 555 ok 556 ok 557 ok 558 - Compressed Data Truncation - length 142, Transparent 0 ok 559 ok 560 ok 561 ok 562 ok 563 - Compressed Data Truncation - length 143, Transparent 0 ok 564 ok 565 ok 566 ok 567 ok 568 - Compressed Data Truncation - length 144, Transparent 0 ok 569 ok 570 ok 571 ok 572 ok 573 - Compressed Data Truncation - length 145, Transparent 0 ok 574 ok 575 ok 576 ok 577 ok 578 - Compressed Data Truncation - length 146, Transparent 0 ok 579 ok 580 ok 581 ok 582 ok 583 - Compressed Data Truncation - length 147, Transparent 0 ok 584 ok 585 ok 586 ok 587 ok 588 - Compressed Data Truncation - length 148, Transparent 0 ok 589 ok 590 ok 591 ok 592 ok 593 - Compressed Data Truncation - length 149, Transparent 0 ok 594 ok 595 ok 596 ok 597 ok 598 - Compressed Data Truncation - length 150, Transparent 0 ok 599 ok 600 ok 601 ok 602 ok 603 - Compressed Data Truncation - length 151, Transparent 0 ok 604 ok 605 ok 606 ok 607 ok 608 - Compressed Data Truncation - length 152, Transparent 0 ok 609 ok 610 ok 611 ok 612 ok 613 - Compressed Data Truncation - length 153, Transparent 0 ok 614 ok 615 ok 616 ok 617 ok 618 - Compressed Data Truncation - length 154, Transparent 0 ok 619 ok 620 ok 621 ok 622 ok 623 - Compressed Data Truncation - length 155, Transparent 0 ok 624 ok 625 ok 626 ok 627 ok 628 - Compressed Data Truncation - length 156, Transparent 0 ok 629 ok 630 ok 631 ok 632 ok 633 - Compressed Data Truncation - length 157, Transparent 0 ok 634 ok 635 ok 636 ok 637 ok 638 - Compressed Data Truncation - length 158, Transparent 0 ok 639 ok 640 ok 641 ok 642 ok 643 - Compressed Data Truncation - length 159, Transparent 0 ok 644 ok 645 ok 646 ok 647 ok 648 - Compressed Data Truncation - length 160, Transparent 0 ok 649 ok 650 ok 651 ok 652 ok 653 - Compressed Data Truncation - length 161, Transparent 0 ok 654 ok 655 ok 656 ok 657 ok 658 - Compressed Data Truncation - length 162, Transparent 0 ok 659 ok 660 ok 661 ok 662 ok 663 - Compressed Data Truncation - length 163, Transparent 0 ok 664 ok 665 ok 666 ok 667 ok 668 - Compressed Data Truncation - length 164, Transparent 0 ok 669 ok 670 ok 671 ok 672 ok 673 - Compressed Data Truncation - length 165, Transparent 0 ok 674 ok 675 ok 676 ok 677 ok 678 - Compressed Data Truncation - length 166, Transparent 0 ok 679 ok 680 ok 681 ok 682 ok 683 - Compressed Data Truncation - length 167, Transparent 0 ok 684 ok 685 ok 686 ok 687 ok 688 - Compressed Data Truncation - length 168, Transparent 0 ok 689 ok 690 ok 691 ok 692 ok 693 - Compressed Data Truncation - length 169, Transparent 0 ok 694 ok 695 ok 696 ok 697 ok 698 - Compressed Data Truncation - length 170, Transparent 0 ok 699 ok 700 ok 701 ok 702 ok 703 - Compressed Data Truncation - length 171, Transparent 0 ok 704 ok 705 ok 706 ok 707 ok 708 - Compressed Data Truncation - length 172, Transparent 0 ok 709 ok 710 ok 711 ok 712 ok 713 - Compressed Data Truncation - length 173, Transparent 0 ok 714 ok 715 ok 716 ok 717 ok 718 - Compressed Data Truncation - length 174, Transparent 0 ok 719 ok 720 ok 721 ok 722 ok 723 - Compressed Data Truncation - length 175, Transparent 0 ok 724 ok 725 ok 726 ok 727 ok 728 - Compressed Data Truncation - length 176, Transparent 0 ok 729 ok 730 ok 731 ok 732 ok 733 - Compressed Data Truncation - length 177, Transparent 0 ok 734 ok 735 ok 736 ok 737 ok 738 - Compressed Data Truncation - length 178, Transparent 0 ok 739 ok 740 ok 741 ok 742 ok 743 - Compressed Data Truncation - length 179, Transparent 0 ok 744 ok 745 ok 746 ok 747 ok 748 - Compressed Data Truncation - length 180, Transparent 0 ok 749 ok 750 ok 751 ok 752 ok 753 - Compressed Data Truncation - length 181, Transparent 0 ok 754 ok 755 ok 756 ok 757 ok 758 - Compressed Data Truncation - length 182, Transparent 0 ok 759 ok 760 ok 761 ok 762 ok 763 - Compressed Data Truncation - length 183, Transparent 0 ok 764 ok 765 ok 766 ok 767 ok 768 - Compressed Data Truncation - length 184, Transparent 0 ok 769 ok 770 ok 771 ok 772 ok 773 - Compressed Data Truncation - length 185, Transparent 0 ok 774 ok 775 ok 776 ok 777 ok 778 - Compressed Data Truncation - length 186, Transparent 0 ok 779 ok 780 ok 781 ok 782 ok 783 - Compressed Data Truncation - length 187, Transparent 0 ok 784 ok 785 ok 786 ok 787 ok 788 - Compressed Data Truncation - length 188, Transparent 0 ok 789 ok 790 ok 791 ok 792 ok 793 - Compressed Data Truncation - length 189, Transparent 0 ok 794 ok 795 ok 796 ok 797 ok 798 - Compressed Data Truncation - length 190, Transparent 0 ok 799 ok 800 ok 801 ok 802 ok 803 - Compressed Data Truncation - length 191, Transparent 0 ok 804 ok 805 ok 806 ok 807 ok 808 - Compressed Data Truncation - length 192, Transparent 0 ok 809 ok 810 ok 811 ok 812 ok 813 - Compressed Data Truncation - length 193, Transparent 0 ok 814 ok 815 ok 816 ok 817 ok 818 - Compressed Data Truncation - length 194, Transparent 0 ok 819 ok 820 ok 821 ok 822 ok 823 - Compressed Data Truncation - length 195, Transparent 0 ok 824 ok 825 ok 826 ok 827 ok 828 - Compressed Data Truncation - length 196, Transparent 0 ok 829 ok 830 ok 831 ok 832 ok 833 - Compressed Data Truncation - length 197, Transparent 0 ok 834 ok 835 ok 836 ok 837 ok 838 - Compressed Data Truncation - length 198, Transparent 0 ok 839 ok 840 ok 841 ok 842 ok 843 - Compressed Data Truncation - length 199, Transparent 0 ok 844 ok 845 ok 846 ok 847 ok 848 - Compressed Data Truncation - length 200, Transparent 0 ok 849 ok 850 ok 851 ok 852 ok 853 - Compressed Data Truncation - length 201, Transparent 0 ok 854 ok 855 ok 856 ok 857 ok 858 - Compressed Data Truncation - length 202, Transparent 0 ok 859 ok 860 ok 861 ok 862 ok 863 - Compressed Data Truncation - length 203, Transparent 0 ok 864 ok 865 ok 866 ok 867 ok 868 - Compressed Data Truncation - length 204, Transparent 0 ok 869 ok 870 ok 871 ok 872 ok 873 - Compressed Data Truncation - length 205, Transparent 0 ok 874 ok 875 ok 876 ok 877 ok 878 - Compressed Data Truncation - length 206, Transparent 0 ok 879 ok 880 ok 881 ok 882 ok 883 - Compressed Data Truncation - length 207, Transparent 0 ok 884 ok 885 ok 886 ok 887 ok 888 - Compressed Data Truncation - length 208, Transparent 0 ok 889 ok 890 ok 891 ok 892 ok 893 - Compressed Data Truncation - length 209, Transparent 0 ok 894 ok 895 ok 896 ok 897 ok 898 - Compressed Data Truncation - length 210, Transparent 0 ok 899 ok 900 ok 901 ok 902 ok 903 - Compressed Data Truncation - length 211, Transparent 0 ok 904 ok 905 ok 906 ok 907 ok 908 - Compressed Data Truncation - length 212, Transparent 0 ok 909 ok 910 ok 911 ok 912 ok 913 - Compressed Data Truncation - length 213, Transparent 0 ok 914 ok 915 ok 916 ok 917 ok 918 - Compressed Data Truncation - length 214, Transparent 0 ok 919 ok 920 ok 921 ok 922 ok 923 - Compressed Data Truncation - length 215, Transparent 0 ok 924 ok 925 ok 926 ok 927 ok 928 - Compressed Data Truncation - length 216, Transparent 0 ok 929 ok 930 ok 931 ok 932 ok 933 - Compressed Data Truncation - length 217, Transparent 0 ok 934 ok 935 ok 936 ok 937 ok 938 - Compressed Data Truncation - length 218, Transparent 0 ok 939 ok 940 ok 941 ok 942 ok 943 - Compressed Data Truncation - length 219, Transparent 0 ok 944 ok 945 ok 946 ok 947 ok 948 - Compressed Data Truncation - length 220, Transparent 0 ok 949 ok 950 ok 951 ok 952 ok 953 - Compressed Data Truncation - length 221, Transparent 0 ok 954 ok 955 ok 956 ok 957 ok 958 - Compressed Data Truncation - length 222, Transparent 0 ok 959 ok 960 ok 961 ok 962 ok 963 - Compressed Data Truncation - length 223, Transparent 0 ok 964 ok 965 ok 966 ok 967 ok 968 - Compressed Data Truncation - length 224, Transparent 0 ok 969 ok 970 ok 971 ok 972 ok 973 - Compressed Data Truncation - length 225, Transparent 0 ok 974 ok 975 ok 976 ok 977 ok 978 - Compressed Trailer Truncation ok 979 - Compressed Trailer Truncation - Length 226, Lax 0, Transparent 0 ok 980 ok 981 ok 982 ok 983 ok 984 - Compressed Trailer Truncation - Length 226, Lax 1, Transparent 0 ok 985 ok 986 ok 987 ok 988 ok 989 ok 990 - Compressed Trailer Truncation - Length 227, Lax 0, Transparent 0 ok 991 ok 992 ok 993 ok 994 ok 995 - Compressed Trailer Truncation - Length 227, Lax 1, Transparent 0 ok 996 ok 997 ok 998 ok 999 ok 1000 ok 1001 - Compressed Trailer Truncation - Length 228, Lax 0, Transparent 0 ok 1002 ok 1003 ok 1004 ok 1005 ok 1006 - Compressed Trailer Truncation - Length 228, Lax 1, Transparent 0 ok 1007 ok 1008 ok 1009 ok 1010 ok 1011 ok 1012 - Compressed Trailer Truncation - Length 229, Lax 0, Transparent 0 ok 1013 ok 1014 ok 1015 ok 1016 ok 1017 - Compressed Trailer Truncation - Length 229, Lax 1, Transparent 0 ok 1018 ok 1019 ok 1020 ok 1021 ok 1022 ok 1023 - Compressed Trailer Truncation - Length 230, Lax 0, Transparent 0 ok 1024 ok 1025 ok 1026 ok 1027 ok 1028 - Compressed Trailer Truncation - Length 230, Lax 1, Transparent 0 ok 1029 ok 1030 ok 1031 ok 1032 ok 1033 ok 1034 - Compressed Trailer Truncation - Length 231, Lax 0, Transparent 0 ok 1035 ok 1036 ok 1037 ok 1038 ok 1039 - Compressed Trailer Truncation - Length 231, Lax 1, Transparent 0 ok 1040 ok 1041 ok 1042 ok 1043 ok 1044 ok 1045 - Compressed Trailer Truncation - Length 232, Lax 0, Transparent 0 ok 1046 ok 1047 ok 1048 ok 1049 ok 1050 - Compressed Trailer Truncation - Length 232, Lax 1, Transparent 0 ok 1051 ok 1052 ok 1053 ok 1054 ok 1055 ok 1056 - Compressed Trailer Truncation - Length 233, Lax 0, Transparent 0 ok 1057 ok 1058 ok 1059 ok 1060 ok 1061 - Compressed Trailer Truncation - Length 233, Lax 1, Transparent 0 ok 1062 ok 1063 ok 1064 ok 1065 ok 1066 ok 1067 - Compressed Trailer Truncation - Length 234, Lax 0, Transparent 0 ok 1068 ok 1069 ok 1070 ok 1071 ok 1072 - Compressed Trailer Truncation - Length 234, Lax 1, Transparent 0 ok 1073 ok 1074 ok 1075 ok 1076 ok 1077 ok 1078 - Compressed Trailer Truncation - Length 235, Lax 0, Transparent 0 ok 1079 ok 1080 ok 1081 ok 1082 ok 1083 - Compressed Trailer Truncation - Length 235, Lax 1, Transparent 0 ok 1084 ok 1085 ok 1086 ok 1087 ok 1088 ok 1089 - Compressed Trailer Truncation - Length 236, Lax 0, Transparent 0 ok 1090 ok 1091 ok 1092 ok 1093 ok 1094 - Compressed Trailer Truncation - Length 236, Lax 1, Transparent 0 ok 1095 ok 1096 ok 1097 ok 1098 ok 1099 ok 1100 - Compressed Trailer Truncation - Length 237, Lax 0, Transparent 0 ok 1101 ok 1102 ok 1103 ok 1104 ok 1105 - Compressed Trailer Truncation - Length 237, Lax 1, Transparent 0 ok 1106 ok 1107 ok 1108 ok 1109 ok 1110 ok 1111 - Compressed Trailer Truncation - Length 238, Lax 0, Transparent 0 ok 1112 ok 1113 ok 1114 ok 1115 ok 1116 - Compressed Trailer Truncation - Length 238, Lax 1, Transparent 0 ok 1117 ok 1118 ok 1119 ok 1120 ok 1121 ok 1122 - Compressed Trailer Truncation - Length 239, Lax 0, Transparent 0 ok 1123 ok 1124 ok 1125 ok 1126 ok 1127 - Compressed Trailer Truncation - Length 239, Lax 1, Transparent 0 ok 1128 ok 1129 ok 1130 ok 1131 ok 1132 ok 1133 - Compressed Trailer Truncation - Length 240, Lax 0, Transparent 0 ok 1134 ok 1135 ok 1136 ok 1137 ok 1138 - Compressed Trailer Truncation - Length 240, Lax 1, Transparent 0 ok 1139 ok 1140 ok 1141 ok 1142 ok 1143 ok 1144 - Compressed Trailer Truncation - Length 241, Lax 0, Transparent 0 ok 1145 ok 1146 ok 1147 ok 1148 ok 1149 - Compressed Trailer Truncation - Length 241, Lax 1, Transparent 0 ok 1150 ok 1151 ok 1152 ok 1153 ok 1154 ok 1155 - Truncating IO::Compress::Zip, Transparent 1 ok 1156 - Fingerprint Truncation - length 1, Transparent 1 ok 1157 ok 1158 ok 1159 ok 1160 ok 1161 ok 1162 - Fingerprint Truncation - length 2, Transparent 1 ok 1163 ok 1164 ok 1165 ok 1166 ok 1167 ok 1168 - Fingerprint Truncation - length 3, Transparent 1 ok 1169 ok 1170 ok 1171 ok 1172 ok 1173 ok 1174 - Header Truncation - length 4, Transparent 1 ok 1175 ok 1176 - Header Truncation - length 5, Transparent 1 ok 1177 ok 1178 - Header Truncation - length 6, Transparent 1 ok 1179 ok 1180 - Header Truncation - length 7, Transparent 1 ok 1181 ok 1182 - Header Truncation - length 8, Transparent 1 ok 1183 ok 1184 - Header Truncation - length 9, Transparent 1 ok 1185 ok 1186 - Header Truncation - length 10, Transparent 1 ok 1187 ok 1188 - Header Truncation - length 11, Transparent 1 ok 1189 ok 1190 - Header Truncation - length 12, Transparent 1 ok 1191 ok 1192 - Header Truncation - length 13, Transparent 1 ok 1193 ok 1194 - Header Truncation - length 14, Transparent 1 ok 1195 ok 1196 - Header Truncation - length 15, Transparent 1 ok 1197 ok 1198 - Header Truncation - length 16, Transparent 1 ok 1199 ok 1200 - Header Truncation - length 17, Transparent 1 ok 1201 ok 1202 - Header Truncation - length 18, Transparent 1 ok 1203 ok 1204 - Header Truncation - length 19, Transparent 1 ok 1205 ok 1206 - Header Truncation - length 20, Transparent 1 ok 1207 ok 1208 - Header Truncation - length 21, Transparent 1 ok 1209 ok 1210 - Header Truncation - length 22, Transparent 1 ok 1211 ok 1212 - Header Truncation - length 23, Transparent 1 ok 1213 ok 1214 - Header Truncation - length 24, Transparent 1 ok 1215 ok 1216 - Header Truncation - length 25, Transparent 1 ok 1217 ok 1218 - Header Truncation - length 26, Transparent 1 ok 1219 ok 1220 - Header Truncation - length 27, Transparent 1 ok 1221 ok 1222 - Header Truncation - length 28, Transparent 1 ok 1223 ok 1224 - Header Truncation - length 29, Transparent 1 ok 1225 ok 1226 - Header Truncation - length 30, Transparent 1 ok 1227 ok 1228 - Header Truncation - length 31, Transparent 1 ok 1229 ok 1230 - Header Truncation - length 32, Transparent 1 ok 1231 ok 1232 - Header Truncation - length 33, Transparent 1 ok 1233 ok 1234 - Header Truncation - length 34, Transparent 1 ok 1235 ok 1236 - Header Truncation - length 35, Transparent 1 ok 1237 ok 1238 - Header Truncation - length 36, Transparent 1 ok 1239 ok 1240 - Header Truncation - length 37, Transparent 1 ok 1241 ok 1242 - Header Truncation - length 38, Transparent 1 ok 1243 ok 1244 - Header Truncation - length 39, Transparent 1 ok 1245 ok 1246 - Header Truncation - length 40, Transparent 1 ok 1247 ok 1248 - Header Truncation - length 41, Transparent 1 ok 1249 ok 1250 - Header Truncation - length 42, Transparent 1 ok 1251 ok 1252 - Header Truncation - length 43, Transparent 1 ok 1253 ok 1254 - Header Truncation - length 44, Transparent 1 ok 1255 ok 1256 - Header Truncation - length 45, Transparent 1 ok 1257 ok 1258 - Header Truncation - length 46, Transparent 1 ok 1259 ok 1260 - Header Truncation - length 47, Transparent 1 ok 1261 ok 1262 - Header Truncation - length 48, Transparent 1 ok 1263 ok 1264 - Header Truncation - length 49, Transparent 1 ok 1265 ok 1266 - Header Truncation - length 50, Transparent 1 ok 1267 ok 1268 - Header Truncation - length 51, Transparent 1 ok 1269 ok 1270 - Compressed Data Truncation - length 52, Transparent 1 ok 1271 ok 1272 ok 1273 ok 1274 ok 1275 - Compressed Data Truncation - length 53, Transparent 1 ok 1276 ok 1277 ok 1278 ok 1279 ok 1280 - Compressed Data Truncation - length 54, Transparent 1 ok 1281 ok 1282 ok 1283 ok 1284 ok 1285 - Compressed Data Truncation - length 55, Transparent 1 ok 1286 ok 1287 ok 1288 ok 1289 ok 1290 - Compressed Data Truncation - length 56, Transparent 1 ok 1291 ok 1292 ok 1293 ok 1294 ok 1295 - Compressed Data Truncation - length 57, Transparent 1 ok 1296 ok 1297 ok 1298 ok 1299 ok 1300 - Compressed Data Truncation - length 58, Transparent 1 ok 1301 ok 1302 ok 1303 ok 1304 ok 1305 - Compressed Data Truncation - length 59, Transparent 1 ok 1306 ok 1307 ok 1308 ok 1309 ok 1310 - Compressed Data Truncation - length 60, Transparent 1 ok 1311 ok 1312 ok 1313 ok 1314 ok 1315 - Compressed Data Truncation - length 61, Transparent 1 ok 1316 ok 1317 ok 1318 ok 1319 ok 1320 - Compressed Data Truncation - length 62, Transparent 1 ok 1321 ok 1322 ok 1323 ok 1324 ok 1325 - Compressed Data Truncation - length 63, Transparent 1 ok 1326 ok 1327 ok 1328 ok 1329 ok 1330 - Compressed Data Truncation - length 64, Transparent 1 ok 1331 ok 1332 ok 1333 ok 1334 ok 1335 - Compressed Data Truncation - length 65, Transparent 1 ok 1336 ok 1337 ok 1338 ok 1339 ok 1340 - Compressed Data Truncation - length 66, Transparent 1 ok 1341 ok 1342 ok 1343 ok 1344 ok 1345 - Compressed Data Truncation - length 67, Transparent 1 ok 1346 ok 1347 ok 1348 ok 1349 ok 1350 - Compressed Data Truncation - length 68, Transparent 1 ok 1351 ok 1352 ok 1353 ok 1354 ok 1355 - Compressed Data Truncation - length 69, Transparent 1 ok 1356 ok 1357 ok 1358 ok 1359 ok 1360 - Compressed Data Truncation - length 70, Transparent 1 ok 1361 ok 1362 ok 1363 ok 1364 ok 1365 - Compressed Data Truncation - length 71, Transparent 1 ok 1366 ok 1367 ok 1368 ok 1369 ok 1370 - Compressed Data Truncation - length 72, Transparent 1 ok 1371 ok 1372 ok 1373 ok 1374 ok 1375 - Compressed Data Truncation - length 73, Transparent 1 ok 1376 ok 1377 ok 1378 ok 1379 ok 1380 - Compressed Data Truncation - length 74, Transparent 1 ok 1381 ok 1382 ok 1383 ok 1384 ok 1385 - Compressed Data Truncation - length 75, Transparent 1 ok 1386 ok 1387 ok 1388 ok 1389 ok 1390 - Compressed Data Truncation - length 76, Transparent 1 ok 1391 ok 1392 ok 1393 ok 1394 ok 1395 - Compressed Data Truncation - length 77, Transparent 1 ok 1396 ok 1397 ok 1398 ok 1399 ok 1400 - Compressed Data Truncation - length 78, Transparent 1 ok 1401 ok 1402 ok 1403 ok 1404 ok 1405 - Compressed Data Truncation - length 79, Transparent 1 ok 1406 ok 1407 ok 1408 ok 1409 ok 1410 - Compressed Data Truncation - length 80, Transparent 1 ok 1411 ok 1412 ok 1413 ok 1414 ok 1415 - Compressed Data Truncation - length 81, Transparent 1 ok 1416 ok 1417 ok 1418 ok 1419 ok 1420 - Compressed Data Truncation - length 82, Transparent 1 ok 1421 ok 1422 ok 1423 ok 1424 ok 1425 - Compressed Data Truncation - length 83, Transparent 1 ok 1426 ok 1427 ok 1428 ok 1429 ok 1430 - Compressed Data Truncation - length 84, Transparent 1 ok 1431 ok 1432 ok 1433 ok 1434 ok 1435 - Compressed Data Truncation - length 85, Transparent 1 ok 1436 ok 1437 ok 1438 ok 1439 ok 1440 - Compressed Data Truncation - length 86, Transparent 1 ok 1441 ok 1442 ok 1443 ok 1444 ok 1445 - Compressed Data Truncation - length 87, Transparent 1 ok 1446 ok 1447 ok 1448 ok 1449 ok 1450 - Compressed Data Truncation - length 88, Transparent 1 ok 1451 ok 1452 ok 1453 ok 1454 ok 1455 - Compressed Data Truncation - length 89, Transparent 1 ok 1456 ok 1457 ok 1458 ok 1459 ok 1460 - Compressed Data Truncation - length 90, Transparent 1 ok 1461 ok 1462 ok 1463 ok 1464 ok 1465 - Compressed Data Truncation - length 91, Transparent 1 ok 1466 ok 1467 ok 1468 ok 1469 ok 1470 - Compressed Data Truncation - length 92, Transparent 1 ok 1471 ok 1472 ok 1473 ok 1474 ok 1475 - Compressed Data Truncation - length 93, Transparent 1 ok 1476 ok 1477 ok 1478 ok 1479 ok 1480 - Compressed Data Truncation - length 94, Transparent 1 ok 1481 ok 1482 ok 1483 ok 1484 ok 1485 - Compressed Data Truncation - length 95, Transparent 1 ok 1486 ok 1487 ok 1488 ok 1489 ok 1490 - Compressed Data Truncation - length 96, Transparent 1 ok 1491 ok 1492 ok 1493 ok 1494 ok 1495 - Compressed Data Truncation - length 97, Transparent 1 ok 1496 ok 1497 ok 1498 ok 1499 ok 1500 - Compressed Data Truncation - length 98, Transparent 1 ok 1501 ok 1502 ok 1503 ok 1504 ok 1505 - Compressed Data Truncation - length 99, Transparent 1 ok 1506 ok 1507 ok 1508 ok 1509 ok 1510 - Compressed Data Truncation - length 100, Transparent 1 ok 1511 ok 1512 ok 1513 ok 1514 ok 1515 - Compressed Data Truncation - length 101, Transparent 1 ok 1516 ok 1517 ok 1518 ok 1519 ok 1520 - Compressed Data Truncation - length 102, Transparent 1 ok 1521 ok 1522 ok 1523 ok 1524 ok 1525 - Compressed Data Truncation - length 103, Transparent 1 ok 1526 ok 1527 ok 1528 ok 1529 ok 1530 - Compressed Data Truncation - length 104, Transparent 1 ok 1531 ok 1532 ok 1533 ok 1534 ok 1535 - Compressed Data Truncation - length 105, Transparent 1 ok 1536 ok 1537 ok 1538 ok 1539 ok 1540 - Compressed Data Truncation - length 106, Transparent 1 ok 1541 ok 1542 ok 1543 ok 1544 ok 1545 - Compressed Data Truncation - length 107, Transparent 1 ok 1546 ok 1547 ok 1548 ok 1549 ok 1550 - Compressed Data Truncation - length 108, Transparent 1 ok 1551 ok 1552 ok 1553 ok 1554 ok 1555 - Compressed Data Truncation - length 109, Transparent 1 ok 1556 ok 1557 ok 1558 ok 1559 ok 1560 - Compressed Data Truncation - length 110, Transparent 1 ok 1561 ok 1562 ok 1563 ok 1564 ok 1565 - Compressed Data Truncation - length 111, Transparent 1 ok 1566 ok 1567 ok 1568 ok 1569 ok 1570 - Compressed Data Truncation - length 112, Transparent 1 ok 1571 ok 1572 ok 1573 ok 1574 ok 1575 - Compressed Data Truncation - length 113, Transparent 1 ok 1576 ok 1577 ok 1578 ok 1579 ok 1580 - Compressed Data Truncation - length 114, Transparent 1 ok 1581 ok 1582 ok 1583 ok 1584 ok 1585 - Compressed Data Truncation - length 115, Transparent 1 ok 1586 ok 1587 ok 1588 ok 1589 ok 1590 - Compressed Data Truncation - length 116, Transparent 1 ok 1591 ok 1592 ok 1593 ok 1594 ok 1595 - Compressed Data Truncation - length 117, Transparent 1 ok 1596 ok 1597 ok 1598 ok 1599 ok 1600 - Compressed Data Truncation - length 118, Transparent 1 ok 1601 ok 1602 ok 1603 ok 1604 ok 1605 - Compressed Data Truncation - length 119, Transparent 1 ok 1606 ok 1607 ok 1608 ok 1609 ok 1610 - Compressed Data Truncation - length 120, Transparent 1 ok 1611 ok 1612 ok 1613 ok 1614 ok 1615 - Compressed Data Truncation - length 121, Transparent 1 ok 1616 ok 1617 ok 1618 ok 1619 ok 1620 - Compressed Data Truncation - length 122, Transparent 1 ok 1621 ok 1622 ok 1623 ok 1624 ok 1625 - Compressed Data Truncation - length 123, Transparent 1 ok 1626 ok 1627 ok 1628 ok 1629 ok 1630 - Compressed Data Truncation - length 124, Transparent 1 ok 1631 ok 1632 ok 1633 ok 1634 ok 1635 - Compressed Data Truncation - length 125, Transparent 1 ok 1636 ok 1637 ok 1638 ok 1639 ok 1640 - Compressed Data Truncation - length 126, Transparent 1 ok 1641 ok 1642 ok 1643 ok 1644 ok 1645 - Compressed Data Truncation - length 127, Transparent 1 ok 1646 ok 1647 ok 1648 ok 1649 ok 1650 - Compressed Data Truncation - length 128, Transparent 1 ok 1651 ok 1652 ok 1653 ok 1654 ok 1655 - Compressed Data Truncation - length 129, Transparent 1 ok 1656 ok 1657 ok 1658 ok 1659 ok 1660 - Compressed Data Truncation - length 130, Transparent 1 ok 1661 ok 1662 ok 1663 ok 1664 ok 1665 - Compressed Data Truncation - length 131, Transparent 1 ok 1666 ok 1667 ok 1668 ok 1669 ok 1670 - Compressed Data Truncation - length 132, Transparent 1 ok 1671 ok 1672 ok 1673 ok 1674 ok 1675 - Compressed Data Truncation - length 133, Transparent 1 ok 1676 ok 1677 ok 1678 ok 1679 ok 1680 - Compressed Data Truncation - length 134, Transparent 1 ok 1681 ok 1682 ok 1683 ok 1684 ok 1685 - Compressed Data Truncation - length 135, Transparent 1 ok 1686 ok 1687 ok 1688 ok 1689 ok 1690 - Compressed Data Truncation - length 136, Transparent 1 ok 1691 ok 1692 ok 1693 ok 1694 ok 1695 - Compressed Data Truncation - length 137, Transparent 1 ok 1696 ok 1697 ok 1698 ok 1699 ok 1700 - Compressed Data Truncation - length 138, Transparent 1 ok 1701 ok 1702 ok 1703 ok 1704 ok 1705 - Compressed Data Truncation - length 139, Transparent 1 ok 1706 ok 1707 ok 1708 ok 1709 ok 1710 - Compressed Data Truncation - length 140, Transparent 1 ok 1711 ok 1712 ok 1713 ok 1714 ok 1715 - Compressed Data Truncation - length 141, Transparent 1 ok 1716 ok 1717 ok 1718 ok 1719 ok 1720 - Compressed Data Truncation - length 142, Transparent 1 ok 1721 ok 1722 ok 1723 ok 1724 ok 1725 - Compressed Data Truncation - length 143, Transparent 1 ok 1726 ok 1727 ok 1728 ok 1729 ok 1730 - Compressed Data Truncation - length 144, Transparent 1 ok 1731 ok 1732 ok 1733 ok 1734 ok 1735 - Compressed Data Truncation - length 145, Transparent 1 ok 1736 ok 1737 ok 1738 ok 1739 ok 1740 - Compressed Data Truncation - length 146, Transparent 1 ok 1741 ok 1742 ok 1743 ok 1744 ok 1745 - Compressed Data Truncation - length 147, Transparent 1 ok 1746 ok 1747 ok 1748 ok 1749 ok 1750 - Compressed Data Truncation - length 148, Transparent 1 ok 1751 ok 1752 ok 1753 ok 1754 ok 1755 - Compressed Data Truncation - length 149, Transparent 1 ok 1756 ok 1757 ok 1758 ok 1759 ok 1760 - Compressed Data Truncation - length 150, Transparent 1 ok 1761 ok 1762 ok 1763 ok 1764 ok 1765 - Compressed Data Truncation - length 151, Transparent 1 ok 1766 ok 1767 ok 1768 ok 1769 ok 1770 - Compressed Data Truncation - length 152, Transparent 1 ok 1771 ok 1772 ok 1773 ok 1774 ok 1775 - Compressed Data Truncation - length 153, Transparent 1 ok 1776 ok 1777 ok 1778 ok 1779 ok 1780 - Compressed Data Truncation - length 154, Transparent 1 ok 1781 ok 1782 ok 1783 ok 1784 ok 1785 - Compressed Data Truncation - length 155, Transparent 1 ok 1786 ok 1787 ok 1788 ok 1789 ok 1790 - Compressed Data Truncation - length 156, Transparent 1 ok 1791 ok 1792 ok 1793 ok 1794 ok 1795 - Compressed Data Truncation - length 157, Transparent 1 ok 1796 ok 1797 ok 1798 ok 1799 ok 1800 - Compressed Data Truncation - length 158, Transparent 1 ok 1801 ok 1802 ok 1803 ok 1804 ok 1805 - Compressed Data Truncation - length 159, Transparent 1 ok 1806 ok 1807 ok 1808 ok 1809 ok 1810 - Compressed Data Truncation - length 160, Transparent 1 ok 1811 ok 1812 ok 1813 ok 1814 ok 1815 - Compressed Data Truncation - length 161, Transparent 1 ok 1816 ok 1817 ok 1818 ok 1819 ok 1820 - Compressed Data Truncation - length 162, Transparent 1 ok 1821 ok 1822 ok 1823 ok 1824 ok 1825 - Compressed Data Truncation - length 163, Transparent 1 ok 1826 ok 1827 ok 1828 ok 1829 ok 1830 - Compressed Data Truncation - length 164, Transparent 1 ok 1831 ok 1832 ok 1833 ok 1834 ok 1835 - Compressed Data Truncation - length 165, Transparent 1 ok 1836 ok 1837 ok 1838 ok 1839 ok 1840 - Compressed Data Truncation - length 166, Transparent 1 ok 1841 ok 1842 ok 1843 ok 1844 ok 1845 - Compressed Data Truncation - length 167, Transparent 1 ok 1846 ok 1847 ok 1848 ok 1849 ok 1850 - Compressed Data Truncation - length 168, Transparent 1 ok 1851 ok 1852 ok 1853 ok 1854 ok 1855 - Compressed Data Truncation - length 169, Transparent 1 ok 1856 ok 1857 ok 1858 ok 1859 ok 1860 - Compressed Data Truncation - length 170, Transparent 1 ok 1861 ok 1862 ok 1863 ok 1864 ok 1865 - Compressed Data Truncation - length 171, Transparent 1 ok 1866 ok 1867 ok 1868 ok 1869 ok 1870 - Compressed Data Truncation - length 172, Transparent 1 ok 1871 ok 1872 ok 1873 ok 1874 ok 1875 - Compressed Data Truncation - length 173, Transparent 1 ok 1876 ok 1877 ok 1878 ok 1879 ok 1880 - Compressed Data Truncation - length 174, Transparent 1 ok 1881 ok 1882 ok 1883 ok 1884 ok 1885 - Compressed Data Truncation - length 175, Transparent 1 ok 1886 ok 1887 ok 1888 ok 1889 ok 1890 - Compressed Data Truncation - length 176, Transparent 1 ok 1891 ok 1892 ok 1893 ok 1894 ok 1895 - Compressed Data Truncation - length 177, Transparent 1 ok 1896 ok 1897 ok 1898 ok 1899 ok 1900 - Compressed Data Truncation - length 178, Transparent 1 ok 1901 ok 1902 ok 1903 ok 1904 ok 1905 - Compressed Data Truncation - length 179, Transparent 1 ok 1906 ok 1907 ok 1908 ok 1909 ok 1910 - Compressed Data Truncation - length 180, Transparent 1 ok 1911 ok 1912 ok 1913 ok 1914 ok 1915 - Compressed Data Truncation - length 181, Transparent 1 ok 1916 ok 1917 ok 1918 ok 1919 ok 1920 - Compressed Data Truncation - length 182, Transparent 1 ok 1921 ok 1922 ok 1923 ok 1924 ok 1925 - Compressed Data Truncation - length 183, Transparent 1 ok 1926 ok 1927 ok 1928 ok 1929 ok 1930 - Compressed Data Truncation - length 184, Transparent 1 ok 1931 ok 1932 ok 1933 ok 1934 ok 1935 - Compressed Data Truncation - length 185, Transparent 1 ok 1936 ok 1937 ok 1938 ok 1939 ok 1940 - Compressed Data Truncation - length 186, Transparent 1 ok 1941 ok 1942 ok 1943 ok 1944 ok 1945 - Compressed Data Truncation - length 187, Transparent 1 ok 1946 ok 1947 ok 1948 ok 1949 ok 1950 - Compressed Data Truncation - length 188, Transparent 1 ok 1951 ok 1952 ok 1953 ok 1954 ok 1955 - Compressed Data Truncation - length 189, Transparent 1 ok 1956 ok 1957 ok 1958 ok 1959 ok 1960 - Compressed Data Truncation - length 190, Transparent 1 ok 1961 ok 1962 ok 1963 ok 1964 ok 1965 - Compressed Data Truncation - length 191, Transparent 1 ok 1966 ok 1967 ok 1968 ok 1969 ok 1970 - Compressed Data Truncation - length 192, Transparent 1 ok 1971 ok 1972 ok 1973 ok 1974 ok 1975 - Compressed Data Truncation - length 193, Transparent 1 ok 1976 ok 1977 ok 1978 ok 1979 ok 1980 - Compressed Data Truncation - length 194, Transparent 1 ok 1981 ok 1982 ok 1983 ok 1984 ok 1985 - Compressed Data Truncation - length 195, Transparent 1 ok 1986 ok 1987 ok 1988 ok 1989 ok 1990 - Compressed Data Truncation - length 196, Transparent 1 ok 1991 ok 1992 ok 1993 ok 1994 ok 1995 - Compressed Data Truncation - length 197, Transparent 1 ok 1996 ok 1997 ok 1998 ok 1999 ok 2000 - Compressed Data Truncation - length 198, Transparent 1 ok 2001 ok 2002 ok 2003 ok 2004 ok 2005 - Compressed Data Truncation - length 199, Transparent 1 ok 2006 ok 2007 ok 2008 ok 2009 ok 2010 - Compressed Data Truncation - length 200, Transparent 1 ok 2011 ok 2012 ok 2013 ok 2014 ok 2015 - Compressed Data Truncation - length 201, Transparent 1 ok 2016 ok 2017 ok 2018 ok 2019 ok 2020 - Compressed Data Truncation - length 202, Transparent 1 ok 2021 ok 2022 ok 2023 ok 2024 ok 2025 - Compressed Data Truncation - length 203, Transparent 1 ok 2026 ok 2027 ok 2028 ok 2029 ok 2030 - Compressed Data Truncation - length 204, Transparent 1 ok 2031 ok 2032 ok 2033 ok 2034 ok 2035 - Compressed Data Truncation - length 205, Transparent 1 ok 2036 ok 2037 ok 2038 ok 2039 ok 2040 - Compressed Data Truncation - length 206, Transparent 1 ok 2041 ok 2042 ok 2043 ok 2044 ok 2045 - Compressed Data Truncation - length 207, Transparent 1 ok 2046 ok 2047 ok 2048 ok 2049 ok 2050 - Compressed Data Truncation - length 208, Transparent 1 ok 2051 ok 2052 ok 2053 ok 2054 ok 2055 - Compressed Data Truncation - length 209, Transparent 1 ok 2056 ok 2057 ok 2058 ok 2059 ok 2060 - Compressed Data Truncation - length 210, Transparent 1 ok 2061 ok 2062 ok 2063 ok 2064 ok 2065 - Compressed Data Truncation - length 211, Transparent 1 ok 2066 ok 2067 ok 2068 ok 2069 ok 2070 - Compressed Data Truncation - length 212, Transparent 1 ok 2071 ok 2072 ok 2073 ok 2074 ok 2075 - Compressed Data Truncation - length 213, Transparent 1 ok 2076 ok 2077 ok 2078 ok 2079 ok 2080 - Compressed Data Truncation - length 214, Transparent 1 ok 2081 ok 2082 ok 2083 ok 2084 ok 2085 - Compressed Data Truncation - length 215, Transparent 1 ok 2086 ok 2087 ok 2088 ok 2089 ok 2090 - Compressed Data Truncation - length 216, Transparent 1 ok 2091 ok 2092 ok 2093 ok 2094 ok 2095 - Compressed Data Truncation - length 217, Transparent 1 ok 2096 ok 2097 ok 2098 ok 2099 ok 2100 - Compressed Data Truncation - length 218, Transparent 1 ok 2101 ok 2102 ok 2103 ok 2104 ok 2105 - Compressed Data Truncation - length 219, Transparent 1 ok 2106 ok 2107 ok 2108 ok 2109 ok 2110 - Compressed Data Truncation - length 220, Transparent 1 ok 2111 ok 2112 ok 2113 ok 2114 ok 2115 - Compressed Data Truncation - length 221, Transparent 1 ok 2116 ok 2117 ok 2118 ok 2119 ok 2120 - Compressed Data Truncation - length 222, Transparent 1 ok 2121 ok 2122 ok 2123 ok 2124 ok 2125 - Compressed Data Truncation - length 223, Transparent 1 ok 2126 ok 2127 ok 2128 ok 2129 ok 2130 - Compressed Data Truncation - length 224, Transparent 1 ok 2131 ok 2132 ok 2133 ok 2134 ok 2135 - Compressed Data Truncation - length 225, Transparent 1 ok 2136 ok 2137 ok 2138 ok 2139 ok 2140 - Compressed Trailer Truncation ok 2141 - Compressed Trailer Truncation - Length 226, Lax 0, Transparent 1 ok 2142 ok 2143 ok 2144 ok 2145 ok 2146 - Compressed Trailer Truncation - Length 226, Lax 1, Transparent 1 ok 2147 ok 2148 ok 2149 ok 2150 ok 2151 ok 2152 - Compressed Trailer Truncation - Length 227, Lax 0, Transparent 1 ok 2153 ok 2154 ok 2155 ok 2156 ok 2157 - Compressed Trailer Truncation - Length 227, Lax 1, Transparent 1 ok 2158 ok 2159 ok 2160 ok 2161 ok 2162 ok 2163 - Compressed Trailer Truncation - Length 228, Lax 0, Transparent 1 ok 2164 ok 2165 ok 2166 ok 2167 ok 2168 - Compressed Trailer Truncation - Length 228, Lax 1, Transparent 1 ok 2169 ok 2170 ok 2171 ok 2172 ok 2173 ok 2174 - Compressed Trailer Truncation - Length 229, Lax 0, Transparent 1 ok 2175 ok 2176 ok 2177 ok 2178 ok 2179 - Compressed Trailer Truncation - Length 229, Lax 1, Transparent 1 ok 2180 ok 2181 ok 2182 ok 2183 ok 2184 ok 2185 - Compressed Trailer Truncation - Length 230, Lax 0, Transparent 1 ok 2186 ok 2187 ok 2188 ok 2189 ok 2190 - Compressed Trailer Truncation - Length 230, Lax 1, Transparent 1 ok 2191 ok 2192 ok 2193 ok 2194 ok 2195 ok 2196 - Compressed Trailer Truncation - Length 231, Lax 0, Transparent 1 ok 2197 ok 2198 ok 2199 ok 2200 ok 2201 - Compressed Trailer Truncation - Length 231, Lax 1, Transparent 1 ok 2202 ok 2203 ok 2204 ok 2205 ok 2206 ok 2207 - Compressed Trailer Truncation - Length 232, Lax 0, Transparent 1 ok 2208 ok 2209 ok 2210 ok 2211 ok 2212 - Compressed Trailer Truncation - Length 232, Lax 1, Transparent 1 ok 2213 ok 2214 ok 2215 ok 2216 ok 2217 ok 2218 - Compressed Trailer Truncation - Length 233, Lax 0, Transparent 1 ok 2219 ok 2220 ok 2221 ok 2222 ok 2223 - Compressed Trailer Truncation - Length 233, Lax 1, Transparent 1 ok 2224 ok 2225 ok 2226 ok 2227 ok 2228 ok 2229 - Compressed Trailer Truncation - Length 234, Lax 0, Transparent 1 ok 2230 ok 2231 ok 2232 ok 2233 ok 2234 - Compressed Trailer Truncation - Length 234, Lax 1, Transparent 1 ok 2235 ok 2236 ok 2237 ok 2238 ok 2239 ok 2240 - Compressed Trailer Truncation - Length 235, Lax 0, Transparent 1 ok 2241 ok 2242 ok 2243 ok 2244 ok 2245 - Compressed Trailer Truncation - Length 235, Lax 1, Transparent 1 ok 2246 ok 2247 ok 2248 ok 2249 ok 2250 ok 2251 - Compressed Trailer Truncation - Length 236, Lax 0, Transparent 1 ok 2252 ok 2253 ok 2254 ok 2255 ok 2256 - Compressed Trailer Truncation - Length 236, Lax 1, Transparent 1 ok 2257 ok 2258 ok 2259 ok 2260 ok 2261 ok 2262 - Compressed Trailer Truncation - Length 237, Lax 0, Transparent 1 ok 2263 ok 2264 ok 2265 ok 2266 ok 2267 - Compressed Trailer Truncation - Length 237, Lax 1, Transparent 1 ok 2268 ok 2269 ok 2270 ok 2271 ok 2272 ok 2273 - Compressed Trailer Truncation - Length 238, Lax 0, Transparent 1 ok 2274 ok 2275 ok 2276 ok 2277 ok 2278 - Compressed Trailer Truncation - Length 238, Lax 1, Transparent 1 ok 2279 ok 2280 ok 2281 ok 2282 ok 2283 ok 2284 - Compressed Trailer Truncation - Length 239, Lax 0, Transparent 1 ok 2285 ok 2286 ok 2287 ok 2288 ok 2289 - Compressed Trailer Truncation - Length 239, Lax 1, Transparent 1 ok 2290 ok 2291 ok 2292 ok 2293 ok 2294 ok 2295 - Compressed Trailer Truncation - Length 240, Lax 0, Transparent 1 ok 2296 ok 2297 ok 2298 ok 2299 ok 2300 - Compressed Trailer Truncation - Length 240, Lax 1, Transparent 1 ok 2301 ok 2302 ok 2303 ok 2304 ok 2305 ok 2306 - Compressed Trailer Truncation - Length 241, Lax 0, Transparent 1 ok 2307 ok 2308 ok 2309 ok 2310 ok 2311 - Compressed Trailer Truncation - Length 241, Lax 1, Transparent 1 ok 2312 ok 2313 ok 2314 ok 2315 ok 2316 ok 2317 - no warnings ok t/102tied-deflate...............1..242 ok 1 - Testing IO::Compress::Deflate and IO::Uncompress::Inflate ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 - Not EOF ok 13 - Tell is 0 ok 14 - Line is 6 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 - Requested 0 bytes ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 - Read Tests - buf length 1, Transparent 0, Append 0 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 - Read Tests - buf length 1, Transparent 0, Append 1 ok 81 ok 82 ok 83 ok 84 ok 85 ok 86 - Read Tests - buf length 1, Transparent 1, Append 0 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 - Read Tests - buf length 1, Transparent 1, Append 1 ok 93 ok 94 ok 95 ok 96 ok 97 ok 98 - Read Tests - buf length 3, Transparent 0, Append 0 ok 99 ok 100 ok 101 ok 102 ok 103 ok 104 - Read Tests - buf length 3, Transparent 0, Append 1 ok 105 ok 106 ok 107 ok 108 ok 109 ok 110 - Read Tests - buf length 3, Transparent 1, Append 0 ok 111 ok 112 ok 113 ok 114 ok 115 ok 116 - Read Tests - buf length 3, Transparent 1, Append 1 ok 117 ok 118 ok 119 ok 120 ok 121 ok 122 - Read Tests - buf length 512, Transparent 0, Append 0 ok 123 ok 124 ok 125 ok 126 ok 127 ok 128 - Read Tests - buf length 512, Transparent 0, Append 1 ok 129 ok 130 ok 131 ok 132 ok 133 ok 134 - Read Tests - buf length 512, Transparent 1, Append 0 ok 135 ok 136 ok 137 ok 138 ok 139 ok 140 - Read Tests - buf length 512, Transparent 1, Append 1 ok 141 ok 142 ok 143 ok 144 ok 145 ok 146 - Read Tests - buf length 4096, Transparent 0, Append 0 ok 147 ok 148 ok 149 ok 150 ok 151 ok 152 - Read Tests - buf length 4096, Transparent 0, Append 1 ok 153 ok 154 ok 155 ok 156 ok 157 ok 158 - Read Tests - buf length 4096, Transparent 1, Append 0 ok 159 ok 160 ok 161 ok 162 ok 163 ok 164 - Read Tests - buf length 4096, Transparent 1, Append 1 ok 165 ok 166 ok 167 ok 168 ok 169 ok 170 - Read Tests - buf length 5999, Transparent 0, Append 0 ok 171 ok 172 ok 173 ok 174 ok 175 ok 176 - Read Tests - buf length 5999, Transparent 0, Append 1 ok 177 ok 178 ok 179 ok 180 ok 181 ok 182 - Read Tests - buf length 5999, Transparent 1, Append 0 ok 183 ok 184 ok 185 ok 186 ok 187 ok 188 - Read Tests - buf length 5999, Transparent 1, Append 1 ok 189 ok 190 ok 191 ok 192 ok 193 ok 194 - Read Tests - buf length 6000, Transparent 0, Append 0 ok 195 ok 196 ok 197 ok 198 ok 199 ok 200 - Read Tests - buf length 6000, Transparent 0, Append 1 ok 201 ok 202 ok 203 ok 204 ok 205 ok 206 - Read Tests - buf length 6000, Transparent 1, Append 0 ok 207 ok 208 ok 209 ok 210 ok 211 ok 212 - Read Tests - buf length 6000, Transparent 1, Append 1 ok 213 ok 214 ok 215 ok 216 ok 217 ok 218 - Read Tests - buf length 6001, Transparent 0, Append 0 ok 219 ok 220 ok 221 ok 222 ok 223 ok 224 - Read Tests - buf length 6001, Transparent 0, Append 1 ok 225 ok 226 ok 227 ok 228 ok 229 ok 230 - Read Tests - buf length 6001, Transparent 1, Append 0 ok 231 ok 232 ok 233 ok 234 ok 235 ok 236 - Read Tests - buf length 6001, Transparent 1, Append 1 ok 237 ok 238 ok 239 ok 240 ok 241 ok 242 - no warnings ok t/102tied-gzip..................1..242 ok 1 - Testing IO::Compress::Gzip and IO::Uncompress::Gunzip ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 - Not EOF ok 13 - Tell is 0 ok 14 - Line is 6 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 - Requested 0 bytes ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 - Read Tests - buf length 1, Transparent 0, Append 0 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 - Read Tests - buf length 1, Transparent 0, Append 1 ok 81 ok 82 ok 83 ok 84 ok 85 ok 86 - Read Tests - buf length 1, Transparent 1, Append 0 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 - Read Tests - buf length 1, Transparent 1, Append 1 ok 93 ok 94 ok 95 ok 96 ok 97 ok 98 - Read Tests - buf length 3, Transparent 0, Append 0 ok 99 ok 100 ok 101 ok 102 ok 103 ok 104 - Read Tests - buf length 3, Transparent 0, Append 1 ok 105 ok 106 ok 107 ok 108 ok 109 ok 110 - Read Tests - buf length 3, Transparent 1, Append 0 ok 111 ok 112 ok 113 ok 114 ok 115 ok 116 - Read Tests - buf length 3, Transparent 1, Append 1 ok 117 ok 118 ok 119 ok 120 ok 121 ok 122 - Read Tests - buf length 512, Transparent 0, Append 0 ok 123 ok 124 ok 125 ok 126 ok 127 ok 128 - Read Tests - buf length 512, Transparent 0, Append 1 ok 129 ok 130 ok 131 ok 132 ok 133 ok 134 - Read Tests - buf length 512, Transparent 1, Append 0 ok 135 ok 136 ok 137 ok 138 ok 139 ok 140 - Read Tests - buf length 512, Transparent 1, Append 1 ok 141 ok 142 ok 143 ok 144 ok 145 ok 146 - Read Tests - buf length 4096, Transparent 0, Append 0 ok 147 ok 148 ok 149 ok 150 ok 151 ok 152 - Read Tests - buf length 4096, Transparent 0, Append 1 ok 153 ok 154 ok 155 ok 156 ok 157 ok 158 - Read Tests - buf length 4096, Transparent 1, Append 0 ok 159 ok 160 ok 161 ok 162 ok 163 ok 164 - Read Tests - buf length 4096, Transparent 1, Append 1 ok 165 ok 166 ok 167 ok 168 ok 169 ok 170 - Read Tests - buf length 5999, Transparent 0, Append 0 ok 171 ok 172 ok 173 ok 174 ok 175 ok 176 - Read Tests - buf length 5999, Transparent 0, Append 1 ok 177 ok 178 ok 179 ok 180 ok 181 ok 182 - Read Tests - buf length 5999, Transparent 1, Append 0 ok 183 ok 184 ok 185 ok 186 ok 187 ok 188 - Read Tests - buf length 5999, Transparent 1, Append 1 ok 189 ok 190 ok 191 ok 192 ok 193 ok 194 - Read Tests - buf length 6000, Transparent 0, Append 0 ok 195 ok 196 ok 197 ok 198 ok 199 ok 200 - Read Tests - buf length 6000, Transparent 0, Append 1 ok 201 ok 202 ok 203 ok 204 ok 205 ok 206 - Read Tests - buf length 6000, Transparent 1, Append 0 ok 207 ok 208 ok 209 ok 210 ok 211 ok 212 - Read Tests - buf length 6000, Transparent 1, Append 1 ok 213 ok 214 ok 215 ok 216 ok 217 ok 218 - Read Tests - buf length 6001, Transparent 0, Append 0 ok 219 ok 220 ok 221 ok 222 ok 223 ok 224 - Read Tests - buf length 6001, Transparent 0, Append 1 ok 225 ok 226 ok 227 ok 228 ok 229 ok 230 - Read Tests - buf length 6001, Transparent 1, Append 0 ok 231 ok 232 ok 233 ok 234 ok 235 ok 236 - Read Tests - buf length 6001, Transparent 1, Append 1 ok 237 ok 238 ok 239 ok 240 ok 241 ok 242 - no warnings ok t/102tied-rawdeflate............1..242 ok 1 - Testing IO::Compress::RawDeflate and IO::Uncompress::RawInflate ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 - Not EOF ok 13 - Tell is 0 ok 14 - Line is 6 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 - Requested 0 bytes ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 - Read Tests - buf length 1, Transparent 0, Append 0 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 - Read Tests - buf length 1, Transparent 0, Append 1 ok 81 ok 82 ok 83 ok 84 ok 85 ok 86 - Read Tests - buf length 1, Transparent 1, Append 0 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 - Read Tests - buf length 1, Transparent 1, Append 1 ok 93 ok 94 ok 95 ok 96 ok 97 ok 98 - Read Tests - buf length 3, Transparent 0, Append 0 ok 99 ok 100 ok 101 ok 102 ok 103 ok 104 - Read Tests - buf length 3, Transparent 0, Append 1 ok 105 ok 106 ok 107 ok 108 ok 109 ok 110 - Read Tests - buf length 3, Transparent 1, Append 0 ok 111 ok 112 ok 113 ok 114 ok 115 ok 116 - Read Tests - buf length 3, Transparent 1, Append 1 ok 117 ok 118 ok 119 ok 120 ok 121 ok 122 - Read Tests - buf length 512, Transparent 0, Append 0 ok 123 ok 124 ok 125 ok 126 ok 127 ok 128 - Read Tests - buf length 512, Transparent 0, Append 1 ok 129 ok 130 ok 131 ok 132 ok 133 ok 134 - Read Tests - buf length 512, Transparent 1, Append 0 ok 135 ok 136 ok 137 ok 138 ok 139 ok 140 - Read Tests - buf length 512, Transparent 1, Append 1 ok 141 ok 142 ok 143 ok 144 ok 145 ok 146 - Read Tests - buf length 4096, Transparent 0, Append 0 ok 147 ok 148 ok 149 ok 150 ok 151 ok 152 - Read Tests - buf length 4096, Transparent 0, Append 1 ok 153 ok 154 ok 155 ok 156 ok 157 ok 158 - Read Tests - buf length 4096, Transparent 1, Append 0 ok 159 ok 160 ok 161 ok 162 ok 163 ok 164 - Read Tests - buf length 4096, Transparent 1, Append 1 ok 165 ok 166 ok 167 ok 168 ok 169 ok 170 - Read Tests - buf length 5999, Transparent 0, Append 0 ok 171 ok 172 ok 173 ok 174 ok 175 ok 176 - Read Tests - buf length 5999, Transparent 0, Append 1 ok 177 ok 178 ok 179 ok 180 ok 181 ok 182 - Read Tests - buf length 5999, Transparent 1, Append 0 ok 183 ok 184 ok 185 ok 186 ok 187 ok 188 - Read Tests - buf length 5999, Transparent 1, Append 1 ok 189 ok 190 ok 191 ok 192 ok 193 ok 194 - Read Tests - buf length 6000, Transparent 0, Append 0 ok 195 ok 196 ok 197 ok 198 ok 199 ok 200 - Read Tests - buf length 6000, Transparent 0, Append 1 ok 201 ok 202 ok 203 ok 204 ok 205 ok 206 - Read Tests - buf length 6000, Transparent 1, Append 0 ok 207 ok 208 ok 209 ok 210 ok 211 ok 212 - Read Tests - buf length 6000, Transparent 1, Append 1 ok 213 ok 214 ok 215 ok 216 ok 217 ok 218 - Read Tests - buf length 6001, Transparent 0, Append 0 ok 219 ok 220 ok 221 ok 222 ok 223 ok 224 - Read Tests - buf length 6001, Transparent 0, Append 1 ok 225 ok 226 ok 227 ok 228 ok 229 ok 230 - Read Tests - buf length 6001, Transparent 1, Append 0 ok 231 ok 232 ok 233 ok 234 ok 235 ok 236 - Read Tests - buf length 6001, Transparent 1, Append 1 ok 237 ok 238 ok 239 ok 240 ok 241 ok 242 - no warnings ok t/102tied-zip...................1..242 ok 1 - Testing IO::Compress::Zip and IO::Uncompress::Unzip ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 - Not EOF ok 13 - Tell is 0 ok 14 - Line is 6 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 - Requested 0 bytes ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 - Read Tests - buf length 1, Transparent 0, Append 0 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 - Read Tests - buf length 1, Transparent 0, Append 1 ok 81 ok 82 ok 83 ok 84 ok 85 ok 86 - Read Tests - buf length 1, Transparent 1, Append 0 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 - Read Tests - buf length 1, Transparent 1, Append 1 ok 93 ok 94 ok 95 ok 96 ok 97 ok 98 - Read Tests - buf length 3, Transparent 0, Append 0 ok 99 ok 100 ok 101 ok 102 ok 103 ok 104 - Read Tests - buf length 3, Transparent 0, Append 1 ok 105 ok 106 ok 107 ok 108 ok 109 ok 110 - Read Tests - buf length 3, Transparent 1, Append 0 ok 111 ok 112 ok 113 ok 114 ok 115 ok 116 - Read Tests - buf length 3, Transparent 1, Append 1 ok 117 ok 118 ok 119 ok 120 ok 121 ok 122 - Read Tests - buf length 512, Transparent 0, Append 0 ok 123 ok 124 ok 125 ok 126 ok 127 ok 128 - Read Tests - buf length 512, Transparent 0, Append 1 ok 129 ok 130 ok 131 ok 132 ok 133 ok 134 - Read Tests - buf length 512, Transparent 1, Append 0 ok 135 ok 136 ok 137 ok 138 ok 139 ok 140 - Read Tests - buf length 512, Transparent 1, Append 1 ok 141 ok 142 ok 143 ok 144 ok 145 ok 146 - Read Tests - buf length 4096, Transparent 0, Append 0 ok 147 ok 148 ok 149 ok 150 ok 151 ok 152 - Read Tests - buf length 4096, Transparent 0, Append 1 ok 153 ok 154 ok 155 ok 156 ok 157 ok 158 - Read Tests - buf length 4096, Transparent 1, Append 0 ok 159 ok 160 ok 161 ok 162 ok 163 ok 164 - Read Tests - buf length 4096, Transparent 1, Append 1 ok 165 ok 166 ok 167 ok 168 ok 169 ok 170 - Read Tests - buf length 5999, Transparent 0, Append 0 ok 171 ok 172 ok 173 ok 174 ok 175 ok 176 - Read Tests - buf length 5999, Transparent 0, Append 1 ok 177 ok 178 ok 179 ok 180 ok 181 ok 182 - Read Tests - buf length 5999, Transparent 1, Append 0 ok 183 ok 184 ok 185 ok 186 ok 187 ok 188 - Read Tests - buf length 5999, Transparent 1, Append 1 ok 189 ok 190 ok 191 ok 192 ok 193 ok 194 - Read Tests - buf length 6000, Transparent 0, Append 0 ok 195 ok 196 ok 197 ok 198 ok 199 ok 200 - Read Tests - buf length 6000, Transparent 0, Append 1 ok 201 ok 202 ok 203 ok 204 ok 205 ok 206 - Read Tests - buf length 6000, Transparent 1, Append 0 ok 207 ok 208 ok 209 ok 210 ok 211 ok 212 - Read Tests - buf length 6000, Transparent 1, Append 1 ok 213 ok 214 ok 215 ok 216 ok 217 ok 218 - Read Tests - buf length 6001, Transparent 0, Append 0 ok 219 ok 220 ok 221 ok 222 ok 223 ok 224 - Read Tests - buf length 6001, Transparent 0, Append 1 ok 225 ok 226 ok 227 ok 228 ok 229 ok 230 - Read Tests - buf length 6001, Transparent 1, Append 0 ok 231 ok 232 ok 233 ok 234 ok 235 ok 236 - Read Tests - buf length 6001, Transparent 1, Append 1 ok 237 ok 238 ok 239 ok 240 ok 241 ok 242 - no warnings ok t/103newtied-deflate............1..79 ok 1 - Testing IO::Compress::Deflate and IO::Uncompress::Inflate ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 - opened ok ok 46 - Requested 0 bytes ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 - seek tests ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 - fileno ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 - no warnings ok t/103newtied-gzip...............1..79 ok 1 - Testing IO::Compress::Gzip and IO::Uncompress::Gunzip ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 - opened ok ok 46 - Requested 0 bytes ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 - seek tests ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 - fileno ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 - no warnings ok t/103newtied-rawdeflate.........1..79 ok 1 - Testing IO::Compress::RawDeflate and IO::Uncompress::RawInflate ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 - opened ok ok 46 - Requested 0 bytes ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 - seek tests ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 - fileno ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 - no warnings ok t/103newtied-zip................1..79 ok 1 - Testing IO::Compress::Zip and IO::Uncompress::Unzip ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 - opened ok ok 46 - Requested 0 bytes ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 - seek tests ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 - fileno ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 - no warnings ok t/104destroy-deflate............1..8 ok 1 - use IO::File; ok 2 - Testing IO::Compress::Deflate ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 - no warnings ok t/104destroy-gzip...............1..8 ok 1 - use IO::File; ok 2 - Testing IO::Compress::Gzip ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 - no warnings ok t/104destroy-rawdeflate.........1..8 ok 1 - use IO::File; ok 2 - Testing IO::Compress::RawDeflate ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 - no warnings ok t/104destroy-zip................1..8 ok 1 - use IO::File; ok 2 - Testing IO::Compress::Zip ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 - no warnings ok t/105oneshot-deflate............1..971 ok 1 - use IO::Uncompress::AnyUncompress; ok 2 - Testing IO::Compress::Deflate::deflate Error Cases ok 3 - Illegal Parameters ok 4 - No Parameters ok 5 - Output is read-only ok 6 - Input filename undef ok 7 - Input filename empty ok 8 - Input and Output filename are the same ok 9 - IO::Compress::Deflate::deflate returned undef ok 10 - Input filename is a directory ok 11 - IO::Compress::Deflate::deflate returned undef ok 12 - Output filename is a directory ok 13 - Input and Output buffer are the same ok 14 # skip Cannot compare filehandles with threaded $] ok 15 # skip Cannot compare filehandles with threaded $] ok 16 - Bad Output Param ok 17 - Bad Output Param ok 18 - Bad Input Param ok 19 - Bad Input Param ok 20 - input file 'abc.def' does not exist ok 21 - IO::Compress::Deflate::deflate returned undef ok 22 - input File 'abc.def' does not exist ok 23 - output File '/tmp/abd/abc.def' does not exist ok 24 - IO::Compress::Deflate::deflate returned undef ok 25 - output File '/tmp/abd/abc.def' does not exist ok 26 - Output fileglob with no input fileglob ok 27 - IO::Compress::Deflate::deflate returned undef ok 28 - IO::Compress::Deflate::deflate returned undef ok 29 - Unmatched ) in input fileglob ok 30 - Testing IO::Uncompress::Inflate::inflate Error Cases ok 31 - Illegal Parameters ok 32 - No Parameters ok 33 - Output is read-only ok 34 - Input filename undef ok 35 - Input filename empty ok 36 - Input and Output filename are the same ok 37 - IO::Uncompress::Inflate::inflate returned undef ok 38 - Input filename is a directory ok 39 - IO::Uncompress::Inflate::inflate returned undef ok 40 - Output filename is a directory ok 41 - Input and Output buffer are the same ok 42 # skip Cannot compare filehandles with threaded $] ok 43 # skip Cannot compare filehandles with threaded $] ok 44 - Bad Output Param ok 45 - Bad Output Param ok 46 - Bad Input Param ok 47 - Bad Input Param ok 48 - input file 'abc.def' does not exist ok 49 - IO::Uncompress::Inflate::inflate returned undef ok 50 - input File 'abc.def' does not exist ok 51 - output File '/tmp/abd/abc.def' does not exist ok 52 - IO::Uncompress::Inflate::inflate returned undef ok 53 - output File '/tmp/abd/abc.def' does not exist ok 54 - Output fileglob with no input fileglob ok 55 - IO::Uncompress::Inflate::inflate returned undef ok 56 - IO::Uncompress::Inflate::inflate returned undef ok 57 - Unmatched ) in input fileglob ok 58 - Testing IO::Uncompress::AnyUncompress::anyuncompress Error Cases ok 59 - Illegal Parameters ok 60 - No Parameters ok 61 - Output is read-only ok 62 - Input filename undef ok 63 - Input filename empty ok 64 - Input and Output filename are the same ok 65 - IO::Uncompress::AnyUncompress::anyuncompress returned undef ok 66 - Input filename is a directory ok 67 - IO::Uncompress::AnyUncompress::anyuncompress returned undef ok 68 - Output filename is a directory ok 69 - Input and Output buffer are the same ok 70 # skip Cannot compare filehandles with threaded $] ok 71 # skip Cannot compare filehandles with threaded $] ok 72 - Bad Output Param ok 73 - Bad Output Param ok 74 - Bad Input Param ok 75 - Bad Input Param ok 76 - input file 'abc.def' does not exist ok 77 - IO::Uncompress::AnyUncompress::anyuncompress returned undef ok 78 - input File 'abc.def' does not exist ok 79 - output File '/tmp/abd/abc.def' does not exist ok 80 - IO::Uncompress::AnyUncompress::anyuncompress returned undef ok 81 - output File '/tmp/abd/abc.def' does not exist ok 82 - Output fileglob with no input fileglob ok 83 - IO::Uncompress::AnyUncompress::anyuncompress returned undef ok 84 - IO::Uncompress::AnyUncompress::anyuncompress returned undef ok 85 - Unmatched ) in input fileglob ok 86 # skip readonly + threads ok 87 - TrailingData output not scaral reference ok 88 # skip readonly + threads ok 89 - TrailingData output not scaral reference ok 90 - Non-compressed data with IO::Uncompress::Inflate::inflate, Transparent => 0 ok 91 - Input buffer not changed ok 92 - IO::Uncompress::Inflate::inflate returned false ok 93 - error is 'Header Error: CRC mismatch.' ok 94 - Non-compressed data with IO::Uncompress::Inflate::inflate, Transparent => 1 ok 95 - Input buffer not changed ok 96 - IO::Uncompress::Inflate::inflate returned true ok 97 - got expected output ok 98 - no error [] ok 99 - Non-compressed data with IO::Uncompress::AnyUncompress::anyuncompress, Transparent => 0 ok 100 - Input buffer not changed ok 101 - IO::Uncompress::AnyUncompress::anyuncompress returned false ok 102 - error is 'Header Error: Bad Magic' ok 103 - Non-compressed data with IO::Uncompress::AnyUncompress::anyuncompress, Transparent => 1 ok 104 - Input buffer not changed ok 105 - IO::Uncompress::AnyUncompress::anyuncompress returned true ok 106 - got expected output ok 107 - no error [] ok 108 - IO::Uncompress::Inflate - corrupt data ok 109 - IO::Compress::Deflate::deflate ok ok 110 - IO::Uncompress::Inflate ok ok 111 - Got error 'unexpected end of file' ok 112 - anyuncompress ok ok 113 - Got error 'unexpected end of file' ok 114 - IO::Compress::Deflate::deflate - From Buff to Buff content '' Append 1 ok 115 - Compressed ok ok 116 - Input buffer not changed ok 117 - Already OK ok 118 - Uncompressed matches original ok 119 - IO::Compress::Deflate::deflate - From Buff to Array Ref content '' Append 1 ok 120 - Compressed ok ok 121 - Array[0] unchanged ok 122 - Input buffer not changed ok 123 - Uncompressed matches original ok 124 - IO::Compress::Deflate::deflate - From Array Ref to Array Ref content '' Append 1 ok 125 - Compressed ok ok 126 - Array[0] unchanged ok 127 - Uncompressed matches original ok 128 - IO::Compress::Deflate::deflate - From Buff to Filename content '' Append 1 ok 129 - Output file does not exist ok 130 - Compressed ok ok 131 - Created output file ok 132 - Already OK ok 133 - Uncompressed matches original ok 134 - IO::Compress::Deflate::deflate - From Buff to Handle content '' Append 1 ok 135 - Output file does not exist ok 136 - Created output filehandle ok 137 - Compressed ok ok 138 - Created output file ok 139 - Already OK ok 140 - Uncompressed matches original ok 141 - IO::Compress::Deflate::deflate - From Filename to Filename content '' Append 1 ok 142 - Output file does not exist ok 143 - Compressed ok ok 144 - Created output file ok 145 - Already OK ok 146 - Uncompressed matches original ok 147 - IO::Compress::Deflate::deflate - From Filename to Handle content '' Append 1 ok 148 - Output file does not exist ok 149 - Compressed ok ok 150 - Created output file ok 151 - Already OK ok 152 - Uncompressed matches original ok 153 - IO::Compress::Deflate::deflate - From Filename to Buffer content '' Append 1 ok 154 - Compressed ok ok 155 - Already OK ok 156 - Uncompressed matches original ok 157 - IO::Compress::Deflate::deflate - From Handle to Filename content '' Append 1 ok 158 - Output file does not exist ok 159 - Compressed ok ok 160 - Created output file ok 161 - Already OK ok 162 - Uncompressed matches original ok 163 - IO::Compress::Deflate::deflate - From Handle to Handle content '' Append 1 ok 164 - Output file does not exist ok 165 - Compressed ok ok 166 - Created output file ok 167 - Already OK ok 168 - Uncompressed matches original ok 169 - IO::Compress::Deflate::deflate - From Handle to Buffer content '' Append 1 ok 170 - Compressed ok ok 171 - Already OK ok 172 - Uncompressed matches original ok 173 - IO::Compress::Deflate::deflate - From stdin (via '-') to Buffer content '' Append 1 ok 174 - redirect STDIN ok 175 - Compressed ok ok 176 - Already OK ok 177 - Uncompressed matches original ok 178 - IO::Compress::Deflate::deflate - From Buff to Buff content '' Append 1 ok 179 - Compressed ok ok 180 - Input buffer not changed ok 181 - Already OK ok 182 - Uncompressed matches original ok 183 - IO::Compress::Deflate::deflate - From Buff to Array Ref content '' Append 1 ok 184 - Compressed ok ok 185 - Array[0] unchanged ok 186 - Input buffer not changed ok 187 - Uncompressed matches original ok 188 - IO::Compress::Deflate::deflate - From Array Ref to Array Ref content '' Append 1 ok 189 - Compressed ok ok 190 - Array[0] unchanged ok 191 - Uncompressed matches original ok 192 - IO::Compress::Deflate::deflate - From Buff to Filename content '' Append 1 ok 193 - Output file does not exist ok 194 - Compressed ok ok 195 - Created output file ok 196 - Already OK ok 197 - Uncompressed matches original ok 198 - IO::Compress::Deflate::deflate - From Buff to Handle content '' Append 1 ok 199 - Output file does not exist ok 200 - Created output filehandle ok 201 - Compressed ok ok 202 - Created output file ok 203 - Already OK ok 204 - Uncompressed matches original ok 205 - IO::Compress::Deflate::deflate - From Filename to Filename content '' Append 1 ok 206 - Output file does not exist ok 207 - Compressed ok ok 208 - Created output file ok 209 - Already OK ok 210 - Uncompressed matches original ok 211 - IO::Compress::Deflate::deflate - From Filename to Handle content '' Append 1 ok 212 - Output file does not exist ok 213 - Compressed ok ok 214 - Created output file ok 215 - Already OK ok 216 - Uncompressed matches original ok 217 - IO::Compress::Deflate::deflate - From Filename to Buffer content '' Append 1 ok 218 - Compressed ok ok 219 - Already OK ok 220 - Uncompressed matches original ok 221 - IO::Compress::Deflate::deflate - From Handle to Filename content '' Append 1 ok 222 - Output file does not exist ok 223 - Compressed ok ok 224 - Created output file ok 225 - Already OK ok 226 - Uncompressed matches original ok 227 - IO::Compress::Deflate::deflate - From Handle to Handle content '' Append 1 ok 228 - Output file does not exist ok 229 - Compressed ok ok 230 - Created output file ok 231 - Already OK ok 232 - Uncompressed matches original ok 233 - IO::Compress::Deflate::deflate - From Handle to Buffer content '' Append 1 ok 234 - Compressed ok ok 235 - Already OK ok 236 - Uncompressed matches original ok 237 - IO::Compress::Deflate::deflate - From stdin (via '-') to Buffer content '' Append 1 ok 238 - redirect STDIN ok 239 - Compressed ok ok 240 - Already OK ok 241 - Uncompressed matches original ok 242 - IO::Compress::Deflate::deflate - From Buff to Buff content 'abcde' Append 1 ok 243 - Compressed ok ok 244 - Input buffer not changed ok 245 - Already OK ok 246 - Uncompressed matches original ok 247 - IO::Compress::Deflate::deflate - From Buff to Array Ref content 'abcde' Append 1 ok 248 - Compressed ok ok 249 - Array[0] unchanged ok 250 - Input buffer not changed ok 251 - Uncompressed matches original ok 252 - IO::Compress::Deflate::deflate - From Array Ref to Array Ref content 'abcde' Append 1 ok 253 - Compressed ok ok 254 - Array[0] unchanged ok 255 - Uncompressed matches original ok 256 - IO::Compress::Deflate::deflate - From Buff to Filename content 'abcde' Append 1 ok 257 - Output file does not exist ok 258 - Compressed ok ok 259 - Created output file ok 260 - Already OK ok 261 - Uncompressed matches original ok 262 - IO::Compress::Deflate::deflate - From Buff to Handle content 'abcde' Append 1 ok 263 - Output file does not exist ok 264 - Created output filehandle ok 265 - Compressed ok ok 266 - Created output file ok 267 - Already OK ok 268 - Uncompressed matches original ok 269 - IO::Compress::Deflate::deflate - From Filename to Filename content 'abcde' Append 1 ok 270 - Output file does not exist ok 271 - Compressed ok ok 272 - Created output file ok 273 - Already OK ok 274 - Uncompressed matches original ok 275 - IO::Compress::Deflate::deflate - From Filename to Handle content 'abcde' Append 1 ok 276 - Output file does not exist ok 277 - Compressed ok ok 278 - Created output file ok 279 - Already OK ok 280 - Uncompressed matches original ok 281 - IO::Compress::Deflate::deflate - From Filename to Buffer content 'abcde' Append 1 ok 282 - Compressed ok ok 283 - Already OK ok 284 - Uncompressed matches original ok 285 - IO::Compress::Deflate::deflate - From Handle to Filename content 'abcde' Append 1 ok 286 - Output file does not exist ok 287 - Compressed ok ok 288 - Created output file ok 289 - Already OK ok 290 - Uncompressed matches original ok 291 - IO::Compress::Deflate::deflate - From Handle to Handle content 'abcde' Append 1 ok 292 - Output file does not exist ok 293 - Compressed ok ok 294 - Created output file ok 295 - Already OK ok 296 - Uncompressed matches original ok 297 - IO::Compress::Deflate::deflate - From Handle to Buffer content 'abcde' Append 1 ok 298 - Compressed ok ok 299 - Already OK ok 300 - Uncompressed matches original ok 301 - IO::Compress::Deflate::deflate - From stdin (via '-') to Buffer content 'abcde' Append 1 ok 302 - redirect STDIN ok 303 - Compressed ok ok 304 - Already OK ok 305 - Uncompressed matches original ok 306 - IO::Compress::Deflate::deflate - From Buff to Buff content '' Append 0 ok 307 - Compressed ok ok 308 - Input buffer not changed ok 309 - Uncompressed matches original ok 310 - IO::Compress::Deflate::deflate - From Buff to Array Ref content '' Append 0 ok 311 - Compressed ok ok 312 - Array[0] unchanged ok 313 - Input buffer not changed ok 314 - Uncompressed matches original ok 315 - IO::Compress::Deflate::deflate - From Array Ref to Array Ref content '' Append 0 ok 316 - Compressed ok ok 317 - Array[0] unchanged ok 318 - Uncompressed matches original ok 319 - IO::Compress::Deflate::deflate - From Buff to Filename content '' Append 0 ok 320 - Output file does not exist ok 321 - Compressed ok ok 322 - Created output file ok 323 - Uncompressed matches original ok 324 - IO::Compress::Deflate::deflate - From Buff to Handle content '' Append 0 ok 325 - Output file does not exist ok 326 - Created output filehandle ok 327 - Compressed ok ok 328 - Created output file ok 329 - Uncompressed matches original ok 330 - IO::Compress::Deflate::deflate - From Filename to Filename content '' Append 0 ok 331 - Output file does not exist ok 332 - Compressed ok ok 333 - Created output file ok 334 - Uncompressed matches original ok 335 - IO::Compress::Deflate::deflate - From Filename to Handle content '' Append 0 ok 336 - Output file does not exist ok 337 - Compressed ok ok 338 - Created output file ok 339 - Uncompressed matches original ok 340 - IO::Compress::Deflate::deflate - From Filename to Buffer content '' Append 0 ok 341 - Compressed ok ok 342 - Uncompressed matches original ok 343 - IO::Compress::Deflate::deflate - From Handle to Filename content '' Append 0 ok 344 - Output file does not exist ok 345 - Compressed ok ok 346 - Created output file ok 347 - Uncompressed matches original ok 348 - IO::Compress::Deflate::deflate - From Handle to Handle content '' Append 0 ok 349 - Output file does not exist ok 350 - Compressed ok ok 351 - Created output file ok 352 - Uncompressed matches original ok 353 - IO::Compress::Deflate::deflate - From Handle to Buffer content '' Append 0 ok 354 - Compressed ok ok 355 - Uncompressed matches original ok 356 - IO::Compress::Deflate::deflate - From stdin (via '-') to Buffer content '' Append 0 ok 357 - redirect STDIN ok 358 - Compressed ok ok 359 - Uncompressed matches original ok 360 - IO::Compress::Deflate::deflate - From Buff to Buff content '' Append 0 ok 361 - Compressed ok ok 362 - Input buffer not changed ok 363 - Uncompressed matches original ok 364 - IO::Compress::Deflate::deflate - From Buff to Array Ref content '' Append 0 ok 365 - Compressed ok ok 366 - Array[0] unchanged ok 367 - Input buffer not changed ok 368 - Uncompressed matches original ok 369 - IO::Compress::Deflate::deflate - From Array Ref to Array Ref content '' Append 0 ok 370 - Compressed ok ok 371 - Array[0] unchanged ok 372 - Uncompressed matches original ok 373 - IO::Compress::Deflate::deflate - From Buff to Filename content '' Append 0 ok 374 - Output file does not exist ok 375 - Compressed ok ok 376 - Created output file ok 377 - Uncompressed matches original ok 378 - IO::Compress::Deflate::deflate - From Buff to Handle content '' Append 0 ok 379 - Output file does not exist ok 380 - Created output filehandle ok 381 - Compressed ok ok 382 - Created output file ok 383 - Uncompressed matches original ok 384 - IO::Compress::Deflate::deflate - From Filename to Filename content '' Append 0 ok 385 - Output file does not exist ok 386 - Compressed ok ok 387 - Created output file ok 388 - Uncompressed matches original ok 389 - IO::Compress::Deflate::deflate - From Filename to Handle content '' Append 0 ok 390 - Output file does not exist ok 391 - Compressed ok ok 392 - Created output file ok 393 - Uncompressed matches original ok 394 - IO::Compress::Deflate::deflate - From Filename to Buffer content '' Append 0 ok 395 - Compressed ok ok 396 - Uncompressed matches original ok 397 - IO::Compress::Deflate::deflate - From Handle to Filename content '' Append 0 ok 398 - Output file does not exist ok 399 - Compressed ok ok 400 - Created output file ok 401 - Uncompressed matches original ok 402 - IO::Compress::Deflate::deflate - From Handle to Handle content '' Append 0 ok 403 - Output file does not exist ok 404 - Compressed ok ok 405 - Created output file ok 406 - Uncompressed matches original ok 407 - IO::Compress::Deflate::deflate - From Handle to Buffer content '' Append 0 ok 408 - Compressed ok ok 409 - Uncompressed matches original ok 410 - IO::Compress::Deflate::deflate - From stdin (via '-') to Buffer content '' Append 0 ok 411 - redirect STDIN ok 412 - Compressed ok ok 413 - Uncompressed matches original ok 414 - IO::Compress::Deflate::deflate - From Buff to Buff content 'abcde' Append 0 ok 415 - Compressed ok ok 416 - Input buffer not changed ok 417 - Uncompressed matches original ok 418 - IO::Compress::Deflate::deflate - From Buff to Array Ref content 'abcde' Append 0 ok 419 - Compressed ok ok 420 - Array[0] unchanged ok 421 - Input buffer not changed ok 422 - Uncompressed matches original ok 423 - IO::Compress::Deflate::deflate - From Array Ref to Array Ref content 'abcde' Append 0 ok 424 - Compressed ok ok 425 - Array[0] unchanged ok 426 - Uncompressed matches original ok 427 - IO::Compress::Deflate::deflate - From Buff to Filename content 'abcde' Append 0 ok 428 - Output file does not exist ok 429 - Compressed ok ok 430 - Created output file ok 431 - Uncompressed matches original ok 432 - IO::Compress::Deflate::deflate - From Buff to Handle content 'abcde' Append 0 ok 433 - Output file does not exist ok 434 - Created output filehandle ok 435 - Compressed ok ok 436 - Created output file ok 437 - Uncompressed matches original ok 438 - IO::Compress::Deflate::deflate - From Filename to Filename content 'abcde' Append 0 ok 439 - Output file does not exist ok 440 - Compressed ok ok 441 - Created output file ok 442 - Uncompressed matches original ok 443 - IO::Compress::Deflate::deflate - From Filename to Handle content 'abcde' Append 0 ok 444 - Output file does not exist ok 445 - Compressed ok ok 446 - Created output file ok 447 - Uncompressed matches original ok 448 - IO::Compress::Deflate::deflate - From Filename to Buffer content 'abcde' Append 0 ok 449 - Compressed ok ok 450 - Uncompressed matches original ok 451 - IO::Compress::Deflate::deflate - From Handle to Filename content 'abcde' Append 0 ok 452 - Output file does not exist ok 453 - Compressed ok ok 454 - Created output file ok 455 - Uncompressed matches original ok 456 - IO::Compress::Deflate::deflate - From Handle to Handle content 'abcde' Append 0 ok 457 - Output file does not exist ok 458 - Compressed ok ok 459 - Created output file ok 460 - Uncompressed matches original ok 461 - IO::Compress::Deflate::deflate - From Handle to Buffer content 'abcde' Append 0 ok 462 - Compressed ok ok 463 - Uncompressed matches original ok 464 - IO::Compress::Deflate::deflate - From stdin (via '-') to Buffer content 'abcde' Append 0 ok 465 - redirect STDIN ok 466 - Compressed ok ok 467 - Uncompressed matches original ok 468 - Created output filehandle ok 469 - IO::Compress::Deflate::deflate - From Array Ref to Array Ref ok 470 - Compressed ok ok 471 - Array[0] unchanged ok 472 - Input array not changed ok 473 - Got Expected uncompressed data ok 474 - IO::Compress::Deflate::deflate - From Array Ref to Buffer, MultiStream 1 ok 475 - Compressed ok ok 476 - Got Expected uncompressed data ok 477 - Header count ok ok 478 - IO::Compress::Deflate::deflate - From Array Ref to Filename, MultiStream 1 ok 479 - Compressed ok ok 480 - Got Expected uncompressed data ok 481 - Header count ok ok 482 - IO::Compress::Deflate::deflate - From Array Ref to Filehandle, MultiStream 1 ok 483 - Compressed ok ok 484 - Got Expected uncompressed data ok 485 - Header count ok ok 486 - IO::Compress::Deflate::deflate - From Array Ref to Buffer, MultiStream 0 ok 487 - Compressed ok ok 488 - Got Expected uncompressed data ok 489 - Header count ok ok 490 - IO::Compress::Deflate::deflate - From Array Ref to Filename, MultiStream 0 ok 491 - Compressed ok ok 492 - Got Expected uncompressed data ok 493 - Header count ok ok 494 - IO::Compress::Deflate::deflate - From Array Ref to Filehandle, MultiStream 0 ok 495 - Compressed ok ok 496 - Got Expected uncompressed data ok 497 - Header count ok ok 498 - Trailingdata with IO::Uncompress::Inflate::inflate, from filehandle ok 499 - Compressed ok ok 500 - Uncompressed OK ok 501 - Got uncompressed data ok 502 - Got trailing data ok 503 - Trailingdata with IO::Uncompress::Inflate::inflate, from buffer ok 504 - Compressed ok ok 505 - Uncompressed OK ok 506 - Got uncompressed data ok 507 - Got trailing data ok 508 - Temp Directory tmpdir1 exists ok 509 - IO::Compress::Deflate::deflate - From FileGlob to FileGlob files [a1] ok 510 - Compressed ok ok 511 - got expected from tmpdir2/a1.tmp ok 512 - got all files ok 513 - IO::Compress::Deflate::deflate - From FileGlob to Array files [a1] ok 514 - Compressed ok ok 515 ok 516 - got expected ok 517 - got all files ok 518 - IO::Compress::Deflate::deflate - From FileGlob to Buffer files [a1], MS 1 ok 519 - Compressed ok ok 520 - got expected ok 521 - Header count ok ok 522 - IO::Compress::Deflate::deflate - From FileGlob to Filename files [a1], MS 1 ok 523 - Compressed ok ok 524 - got expected ok 525 - Header count ok ok 526 - IO::Compress::Deflate::deflate - From FileGlob to Filehandle files [a1], MS 1 ok 527 - Compressed ok ok 528 - got expected ok 529 - Header count ok ok 530 - IO::Compress::Deflate::deflate - From FileGlob to Buffer files [a1], MS 0 ok 531 - Compressed ok ok 532 - got expected ok 533 - Header count ok ok 534 - IO::Compress::Deflate::deflate - From FileGlob to Filename files [a1], MS 0 ok 535 - Compressed ok ok 536 - got expected ok 537 - Header count ok ok 538 - IO::Compress::Deflate::deflate - From FileGlob to Filehandle files [a1], MS 0 ok 539 - Compressed ok ok 540 - got expected ok 541 - Header count ok ok 542 - Temp Directory tmpdir1 exists ok 543 - IO::Compress::Deflate::deflate - From FileGlob to FileGlob files [a1 a2 a3] ok 544 - Compressed ok ok 545 - got expected from tmpdir2/a1.tmp ok 546 - got expected from tmpdir2/a2.tmp ok 547 - got expected from tmpdir2/a3.tmp ok 548 - got all files ok 549 - IO::Compress::Deflate::deflate - From FileGlob to Array files [a1 a2 a3] ok 550 - Compressed ok ok 551 ok 552 - got expected ok 553 - got expected ok 554 - got expected ok 555 - got all files ok 556 - IO::Compress::Deflate::deflate - From FileGlob to Buffer files [a1 a2 a3], MS 1 ok 557 - Compressed ok ok 558 - got expected ok 559 - Header count ok ok 560 - IO::Compress::Deflate::deflate - From FileGlob to Filename files [a1 a2 a3], MS 1 ok 561 - Compressed ok ok 562 - got expected ok 563 - Header count ok ok 564 - IO::Compress::Deflate::deflate - From FileGlob to Filehandle files [a1 a2 a3], MS 1 ok 565 - Compressed ok ok 566 - got expected ok 567 - Header count ok ok 568 - IO::Compress::Deflate::deflate - From FileGlob to Buffer files [a1 a2 a3], MS 0 ok 569 - Compressed ok ok 570 - got expected ok 571 - Header count ok ok 572 - IO::Compress::Deflate::deflate - From FileGlob to Filename files [a1 a2 a3], MS 0 ok 573 - Compressed ok ok 574 - got expected ok 575 - Header count ok ok 576 - IO::Compress::Deflate::deflate - From FileGlob to Filehandle files [a1 a2 a3], MS 0 ok 577 - Compressed ok ok 578 - got expected ok 579 - Header count ok ok 580 - IO::Uncompress::Inflate::inflate - From Buff to Buff, Append(0) ok 581 - Uncompressed ok ok 582 - Input buffer not changed ok 583 - Uncompressed matches original ok 584 - IO::Uncompress::Inflate::inflate - From Buff to Array, Append(0) ok 585 - Uncompressed ok ok 586 - Input buffer not changed ok 587 - Uncompressed matches original ok 588 - Uncompressed matches original ok 589 - only 2 elements in the array ok 590 - IO::Uncompress::Inflate::inflate - From Buff to Filename, Append(0) ok 591 - Output file does not exist ok 592 - Uncompressed ok ok 593 - Created output file ok 594 - Input buffer not changed ok 595 - Uncompressed matches original ok 596 - IO::Uncompress::Inflate::inflate - From Buff to Handle, Append(0) ok 597 - Output file does not exist ok 598 - $of isa IO::File ok 599 - Uncompressed ok ok 600 - Created output file ok 601 - Input buffer not changed ok 602 - Uncompressed matches original ok 603 - IO::Uncompress::Inflate::inflate - From Filename to Filename, Append(0) ok 604 - Output file does not exist ok 605 - Uncompressed ok ok 606 - Created output file ok 607 - Input buffer not changed ok 608 - Uncompressed matches original ok 609 - IO::Uncompress::Inflate::inflate - From Filename to Handle, Append(0) ok 610 - Output file does not exist ok 611 - $out isa IO::File ok 612 - Uncompressed ok ok 613 - Created output file ok 614 - Input buffer not changed ok 615 - Uncompressed matches original ok 616 - IO::Uncompress::Inflate::inflate - From Filename to Buffer, Append(0) ok 617 - Uncompressed ok ok 618 - Input buffer not changed ok 619 - Uncompressed matches original ok 620 - IO::Uncompress::Inflate::inflate - From Handle to Filename, Append(0) ok 621 - Output file does not exist ok 622 - Uncompressed ok ok 623 - Created output file ok 624 - Input buffer not changed ok 625 - Uncompressed matches original ok 626 - IO::Uncompress::Inflate::inflate - From Handle to Handle, Append(0) ok 627 - Output file does not exist ok 628 - $out isa IO::File ok 629 - Uncompressed ok ok 630 - Created output file ok 631 - Input buffer not changed ok 632 - Uncompressed matches original ok 633 - IO::Uncompress::Inflate::inflate - From Filename to Buffer, Append(0) ok 634 - Uncompressed ok ok 635 - Input buffer not changed ok 636 - Uncompressed matches original ok 637 - IO::Uncompress::Inflate::inflate - From stdin (via '-') to Buffer content, Append(0) ok 638 - redirect STDIN ok 639 - Uncompressed ok ok 640 - Input buffer not changed ok 641 - Uncompressed matches original ok 642 - IO::Uncompress::Inflate::inflate - From Buff to Buff, Append(1) ok 643 - Uncompressed ok ok 644 - Input buffer not changed ok 645 - Uncompressed matches original ok 646 - IO::Uncompress::Inflate::inflate - From Buff to Array, Append(1) ok 647 - Uncompressed ok ok 648 - Input buffer not changed ok 649 - Uncompressed matches original ok 650 - Uncompressed matches original ok 651 - only 2 elements in the array ok 652 - IO::Uncompress::Inflate::inflate - From Buff to Filename, Append(1) ok 653 - Uncompressed ok ok 654 - Created output file ok 655 - Input buffer not changed ok 656 - Uncompressed matches original ok 657 - IO::Uncompress::Inflate::inflate - From Buff to Handle, Append(1) ok 658 - $of isa IO::File ok 659 - Uncompressed ok ok 660 - Created output file ok 661 - Input buffer not changed ok 662 - Uncompressed matches original ok 663 - IO::Uncompress::Inflate::inflate - From Filename to Filename, Append(1) ok 664 - Uncompressed ok ok 665 - Created output file ok 666 - Input buffer not changed ok 667 - Uncompressed matches original ok 668 - IO::Uncompress::Inflate::inflate - From Filename to Handle, Append(1) ok 669 - $out isa IO::File ok 670 - Uncompressed ok ok 671 - Created output file ok 672 - Input buffer not changed ok 673 - Uncompressed matches original ok 674 - IO::Uncompress::Inflate::inflate - From Filename to Buffer, Append(1) ok 675 - Uncompressed ok ok 676 - Input buffer not changed ok 677 - Uncompressed matches original ok 678 - IO::Uncompress::Inflate::inflate - From Handle to Filename, Append(1) ok 679 - Uncompressed ok ok 680 - Created output file ok 681 - Input buffer not changed ok 682 - Uncompressed matches original ok 683 - IO::Uncompress::Inflate::inflate - From Handle to Handle, Append(1) ok 684 - $out isa IO::File ok 685 - Uncompressed ok ok 686 - Created output file ok 687 - Input buffer not changed ok 688 - Uncompressed matches original ok 689 - IO::Uncompress::Inflate::inflate - From Filename to Buffer, Append(1) ok 690 - Uncompressed ok ok 691 - Input buffer not changed ok 692 - Uncompressed matches original ok 693 - IO::Uncompress::Inflate::inflate - From stdin (via '-') to Buffer content, Append(1) ok 694 - redirect STDIN ok 695 - Uncompressed ok ok 696 - Input buffer not changed ok 697 - Uncompressed matches original ok 698 - IO::Uncompress::Inflate::inflate - From Handle to Buffer, InputLength ok 699 - Uncompressed ok ok 700 - Uncompressed matches original ok 701 - Length of Appended data ok ok 702 - Appended data ok ok 703 - Uncompressed ok ok 704 - Uncompressed matches original ok 705 - Length of Appended data ok ok 706 - Appended data ok ok 707 - IO::Uncompress::Inflate::inflate - From stdin (via -) to Buffer content, InputLength ok 708 - redirect STDIN ok 709 - Uncompressed ok ok 710 - Length of Appended data ok ok 711 - Uncompressed matches original ok 712 - Appended data ok ok 713 - IO::Uncompress::Inflate::inflate - From stdin (via *main::STDIN) to Buffer content, InputLength ok 714 - redirect STDIN ok 715 - Uncompressed ok ok 716 - Length of Appended data ok ok 717 - Uncompressed matches original ok 718 - Appended data ok ok 719 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Buff, Append(0) ok 720 - Uncompressed ok ok 721 - Input buffer not changed ok 722 - Uncompressed matches original ok 723 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Array, Append(0) ok 724 - Uncompressed ok ok 725 - Input buffer not changed ok 726 - Uncompressed matches original ok 727 - Uncompressed matches original ok 728 - only 2 elements in the array ok 729 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Filename, Append(0) ok 730 - Output file does not exist ok 731 - Uncompressed ok ok 732 - Created output file ok 733 - Input buffer not changed ok 734 - Uncompressed matches original ok 735 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Handle, Append(0) ok 736 - Output file does not exist ok 737 - $of isa IO::File ok 738 - Uncompressed ok ok 739 - Created output file ok 740 - Input buffer not changed ok 741 - Uncompressed matches original ok 742 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Filename, Append(0) ok 743 - Output file does not exist ok 744 - Uncompressed ok ok 745 - Created output file ok 746 - Input buffer not changed ok 747 - Uncompressed matches original ok 748 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Handle, Append(0) ok 749 - Output file does not exist ok 750 - $out isa IO::File ok 751 - Uncompressed ok ok 752 - Created output file ok 753 - Input buffer not changed ok 754 - Uncompressed matches original ok 755 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Buffer, Append(0) ok 756 - Uncompressed ok ok 757 - Input buffer not changed ok 758 - Uncompressed matches original ok 759 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Filename, Append(0) ok 760 - Output file does not exist ok 761 - Uncompressed ok ok 762 - Created output file ok 763 - Input buffer not changed ok 764 - Uncompressed matches original ok 765 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Handle, Append(0) ok 766 - Output file does not exist ok 767 - $out isa IO::File ok 768 - Uncompressed ok ok 769 - Created output file ok 770 - Input buffer not changed ok 771 - Uncompressed matches original ok 772 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Buffer, Append(0) ok 773 - Uncompressed ok ok 774 - Input buffer not changed ok 775 - Uncompressed matches original ok 776 - IO::Uncompress::AnyUncompress::anyuncompress - From stdin (via '-') to Buffer content, Append(0) ok 777 - redirect STDIN ok 778 - Uncompressed ok ok 779 - Input buffer not changed ok 780 - Uncompressed matches original ok 781 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Buff, Append(1) ok 782 - Uncompressed ok ok 783 - Input buffer not changed ok 784 - Uncompressed matches original ok 785 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Array, Append(1) ok 786 - Uncompressed ok ok 787 - Input buffer not changed ok 788 - Uncompressed matches original ok 789 - Uncompressed matches original ok 790 - only 2 elements in the array ok 791 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Filename, Append(1) ok 792 - Uncompressed ok ok 793 - Created output file ok 794 - Input buffer not changed ok 795 - Uncompressed matches original ok 796 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Handle, Append(1) ok 797 - $of isa IO::File ok 798 - Uncompressed ok ok 799 - Created output file ok 800 - Input buffer not changed ok 801 - Uncompressed matches original ok 802 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Filename, Append(1) ok 803 - Uncompressed ok ok 804 - Created output file ok 805 - Input buffer not changed ok 806 - Uncompressed matches original ok 807 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Handle, Append(1) ok 808 - $out isa IO::File ok 809 - Uncompressed ok ok 810 - Created output file ok 811 - Input buffer not changed ok 812 - Uncompressed matches original ok 813 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Buffer, Append(1) ok 814 - Uncompressed ok ok 815 - Input buffer not changed ok 816 - Uncompressed matches original ok 817 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Filename, Append(1) ok 818 - Uncompressed ok ok 819 - Created output file ok 820 - Input buffer not changed ok 821 - Uncompressed matches original ok 822 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Handle, Append(1) ok 823 - $out isa IO::File ok 824 - Uncompressed ok ok 825 - Created output file ok 826 - Input buffer not changed ok 827 - Uncompressed matches original ok 828 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Buffer, Append(1) ok 829 - Uncompressed ok ok 830 - Input buffer not changed ok 831 - Uncompressed matches original ok 832 - IO::Uncompress::AnyUncompress::anyuncompress - From stdin (via '-') to Buffer content, Append(1) ok 833 - redirect STDIN ok 834 - Uncompressed ok ok 835 - Input buffer not changed ok 836 - Uncompressed matches original ok 837 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Buffer, InputLength ok 838 - Uncompressed ok ok 839 - Uncompressed matches original ok 840 - Length of Appended data ok ok 841 - Appended data ok ok 842 - Uncompressed ok ok 843 - Uncompressed matches original ok 844 - Length of Appended data ok ok 845 - Appended data ok ok 846 - IO::Uncompress::AnyUncompress::anyuncompress - From stdin (via -) to Buffer content, InputLength ok 847 - redirect STDIN ok 848 - Uncompressed ok ok 849 - Length of Appended data ok ok 850 - Uncompressed matches original ok 851 - Appended data ok ok 852 - IO::Uncompress::AnyUncompress::anyuncompress - From stdin (via *main::STDIN) to Buffer content, InputLength ok 853 - redirect STDIN ok 854 - Uncompressed ok ok 855 - Length of Appended data ok ok 856 - Uncompressed matches original ok 857 - Appended data ok ok 858 - Created output filehandle ok 859 - IO::Uncompress::Inflate::inflate - From ArrayRef to Buffer ok 860 - UnCompressed ok ok 861 ok 862 - IO::Uncompress::Inflate::inflate - From ArrayRef to Filename ok 863 - UnCompressed ok ok 864 ok 865 - IO::Uncompress::Inflate::inflate - From ArrayRef to Filehandle ok 866 - UnCompressed ok ok 867 ok 868 - IO::Uncompress::Inflate::inflate - From Array Ref to Array Ref ok 869 - UnCompressed ok ok 870 - Input array not changed ok 871 - Got Expected uncompressed data ok 872 - Created output filehandle ok 873 - IO::Uncompress::AnyUncompress::anyuncompress - From ArrayRef to Buffer ok 874 - UnCompressed ok ok 875 ok 876 - IO::Uncompress::AnyUncompress::anyuncompress - From ArrayRef to Filename ok 877 - UnCompressed ok ok 878 ok 879 - IO::Uncompress::AnyUncompress::anyuncompress - From ArrayRef to Filehandle ok 880 - UnCompressed ok ok 881 ok 882 - IO::Uncompress::AnyUncompress::anyuncompress - From Array Ref to Array Ref ok 883 - UnCompressed ok ok 884 - Input array not changed ok 885 - Got Expected uncompressed data ok 886 - Temp Directory tmpdir1 exists ok 887 - IO::Uncompress::Inflate::inflate - From FileGlob to FileGlob ok 888 - UnCompressed ok ok 889 - got expected from tmpdir2/a1.tmp ok 890 - got expected from tmpdir2/a2.tmp ok 891 - got expected from tmpdir2/a3.tmp ok 892 - got all files ok 893 - IO::Uncompress::Inflate::inflate - From FileGlob to Arrayref ok 894 - UnCompressed ok ok 895 - got expected data ok 896 - got expected data ok 897 - got expected data ok 898 - got expected data ok 899 - got all files ok 900 - IO::Uncompress::Inflate::inflate - From FileGlob to Buffer ok 901 - UnCompressed ok ok 902 - got expected uncompressed data ok 903 - IO::Uncompress::Inflate::inflate - From FileGlob to Filename ok 904 - tst00181.tmp does not exist ok 905 - UnCompressed ok ok 906 - tst00181.tmp does exist ok 907 - got expected uncompressed data ok 908 - IO::Uncompress::Inflate::inflate - From FileGlob to Filehandle ok 909 - UnCompressed ok ok 910 - abc does exist ok 911 - got expected uncompressed data ok 912 - Temp Directory tmpdir1 exists ok 913 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to FileGlob ok 914 - UnCompressed ok ok 915 - got expected from tmpdir2/a1.tmp ok 916 - got expected from tmpdir2/a2.tmp ok 917 - got expected from tmpdir2/a3.tmp ok 918 - got all files ok 919 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to Arrayref ok 920 - UnCompressed ok ok 921 - got expected data ok 922 - got expected data ok 923 - got expected data ok 924 - got expected data ok 925 - got all files ok 926 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to Buffer ok 927 - UnCompressed ok ok 928 - got expected uncompressed data ok 929 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to Filename ok 930 - tst00182.tmp does not exist ok 931 - UnCompressed ok ok 932 - tst00182.tmp does exist ok 933 - got expected uncompressed data ok 934 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to Filehandle ok 935 - UnCompressed ok ok 936 - abc does exist ok 937 - got expected uncompressed data ok 938 - More write tests ok 939 - Array Input Error tests ok 940 - [] ok 941 - IO::Compress::Deflate::deflate fails ok 942 - got error message ok 943 - [[]] ok 944 - IO::Compress::Deflate::deflate fails ok 945 - got error message ok 946 - [[[]]] ok 947 - IO::Compress::Deflate::deflate fails ok 948 - got error message ok 949 - [[\"ab"], [\"cd"]] ok 950 - IO::Compress::Deflate::deflate fails ok 951 - got error message ok 952 - [\""] ok 953 - IO::Compress::Deflate::deflate fails ok 954 - got error message ok 955 - [\undef] ok 956 - IO::Compress::Deflate::deflate fails ok 957 - got error message ok 958 - [\"abcd"] ok 959 - IO::Compress::Deflate::deflate fails ok 960 - got error message ok 961 - [\&xx] ok 962 - IO::Compress::Deflate::deflate fails ok 963 - got error message ok 964 - [$fh2] ok 965 - IO::Compress::Deflate::deflate fails ok 966 - got error message ok 967 - [""] ok 968 - got error message ok 969 - [undef] ok 970 - got error message ok 971 - no warnings ok 8/971 skipped: various reasons t/105oneshot-gzip-only..........1..71 ok 1 - use IO::Compress::Gzip; ok 2 - use IO::Uncompress::Gunzip; ok 3 - Check gzip header default NAME & MTIME settings ok 4 - gzip ok ok 5 - gunzip ok ok 6 - got expected content ok 7 - Created IO::Uncompress::Gunzip object ok 8 - got Header info ok 9 - read ok ok 10 - got expected content ok 11 - closed ok ok 12 - Name is 'tst00000.tmp' ok 13 - Time is ok ok 14 - Override Name ok 15 - gzip ok ok 16 - gunzip ok ok 17 - got expected content ok 18 - Created IO::Uncompress::Gunzip object ok 19 - got Header info ok 20 - read ok ok 21 - got expected content ok 22 - closed ok ok 23 - Name is 'abcde' ok 24 - Time is ok ok 25 - Override Time ok 26 - gzip ok ok 27 - gunzip ok ok 28 - got expected content ok 29 - Created IO::Uncompress::Gunzip object ok 30 - got Header info ok 31 - read ok ok 32 - got expected content ok 33 - closed ok ok 34 - Name is 'tst00000.tmp' ok 35 - Time is 1234 ok 36 - Override Name and Time ok 37 - gzip ok ok 38 - gunzip ok ok 39 - got expected content ok 40 - Created IO::Uncompress::Gunzip object ok 41 - got Header info ok 42 - read ok ok 43 - got expected content ok 44 - closed ok ok 45 - Name is 'abcde' ok 46 - Time is 4321 ok 47 - Filehandle doesn't have default Name or Time ok 48 - gzip ok ok 49 - gunzip ok ok 50 - got expected content ok 51 - Created IO::Uncompress::Gunzip object ok 52 - got Header info ok 53 - read ok ok 54 - got expected content ok 55 - closed ok ok 56 - Name is undef ok 57 - Time is ok ok 58 - Time is ok ok 59 - Buffer doesn't have default Name or Time ok 60 - gzip ok ok 61 - gunzip ok ok 62 - got expected content ok 63 - Created IO::Uncompress::Gunzip object ok 64 - got Header info ok 65 - read ok ok 66 - got expected content ok 67 - closed ok ok 68 - Name is undef ok 69 - Time is ok ok 70 - Time is ok ok 71 - no warnings ok t/105oneshot-gzip...............1..971 ok 1 - use IO::Uncompress::AnyUncompress; ok 2 - Testing IO::Compress::Gzip::gzip Error Cases ok 3 - Illegal Parameters ok 4 - No Parameters ok 5 - Output is read-only ok 6 - Input filename undef ok 7 - Input filename empty ok 8 - Input and Output filename are the same ok 9 - IO::Compress::Gzip::gzip returned undef ok 10 - Input filename is a directory ok 11 - IO::Compress::Gzip::gzip returned undef ok 12 - Output filename is a directory ok 13 - Input and Output buffer are the same ok 14 # skip Cannot compare filehandles with threaded $] ok 15 # skip Cannot compare filehandles with threaded $] ok 16 - Bad Output Param ok 17 - Bad Output Param ok 18 - Bad Input Param ok 19 - Bad Input Param ok 20 - input file 'abc.def' does not exist ok 21 - IO::Compress::Gzip::gzip returned undef ok 22 - input File 'abc.def' does not exist ok 23 - output File '/tmp/abd/abc.def' does not exist ok 24 - IO::Compress::Gzip::gzip returned undef ok 25 - output File '/tmp/abd/abc.def' does not exist ok 26 - Output fileglob with no input fileglob ok 27 - IO::Compress::Gzip::gzip returned undef ok 28 - IO::Compress::Gzip::gzip returned undef ok 29 - Unmatched ) in input fileglob ok 30 - Testing IO::Uncompress::Gunzip::gunzip Error Cases ok 31 - Illegal Parameters ok 32 - No Parameters ok 33 - Output is read-only ok 34 - Input filename undef ok 35 - Input filename empty ok 36 - Input and Output filename are the same ok 37 - IO::Uncompress::Gunzip::gunzip returned undef ok 38 - Input filename is a directory ok 39 - IO::Uncompress::Gunzip::gunzip returned undef ok 40 - Output filename is a directory ok 41 - Input and Output buffer are the same ok 42 # skip Cannot compare filehandles with threaded $] ok 43 # skip Cannot compare filehandles with threaded $] ok 44 - Bad Output Param ok 45 - Bad Output Param ok 46 - Bad Input Param ok 47 - Bad Input Param ok 48 - input file 'abc.def' does not exist ok 49 - IO::Uncompress::Gunzip::gunzip returned undef ok 50 - input File 'abc.def' does not exist ok 51 - output File '/tmp/abd/abc.def' does not exist ok 52 - IO::Uncompress::Gunzip::gunzip returned undef ok 53 - output File '/tmp/abd/abc.def' does not exist ok 54 - Output fileglob with no input fileglob ok 55 - IO::Uncompress::Gunzip::gunzip returned undef ok 56 - IO::Uncompress::Gunzip::gunzip returned undef ok 57 - Unmatched ) in input fileglob ok 58 - Testing IO::Uncompress::AnyUncompress::anyuncompress Error Cases ok 59 - Illegal Parameters ok 60 - No Parameters ok 61 - Output is read-only ok 62 - Input filename undef ok 63 - Input filename empty ok 64 - Input and Output filename are the same ok 65 - IO::Uncompress::AnyUncompress::anyuncompress returned undef ok 66 - Input filename is a directory ok 67 - IO::Uncompress::AnyUncompress::anyuncompress returned undef ok 68 - Output filename is a directory ok 69 - Input and Output buffer are the same ok 70 # skip Cannot compare filehandles with threaded $] ok 71 # skip Cannot compare filehandles with threaded $] ok 72 - Bad Output Param ok 73 - Bad Output Param ok 74 - Bad Input Param ok 75 - Bad Input Param ok 76 - input file 'abc.def' does not exist ok 77 - IO::Uncompress::AnyUncompress::anyuncompress returned undef ok 78 - input File 'abc.def' does not exist ok 79 - output File '/tmp/abd/abc.def' does not exist ok 80 - IO::Uncompress::AnyUncompress::anyuncompress returned undef ok 81 - output File '/tmp/abd/abc.def' does not exist ok 82 - Output fileglob with no input fileglob ok 83 - IO::Uncompress::AnyUncompress::anyuncompress returned undef ok 84 - IO::Uncompress::AnyUncompress::anyuncompress returned undef ok 85 - Unmatched ) in input fileglob ok 86 # skip readonly + threads ok 87 - TrailingData output not scaral reference ok 88 # skip readonly + threads ok 89 - TrailingData output not scaral reference ok 90 - Non-compressed data with IO::Uncompress::Gunzip::gunzip, Transparent => 0 ok 91 - Input buffer not changed ok 92 - IO::Uncompress::Gunzip::gunzip returned false ok 93 - error is 'Header Error: Bad Magic' ok 94 - Non-compressed data with IO::Uncompress::Gunzip::gunzip, Transparent => 1 ok 95 - Input buffer not changed ok 96 - IO::Uncompress::Gunzip::gunzip returned true ok 97 - got expected output ok 98 - no error [] ok 99 - Non-compressed data with IO::Uncompress::AnyUncompress::anyuncompress, Transparent => 0 ok 100 - Input buffer not changed ok 101 - IO::Uncompress::AnyUncompress::anyuncompress returned false ok 102 - error is 'Header Error: Bad Magic' ok 103 - Non-compressed data with IO::Uncompress::AnyUncompress::anyuncompress, Transparent => 1 ok 104 - Input buffer not changed ok 105 - IO::Uncompress::AnyUncompress::anyuncompress returned true ok 106 - got expected output ok 107 - no error [] ok 108 - IO::Uncompress::Gunzip - corrupt data ok 109 - IO::Compress::Gzip::gzip ok ok 110 - IO::Uncompress::Gunzip ok ok 111 - Got error 'unexpected end of file' ok 112 - anyuncompress ok ok 113 - Got error 'unexpected end of file' ok 114 - IO::Compress::Gzip::gzip - From Buff to Buff content '' Append 1 ok 115 - Compressed ok ok 116 - Input buffer not changed ok 117 - Already OK ok 118 - Uncompressed matches original ok 119 - IO::Compress::Gzip::gzip - From Buff to Array Ref content '' Append 1 ok 120 - Compressed ok ok 121 - Array[0] unchanged ok 122 - Input buffer not changed ok 123 - Uncompressed matches original ok 124 - IO::Compress::Gzip::gzip - From Array Ref to Array Ref content '' Append 1 ok 125 - Compressed ok ok 126 - Array[0] unchanged ok 127 - Uncompressed matches original ok 128 - IO::Compress::Gzip::gzip - From Buff to Filename content '' Append 1 ok 129 - Output file does not exist ok 130 - Compressed ok ok 131 - Created output file ok 132 - Already OK ok 133 - Uncompressed matches original ok 134 - IO::Compress::Gzip::gzip - From Buff to Handle content '' Append 1 ok 135 - Output file does not exist ok 136 - Created output filehandle ok 137 - Compressed ok ok 138 - Created output file ok 139 - Already OK ok 140 - Uncompressed matches original ok 141 - IO::Compress::Gzip::gzip - From Filename to Filename content '' Append 1 ok 142 - Output file does not exist ok 143 - Compressed ok ok 144 - Created output file ok 145 - Already OK ok 146 - Uncompressed matches original ok 147 - IO::Compress::Gzip::gzip - From Filename to Handle content '' Append 1 ok 148 - Output file does not exist ok 149 - Compressed ok ok 150 - Created output file ok 151 - Already OK ok 152 - Uncompressed matches original ok 153 - IO::Compress::Gzip::gzip - From Filename to Buffer content '' Append 1 ok 154 - Compressed ok ok 155 - Already OK ok 156 - Uncompressed matches original ok 157 - IO::Compress::Gzip::gzip - From Handle to Filename content '' Append 1 ok 158 - Output file does not exist ok 159 - Compressed ok ok 160 - Created output file ok 161 - Already OK ok 162 - Uncompressed matches original ok 163 - IO::Compress::Gzip::gzip - From Handle to Handle content '' Append 1 ok 164 - Output file does not exist ok 165 - Compressed ok ok 166 - Created output file ok 167 - Already OK ok 168 - Uncompressed matches original ok 169 - IO::Compress::Gzip::gzip - From Handle to Buffer content '' Append 1 ok 170 - Compressed ok ok 171 - Already OK ok 172 - Uncompressed matches original ok 173 - IO::Compress::Gzip::gzip - From stdin (via '-') to Buffer content '' Append 1 ok 174 - redirect STDIN ok 175 - Compressed ok ok 176 - Already OK ok 177 - Uncompressed matches original ok 178 - IO::Compress::Gzip::gzip - From Buff to Buff content '' Append 1 ok 179 - Compressed ok ok 180 - Input buffer not changed ok 181 - Already OK ok 182 - Uncompressed matches original ok 183 - IO::Compress::Gzip::gzip - From Buff to Array Ref content '' Append 1 ok 184 - Compressed ok ok 185 - Array[0] unchanged ok 186 - Input buffer not changed ok 187 - Uncompressed matches original ok 188 - IO::Compress::Gzip::gzip - From Array Ref to Array Ref content '' Append 1 ok 189 - Compressed ok ok 190 - Array[0] unchanged ok 191 - Uncompressed matches original ok 192 - IO::Compress::Gzip::gzip - From Buff to Filename content '' Append 1 ok 193 - Output file does not exist ok 194 - Compressed ok ok 195 - Created output file ok 196 - Already OK ok 197 - Uncompressed matches original ok 198 - IO::Compress::Gzip::gzip - From Buff to Handle content '' Append 1 ok 199 - Output file does not exist ok 200 - Created output filehandle ok 201 - Compressed ok ok 202 - Created output file ok 203 - Already OK ok 204 - Uncompressed matches original ok 205 - IO::Compress::Gzip::gzip - From Filename to Filename content '' Append 1 ok 206 - Output file does not exist ok 207 - Compressed ok ok 208 - Created output file ok 209 - Already OK ok 210 - Uncompressed matches original ok 211 - IO::Compress::Gzip::gzip - From Filename to Handle content '' Append 1 ok 212 - Output file does not exist ok 213 - Compressed ok ok 214 - Created output file ok 215 - Already OK ok 216 - Uncompressed matches original ok 217 - IO::Compress::Gzip::gzip - From Filename to Buffer content '' Append 1 ok 218 - Compressed ok ok 219 - Already OK ok 220 - Uncompressed matches original ok 221 - IO::Compress::Gzip::gzip - From Handle to Filename content '' Append 1 ok 222 - Output file does not exist ok 223 - Compressed ok ok 224 - Created output file ok 225 - Already OK ok 226 - Uncompressed matches original ok 227 - IO::Compress::Gzip::gzip - From Handle to Handle content '' Append 1 ok 228 - Output file does not exist ok 229 - Compressed ok ok 230 - Created output file ok 231 - Already OK ok 232 - Uncompressed matches original ok 233 - IO::Compress::Gzip::gzip - From Handle to Buffer content '' Append 1 ok 234 - Compressed ok ok 235 - Already OK ok 236 - Uncompressed matches original ok 237 - IO::Compress::Gzip::gzip - From stdin (via '-') to Buffer content '' Append 1 ok 238 - redirect STDIN ok 239 - Compressed ok ok 240 - Already OK ok 241 - Uncompressed matches original ok 242 - IO::Compress::Gzip::gzip - From Buff to Buff content 'abcde' Append 1 ok 243 - Compressed ok ok 244 - Input buffer not changed ok 245 - Already OK ok 246 - Uncompressed matches original ok 247 - IO::Compress::Gzip::gzip - From Buff to Array Ref content 'abcde' Append 1 ok 248 - Compressed ok ok 249 - Array[0] unchanged ok 250 - Input buffer not changed ok 251 - Uncompressed matches original ok 252 - IO::Compress::Gzip::gzip - From Array Ref to Array Ref content 'abcde' Append 1 ok 253 - Compressed ok ok 254 - Array[0] unchanged ok 255 - Uncompressed matches original ok 256 - IO::Compress::Gzip::gzip - From Buff to Filename content 'abcde' Append 1 ok 257 - Output file does not exist ok 258 - Compressed ok ok 259 - Created output file ok 260 - Already OK ok 261 - Uncompressed matches original ok 262 - IO::Compress::Gzip::gzip - From Buff to Handle content 'abcde' Append 1 ok 263 - Output file does not exist ok 264 - Created output filehandle ok 265 - Compressed ok ok 266 - Created output file ok 267 - Already OK ok 268 - Uncompressed matches original ok 269 - IO::Compress::Gzip::gzip - From Filename to Filename content 'abcde' Append 1 ok 270 - Output file does not exist ok 271 - Compressed ok ok 272 - Created output file ok 273 - Already OK ok 274 - Uncompressed matches original ok 275 - IO::Compress::Gzip::gzip - From Filename to Handle content 'abcde' Append 1 ok 276 - Output file does not exist ok 277 - Compressed ok ok 278 - Created output file ok 279 - Already OK ok 280 - Uncompressed matches original ok 281 - IO::Compress::Gzip::gzip - From Filename to Buffer content 'abcde' Append 1 ok 282 - Compressed ok ok 283 - Already OK ok 284 - Uncompressed matches original ok 285 - IO::Compress::Gzip::gzip - From Handle to Filename content 'abcde' Append 1 ok 286 - Output file does not exist ok 287 - Compressed ok ok 288 - Created output file ok 289 - Already OK ok 290 - Uncompressed matches original ok 291 - IO::Compress::Gzip::gzip - From Handle to Handle content 'abcde' Append 1 ok 292 - Output file does not exist ok 293 - Compressed ok ok 294 - Created output file ok 295 - Already OK ok 296 - Uncompressed matches original ok 297 - IO::Compress::Gzip::gzip - From Handle to Buffer content 'abcde' Append 1 ok 298 - Compressed ok ok 299 - Already OK ok 300 - Uncompressed matches original ok 301 - IO::Compress::Gzip::gzip - From stdin (via '-') to Buffer content 'abcde' Append 1 ok 302 - redirect STDIN ok 303 - Compressed ok ok 304 - Already OK ok 305 - Uncompressed matches original ok 306 - IO::Compress::Gzip::gzip - From Buff to Buff content '' Append 0 ok 307 - Compressed ok ok 308 - Input buffer not changed ok 309 - Uncompressed matches original ok 310 - IO::Compress::Gzip::gzip - From Buff to Array Ref content '' Append 0 ok 311 - Compressed ok ok 312 - Array[0] unchanged ok 313 - Input buffer not changed ok 314 - Uncompressed matches original ok 315 - IO::Compress::Gzip::gzip - From Array Ref to Array Ref content '' Append 0 ok 316 - Compressed ok ok 317 - Array[0] unchanged ok 318 - Uncompressed matches original ok 319 - IO::Compress::Gzip::gzip - From Buff to Filename content '' Append 0 ok 320 - Output file does not exist ok 321 - Compressed ok ok 322 - Created output file ok 323 - Uncompressed matches original ok 324 - IO::Compress::Gzip::gzip - From Buff to Handle content '' Append 0 ok 325 - Output file does not exist ok 326 - Created output filehandle ok 327 - Compressed ok ok 328 - Created output file ok 329 - Uncompressed matches original ok 330 - IO::Compress::Gzip::gzip - From Filename to Filename content '' Append 0 ok 331 - Output file does not exist ok 332 - Compressed ok ok 333 - Created output file ok 334 - Uncompressed matches original ok 335 - IO::Compress::Gzip::gzip - From Filename to Handle content '' Append 0 ok 336 - Output file does not exist ok 337 - Compressed ok ok 338 - Created output file ok 339 - Uncompressed matches original ok 340 - IO::Compress::Gzip::gzip - From Filename to Buffer content '' Append 0 ok 341 - Compressed ok ok 342 - Uncompressed matches original ok 343 - IO::Compress::Gzip::gzip - From Handle to Filename content '' Append 0 ok 344 - Output file does not exist ok 345 - Compressed ok ok 346 - Created output file ok 347 - Uncompressed matches original ok 348 - IO::Compress::Gzip::gzip - From Handle to Handle content '' Append 0 ok 349 - Output file does not exist ok 350 - Compressed ok ok 351 - Created output file ok 352 - Uncompressed matches original ok 353 - IO::Compress::Gzip::gzip - From Handle to Buffer content '' Append 0 ok 354 - Compressed ok ok 355 - Uncompressed matches original ok 356 - IO::Compress::Gzip::gzip - From stdin (via '-') to Buffer content '' Append 0 ok 357 - redirect STDIN ok 358 - Compressed ok ok 359 - Uncompressed matches original ok 360 - IO::Compress::Gzip::gzip - From Buff to Buff content '' Append 0 ok 361 - Compressed ok ok 362 - Input buffer not changed ok 363 - Uncompressed matches original ok 364 - IO::Compress::Gzip::gzip - From Buff to Array Ref content '' Append 0 ok 365 - Compressed ok ok 366 - Array[0] unchanged ok 367 - Input buffer not changed ok 368 - Uncompressed matches original ok 369 - IO::Compress::Gzip::gzip - From Array Ref to Array Ref content '' Append 0 ok 370 - Compressed ok ok 371 - Array[0] unchanged ok 372 - Uncompressed matches original ok 373 - IO::Compress::Gzip::gzip - From Buff to Filename content '' Append 0 ok 374 - Output file does not exist ok 375 - Compressed ok ok 376 - Created output file ok 377 - Uncompressed matches original ok 378 - IO::Compress::Gzip::gzip - From Buff to Handle content '' Append 0 ok 379 - Output file does not exist ok 380 - Created output filehandle ok 381 - Compressed ok ok 382 - Created output file ok 383 - Uncompressed matches original ok 384 - IO::Compress::Gzip::gzip - From Filename to Filename content '' Append 0 ok 385 - Output file does not exist ok 386 - Compressed ok ok 387 - Created output file ok 388 - Uncompressed matches original ok 389 - IO::Compress::Gzip::gzip - From Filename to Handle content '' Append 0 ok 390 - Output file does not exist ok 391 - Compressed ok ok 392 - Created output file ok 393 - Uncompressed matches original ok 394 - IO::Compress::Gzip::gzip - From Filename to Buffer content '' Append 0 ok 395 - Compressed ok ok 396 - Uncompressed matches original ok 397 - IO::Compress::Gzip::gzip - From Handle to Filename content '' Append 0 ok 398 - Output file does not exist ok 399 - Compressed ok ok 400 - Created output file ok 401 - Uncompressed matches original ok 402 - IO::Compress::Gzip::gzip - From Handle to Handle content '' Append 0 ok 403 - Output file does not exist ok 404 - Compressed ok ok 405 - Created output file ok 406 - Uncompressed matches original ok 407 - IO::Compress::Gzip::gzip - From Handle to Buffer content '' Append 0 ok 408 - Compressed ok ok 409 - Uncompressed matches original ok 410 - IO::Compress::Gzip::gzip - From stdin (via '-') to Buffer content '' Append 0 ok 411 - redirect STDIN ok 412 - Compressed ok ok 413 - Uncompressed matches original ok 414 - IO::Compress::Gzip::gzip - From Buff to Buff content 'abcde' Append 0 ok 415 - Compressed ok ok 416 - Input buffer not changed ok 417 - Uncompressed matches original ok 418 - IO::Compress::Gzip::gzip - From Buff to Array Ref content 'abcde' Append 0 ok 419 - Compressed ok ok 420 - Array[0] unchanged ok 421 - Input buffer not changed ok 422 - Uncompressed matches original ok 423 - IO::Compress::Gzip::gzip - From Array Ref to Array Ref content 'abcde' Append 0 ok 424 - Compressed ok ok 425 - Array[0] unchanged ok 426 - Uncompressed matches original ok 427 - IO::Compress::Gzip::gzip - From Buff to Filename content 'abcde' Append 0 ok 428 - Output file does not exist ok 429 - Compressed ok ok 430 - Created output file ok 431 - Uncompressed matches original ok 432 - IO::Compress::Gzip::gzip - From Buff to Handle content 'abcde' Append 0 ok 433 - Output file does not exist ok 434 - Created output filehandle ok 435 - Compressed ok ok 436 - Created output file ok 437 - Uncompressed matches original ok 438 - IO::Compress::Gzip::gzip - From Filename to Filename content 'abcde' Append 0 ok 439 - Output file does not exist ok 440 - Compressed ok ok 441 - Created output file ok 442 - Uncompressed matches original ok 443 - IO::Compress::Gzip::gzip - From Filename to Handle content 'abcde' Append 0 ok 444 - Output file does not exist ok 445 - Compressed ok ok 446 - Created output file ok 447 - Uncompressed matches original ok 448 - IO::Compress::Gzip::gzip - From Filename to Buffer content 'abcde' Append 0 ok 449 - Compressed ok ok 450 - Uncompressed matches original ok 451 - IO::Compress::Gzip::gzip - From Handle to Filename content 'abcde' Append 0 ok 452 - Output file does not exist ok 453 - Compressed ok ok 454 - Created output file ok 455 - Uncompressed matches original ok 456 - IO::Compress::Gzip::gzip - From Handle to Handle content 'abcde' Append 0 ok 457 - Output file does not exist ok 458 - Compressed ok ok 459 - Created output file ok 460 - Uncompressed matches original ok 461 - IO::Compress::Gzip::gzip - From Handle to Buffer content 'abcde' Append 0 ok 462 - Compressed ok ok 463 - Uncompressed matches original ok 464 - IO::Compress::Gzip::gzip - From stdin (via '-') to Buffer content 'abcde' Append 0 ok 465 - redirect STDIN ok 466 - Compressed ok ok 467 - Uncompressed matches original ok 468 - Created output filehandle ok 469 - IO::Compress::Gzip::gzip - From Array Ref to Array Ref ok 470 - Compressed ok ok 471 - Array[0] unchanged ok 472 - Input array not changed ok 473 - Got Expected uncompressed data ok 474 - IO::Compress::Gzip::gzip - From Array Ref to Buffer, MultiStream 1 ok 475 - Compressed ok ok 476 - Got Expected uncompressed data ok 477 - Header count ok ok 478 - IO::Compress::Gzip::gzip - From Array Ref to Filename, MultiStream 1 ok 479 - Compressed ok ok 480 - Got Expected uncompressed data ok 481 - Header count ok ok 482 - IO::Compress::Gzip::gzip - From Array Ref to Filehandle, MultiStream 1 ok 483 - Compressed ok ok 484 - Got Expected uncompressed data ok 485 - Header count ok ok 486 - IO::Compress::Gzip::gzip - From Array Ref to Buffer, MultiStream 0 ok 487 - Compressed ok ok 488 - Got Expected uncompressed data ok 489 - Header count ok ok 490 - IO::Compress::Gzip::gzip - From Array Ref to Filename, MultiStream 0 ok 491 - Compressed ok ok 492 - Got Expected uncompressed data ok 493 - Header count ok ok 494 - IO::Compress::Gzip::gzip - From Array Ref to Filehandle, MultiStream 0 ok 495 - Compressed ok ok 496 - Got Expected uncompressed data ok 497 - Header count ok ok 498 - Trailingdata with IO::Uncompress::Gunzip::gunzip, from filehandle ok 499 - Compressed ok ok 500 - Uncompressed OK ok 501 - Got uncompressed data ok 502 - Got trailing data ok 503 - Trailingdata with IO::Uncompress::Gunzip::gunzip, from buffer ok 504 - Compressed ok ok 505 - Uncompressed OK ok 506 - Got uncompressed data ok 507 - Got trailing data ok 508 - Temp Directory tmpdir1 exists ok 509 - IO::Compress::Gzip::gzip - From FileGlob to FileGlob files [a1] ok 510 - Compressed ok ok 511 - got expected from tmpdir2/a1.tmp ok 512 - got all files ok 513 - IO::Compress::Gzip::gzip - From FileGlob to Array files [a1] ok 514 - Compressed ok ok 515 ok 516 - got expected ok 517 - got all files ok 518 - IO::Compress::Gzip::gzip - From FileGlob to Buffer files [a1], MS 1 ok 519 - Compressed ok ok 520 - got expected ok 521 - Header count ok ok 522 - IO::Compress::Gzip::gzip - From FileGlob to Filename files [a1], MS 1 ok 523 - Compressed ok ok 524 - got expected ok 525 - Header count ok ok 526 - IO::Compress::Gzip::gzip - From FileGlob to Filehandle files [a1], MS 1 ok 527 - Compressed ok ok 528 - got expected ok 529 - Header count ok ok 530 - IO::Compress::Gzip::gzip - From FileGlob to Buffer files [a1], MS 0 ok 531 - Compressed ok ok 532 - got expected ok 533 - Header count ok ok 534 - IO::Compress::Gzip::gzip - From FileGlob to Filename files [a1], MS 0 ok 535 - Compressed ok ok 536 - got expected ok 537 - Header count ok ok 538 - IO::Compress::Gzip::gzip - From FileGlob to Filehandle files [a1], MS 0 ok 539 - Compressed ok ok 540 - got expected ok 541 - Header count ok ok 542 - Temp Directory tmpdir1 exists ok 543 - IO::Compress::Gzip::gzip - From FileGlob to FileGlob files [a1 a2 a3] ok 544 - Compressed ok ok 545 - got expected from tmpdir2/a1.tmp ok 546 - got expected from tmpdir2/a2.tmp ok 547 - got expected from tmpdir2/a3.tmp ok 548 - got all files ok 549 - IO::Compress::Gzip::gzip - From FileGlob to Array files [a1 a2 a3] ok 550 - Compressed ok ok 551 ok 552 - got expected ok 553 - got expected ok 554 - got expected ok 555 - got all files ok 556 - IO::Compress::Gzip::gzip - From FileGlob to Buffer files [a1 a2 a3], MS 1 ok 557 - Compressed ok ok 558 - got expected ok 559 - Header count ok ok 560 - IO::Compress::Gzip::gzip - From FileGlob to Filename files [a1 a2 a3], MS 1 ok 561 - Compressed ok ok 562 - got expected ok 563 - Header count ok ok 564 - IO::Compress::Gzip::gzip - From FileGlob to Filehandle files [a1 a2 a3], MS 1 ok 565 - Compressed ok ok 566 - got expected ok 567 - Header count ok ok 568 - IO::Compress::Gzip::gzip - From FileGlob to Buffer files [a1 a2 a3], MS 0 ok 569 - Compressed ok ok 570 - got expected ok 571 - Header count ok ok 572 - IO::Compress::Gzip::gzip - From FileGlob to Filename files [a1 a2 a3], MS 0 ok 573 - Compressed ok ok 574 - got expected ok 575 - Header count ok ok 576 - IO::Compress::Gzip::gzip - From FileGlob to Filehandle files [a1 a2 a3], MS 0 ok 577 - Compressed ok ok 578 - got expected ok 579 - Header count ok ok 580 - IO::Uncompress::Gunzip::gunzip - From Buff to Buff, Append(0) ok 581 - Uncompressed ok ok 582 - Input buffer not changed ok 583 - Uncompressed matches original ok 584 - IO::Uncompress::Gunzip::gunzip - From Buff to Array, Append(0) ok 585 - Uncompressed ok ok 586 - Input buffer not changed ok 587 - Uncompressed matches original ok 588 - Uncompressed matches original ok 589 - only 2 elements in the array ok 590 - IO::Uncompress::Gunzip::gunzip - From Buff to Filename, Append(0) ok 591 - Output file does not exist ok 592 - Uncompressed ok ok 593 - Created output file ok 594 - Input buffer not changed ok 595 - Uncompressed matches original ok 596 - IO::Uncompress::Gunzip::gunzip - From Buff to Handle, Append(0) ok 597 - Output file does not exist ok 598 - $of isa IO::File ok 599 - Uncompressed ok ok 600 - Created output file ok 601 - Input buffer not changed ok 602 - Uncompressed matches original ok 603 - IO::Uncompress::Gunzip::gunzip - From Filename to Filename, Append(0) ok 604 - Output file does not exist ok 605 - Uncompressed ok ok 606 - Created output file ok 607 - Input buffer not changed ok 608 - Uncompressed matches original ok 609 - IO::Uncompress::Gunzip::gunzip - From Filename to Handle, Append(0) ok 610 - Output file does not exist ok 611 - $out isa IO::File ok 612 - Uncompressed ok ok 613 - Created output file ok 614 - Input buffer not changed ok 615 - Uncompressed matches original ok 616 - IO::Uncompress::Gunzip::gunzip - From Filename to Buffer, Append(0) ok 617 - Uncompressed ok ok 618 - Input buffer not changed ok 619 - Uncompressed matches original ok 620 - IO::Uncompress::Gunzip::gunzip - From Handle to Filename, Append(0) ok 621 - Output file does not exist ok 622 - Uncompressed ok ok 623 - Created output file ok 624 - Input buffer not changed ok 625 - Uncompressed matches original ok 626 - IO::Uncompress::Gunzip::gunzip - From Handle to Handle, Append(0) ok 627 - Output file does not exist ok 628 - $out isa IO::File ok 629 - Uncompressed ok ok 630 - Created output file ok 631 - Input buffer not changed ok 632 - Uncompressed matches original ok 633 - IO::Uncompress::Gunzip::gunzip - From Filename to Buffer, Append(0) ok 634 - Uncompressed ok ok 635 - Input buffer not changed ok 636 - Uncompressed matches original ok 637 - IO::Uncompress::Gunzip::gunzip - From stdin (via '-') to Buffer content, Append(0) ok 638 - redirect STDIN ok 639 - Uncompressed ok ok 640 - Input buffer not changed ok 641 - Uncompressed matches original ok 642 - IO::Uncompress::Gunzip::gunzip - From Buff to Buff, Append(1) ok 643 - Uncompressed ok ok 644 - Input buffer not changed ok 645 - Uncompressed matches original ok 646 - IO::Uncompress::Gunzip::gunzip - From Buff to Array, Append(1) ok 647 - Uncompressed ok ok 648 - Input buffer not changed ok 649 - Uncompressed matches original ok 650 - Uncompressed matches original ok 651 - only 2 elements in the array ok 652 - IO::Uncompress::Gunzip::gunzip - From Buff to Filename, Append(1) ok 653 - Uncompressed ok ok 654 - Created output file ok 655 - Input buffer not changed ok 656 - Uncompressed matches original ok 657 - IO::Uncompress::Gunzip::gunzip - From Buff to Handle, Append(1) ok 658 - $of isa IO::File ok 659 - Uncompressed ok ok 660 - Created output file ok 661 - Input buffer not changed ok 662 - Uncompressed matches original ok 663 - IO::Uncompress::Gunzip::gunzip - From Filename to Filename, Append(1) ok 664 - Uncompressed ok ok 665 - Created output file ok 666 - Input buffer not changed ok 667 - Uncompressed matches original ok 668 - IO::Uncompress::Gunzip::gunzip - From Filename to Handle, Append(1) ok 669 - $out isa IO::File ok 670 - Uncompressed ok ok 671 - Created output file ok 672 - Input buffer not changed ok 673 - Uncompressed matches original ok 674 - IO::Uncompress::Gunzip::gunzip - From Filename to Buffer, Append(1) ok 675 - Uncompressed ok ok 676 - Input buffer not changed ok 677 - Uncompressed matches original ok 678 - IO::Uncompress::Gunzip::gunzip - From Handle to Filename, Append(1) ok 679 - Uncompressed ok ok 680 - Created output file ok 681 - Input buffer not changed ok 682 - Uncompressed matches original ok 683 - IO::Uncompress::Gunzip::gunzip - From Handle to Handle, Append(1) ok 684 - $out isa IO::File ok 685 - Uncompressed ok ok 686 - Created output file ok 687 - Input buffer not changed ok 688 - Uncompressed matches original ok 689 - IO::Uncompress::Gunzip::gunzip - From Filename to Buffer, Append(1) ok 690 - Uncompressed ok ok 691 - Input buffer not changed ok 692 - Uncompressed matches original ok 693 - IO::Uncompress::Gunzip::gunzip - From stdin (via '-') to Buffer content, Append(1) ok 694 - redirect STDIN ok 695 - Uncompressed ok ok 696 - Input buffer not changed ok 697 - Uncompressed matches original ok 698 - IO::Uncompress::Gunzip::gunzip - From Handle to Buffer, InputLength ok 699 - Uncompressed ok ok 700 - Uncompressed matches original ok 701 - Length of Appended data ok ok 702 - Appended data ok ok 703 - Uncompressed ok ok 704 - Uncompressed matches original ok 705 - Length of Appended data ok ok 706 - Appended data ok ok 707 - IO::Uncompress::Gunzip::gunzip - From stdin (via -) to Buffer content, InputLength ok 708 - redirect STDIN ok 709 - Uncompressed ok ok 710 - Length of Appended data ok ok 711 - Uncompressed matches original ok 712 - Appended data ok ok 713 - IO::Uncompress::Gunzip::gunzip - From stdin (via *main::STDIN) to Buffer content, InputLength ok 714 - redirect STDIN ok 715 - Uncompressed ok ok 716 - Length of Appended data ok ok 717 - Uncompressed matches original ok 718 - Appended data ok ok 719 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Buff, Append(0) ok 720 - Uncompressed ok ok 721 - Input buffer not changed ok 722 - Uncompressed matches original ok 723 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Array, Append(0) ok 724 - Uncompressed ok ok 725 - Input buffer not changed ok 726 - Uncompressed matches original ok 727 - Uncompressed matches original ok 728 - only 2 elements in the array ok 729 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Filename, Append(0) ok 730 - Output file does not exist ok 731 - Uncompressed ok ok 732 - Created output file ok 733 - Input buffer not changed ok 734 - Uncompressed matches original ok 735 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Handle, Append(0) ok 736 - Output file does not exist ok 737 - $of isa IO::File ok 738 - Uncompressed ok ok 739 - Created output file ok 740 - Input buffer not changed ok 741 - Uncompressed matches original ok 742 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Filename, Append(0) ok 743 - Output file does not exist ok 744 - Uncompressed ok ok 745 - Created output file ok 746 - Input buffer not changed ok 747 - Uncompressed matches original ok 748 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Handle, Append(0) ok 749 - Output file does not exist ok 750 - $out isa IO::File ok 751 - Uncompressed ok ok 752 - Created output file ok 753 - Input buffer not changed ok 754 - Uncompressed matches original ok 755 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Buffer, Append(0) ok 756 - Uncompressed ok ok 757 - Input buffer not changed ok 758 - Uncompressed matches original ok 759 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Filename, Append(0) ok 760 - Output file does not exist ok 761 - Uncompressed ok ok 762 - Created output file ok 763 - Input buffer not changed ok 764 - Uncompressed matches original ok 765 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Handle, Append(0) ok 766 - Output file does not exist ok 767 - $out isa IO::File ok 768 - Uncompressed ok ok 769 - Created output file ok 770 - Input buffer not changed ok 771 - Uncompressed matches original ok 772 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Buffer, Append(0) ok 773 - Uncompressed ok ok 774 - Input buffer not changed ok 775 - Uncompressed matches original ok 776 - IO::Uncompress::AnyUncompress::anyuncompress - From stdin (via '-') to Buffer content, Append(0) ok 777 - redirect STDIN ok 778 - Uncompressed ok ok 779 - Input buffer not changed ok 780 - Uncompressed matches original ok 781 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Buff, Append(1) ok 782 - Uncompressed ok ok 783 - Input buffer not changed ok 784 - Uncompressed matches original ok 785 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Array, Append(1) ok 786 - Uncompressed ok ok 787 - Input buffer not changed ok 788 - Uncompressed matches original ok 789 - Uncompressed matches original ok 790 - only 2 elements in the array ok 791 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Filename, Append(1) ok 792 - Uncompressed ok ok 793 - Created output file ok 794 - Input buffer not changed ok 795 - Uncompressed matches original ok 796 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Handle, Append(1) ok 797 - $of isa IO::File ok 798 - Uncompressed ok ok 799 - Created output file ok 800 - Input buffer not changed ok 801 - Uncompressed matches original ok 802 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Filename, Append(1) ok 803 - Uncompressed ok ok 804 - Created output file ok 805 - Input buffer not changed ok 806 - Uncompressed matches original ok 807 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Handle, Append(1) ok 808 - $out isa IO::File ok 809 - Uncompressed ok ok 810 - Created output file ok 811 - Input buffer not changed ok 812 - Uncompressed matches original ok 813 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Buffer, Append(1) ok 814 - Uncompressed ok ok 815 - Input buffer not changed ok 816 - Uncompressed matches original ok 817 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Filename, Append(1) ok 818 - Uncompressed ok ok 819 - Created output file ok 820 - Input buffer not changed ok 821 - Uncompressed matches original ok 822 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Handle, Append(1) ok 823 - $out isa IO::File ok 824 - Uncompressed ok ok 825 - Created output file ok 826 - Input buffer not changed ok 827 - Uncompressed matches original ok 828 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Buffer, Append(1) ok 829 - Uncompressed ok ok 830 - Input buffer not changed ok 831 - Uncompressed matches original ok 832 - IO::Uncompress::AnyUncompress::anyuncompress - From stdin (via '-') to Buffer content, Append(1) ok 833 - redirect STDIN ok 834 - Uncompressed ok ok 835 - Input buffer not changed ok 836 - Uncompressed matches original ok 837 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Buffer, InputLength ok 838 - Uncompressed ok ok 839 - Uncompressed matches original ok 840 - Length of Appended data ok ok 841 - Appended data ok ok 842 - Uncompressed ok ok 843 - Uncompressed matches original ok 844 - Length of Appended data ok ok 845 - Appended data ok ok 846 - IO::Uncompress::AnyUncompress::anyuncompress - From stdin (via -) to Buffer content, InputLength ok 847 - redirect STDIN ok 848 - Uncompressed ok ok 849 - Length of Appended data ok ok 850 - Uncompressed matches original ok 851 - Appended data ok ok 852 - IO::Uncompress::AnyUncompress::anyuncompress - From stdin (via *main::STDIN) to Buffer content, InputLength ok 853 - redirect STDIN ok 854 - Uncompressed ok ok 855 - Length of Appended data ok ok 856 - Uncompressed matches original ok 857 - Appended data ok ok 858 - Created output filehandle ok 859 - IO::Uncompress::Gunzip::gunzip - From ArrayRef to Buffer ok 860 - UnCompressed ok ok 861 ok 862 - IO::Uncompress::Gunzip::gunzip - From ArrayRef to Filename ok 863 - UnCompressed ok ok 864 ok 865 - IO::Uncompress::Gunzip::gunzip - From ArrayRef to Filehandle ok 866 - UnCompressed ok ok 867 ok 868 - IO::Uncompress::Gunzip::gunzip - From Array Ref to Array Ref ok 869 - UnCompressed ok ok 870 - Input array not changed ok 871 - Got Expected uncompressed data ok 872 - Created output filehandle ok 873 - IO::Uncompress::AnyUncompress::anyuncompress - From ArrayRef to Buffer ok 874 - UnCompressed ok ok 875 ok 876 - IO::Uncompress::AnyUncompress::anyuncompress - From ArrayRef to Filename ok 877 - UnCompressed ok ok 878 ok 879 - IO::Uncompress::AnyUncompress::anyuncompress - From ArrayRef to Filehandle ok 880 - UnCompressed ok ok 881 ok 882 - IO::Uncompress::AnyUncompress::anyuncompress - From Array Ref to Array Ref ok 883 - UnCompressed ok ok 884 - Input array not changed ok 885 - Got Expected uncompressed data ok 886 - Temp Directory tmpdir1 exists ok 887 - IO::Uncompress::Gunzip::gunzip - From FileGlob to FileGlob ok 888 - UnCompressed ok ok 889 - got expected from tmpdir2/a1.tmp ok 890 - got expected from tmpdir2/a2.tmp ok 891 - got expected from tmpdir2/a3.tmp ok 892 - got all files ok 893 - IO::Uncompress::Gunzip::gunzip - From FileGlob to Arrayref ok 894 - UnCompressed ok ok 895 - got expected data ok 896 - got expected data ok 897 - got expected data ok 898 - got expected data ok 899 - got all files ok 900 - IO::Uncompress::Gunzip::gunzip - From FileGlob to Buffer ok 901 - UnCompressed ok ok 902 - got expected uncompressed data ok 903 - IO::Uncompress::Gunzip::gunzip - From FileGlob to Filename ok 904 - tst00181.tmp does not exist ok 905 - UnCompressed ok ok 906 - tst00181.tmp does exist ok 907 - got expected uncompressed data ok 908 - IO::Uncompress::Gunzip::gunzip - From FileGlob to Filehandle ok 909 - UnCompressed ok ok 910 - abc does exist ok 911 - got expected uncompressed data ok 912 - Temp Directory tmpdir1 exists ok 913 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to FileGlob ok 914 - UnCompressed ok ok 915 - got expected from tmpdir2/a1.tmp ok 916 - got expected from tmpdir2/a2.tmp ok 917 - got expected from tmpdir2/a3.tmp ok 918 - got all files ok 919 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to Arrayref ok 920 - UnCompressed ok ok 921 - got expected data ok 922 - got expected data ok 923 - got expected data ok 924 - got expected data ok 925 - got all files ok 926 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to Buffer ok 927 - UnCompressed ok ok 928 - got expected uncompressed data ok 929 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to Filename ok 930 - tst00182.tmp does not exist ok 931 - UnCompressed ok ok 932 - tst00182.tmp does exist ok 933 - got expected uncompressed data ok 934 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to Filehandle ok 935 - UnCompressed ok ok 936 - abc does exist ok 937 - got expected uncompressed data ok 938 - More write tests ok 939 - Array Input Error tests ok 940 - [] ok 941 - IO::Compress::Gzip::gzip fails ok 942 - got error message ok 943 - [[]] ok 944 - IO::Compress::Gzip::gzip fails ok 945 - got error message ok 946 - [[[]]] ok 947 - IO::Compress::Gzip::gzip fails ok 948 - got error message ok 949 - [[\"ab"], [\"cd"]] ok 950 - IO::Compress::Gzip::gzip fails ok 951 - got error message ok 952 - [\""] ok 953 - IO::Compress::Gzip::gzip fails ok 954 - got error message ok 955 - [\undef] ok 956 - IO::Compress::Gzip::gzip fails ok 957 - got error message ok 958 - [\"abcd"] ok 959 - IO::Compress::Gzip::gzip fails ok 960 - got error message ok 961 - [\&xx] ok 962 - IO::Compress::Gzip::gzip fails ok 963 - got error message ok 964 - [$fh2] ok 965 - IO::Compress::Gzip::gzip fails ok 966 - got error message ok 967 - [""] ok 968 - got error message ok 969 - [undef] ok 970 - got error message ok 971 - no warnings ok 8/971 skipped: various reasons t/105oneshot-rawdeflate.........1..971 ok 1 - use IO::Uncompress::AnyUncompress; ok 2 - Testing IO::Compress::RawDeflate::rawdeflate Error Cases ok 3 - Illegal Parameters ok 4 - No Parameters ok 5 - Output is read-only ok 6 - Input filename undef ok 7 - Input filename empty ok 8 - Input and Output filename are the same ok 9 - IO::Compress::RawDeflate::rawdeflate returned undef ok 10 - Input filename is a directory ok 11 - IO::Compress::RawDeflate::rawdeflate returned undef ok 12 - Output filename is a directory ok 13 - Input and Output buffer are the same ok 14 # skip Cannot compare filehandles with threaded $] ok 15 # skip Cannot compare filehandles with threaded $] ok 16 - Bad Output Param ok 17 - Bad Output Param ok 18 - Bad Input Param ok 19 - Bad Input Param ok 20 - input file 'abc.def' does not exist ok 21 - IO::Compress::RawDeflate::rawdeflate returned undef ok 22 - input File 'abc.def' does not exist ok 23 - output File '/tmp/abd/abc.def' does not exist ok 24 - IO::Compress::RawDeflate::rawdeflate returned undef ok 25 - output File '/tmp/abd/abc.def' does not exist ok 26 - Output fileglob with no input fileglob ok 27 - IO::Compress::RawDeflate::rawdeflate returned undef ok 28 - IO::Compress::RawDeflate::rawdeflate returned undef ok 29 - Unmatched ) in input fileglob ok 30 - Testing IO::Uncompress::RawInflate::rawinflate Error Cases ok 31 - Illegal Parameters ok 32 - No Parameters ok 33 - Output is read-only ok 34 - Input filename undef ok 35 - Input filename empty ok 36 - Input and Output filename are the same ok 37 - IO::Uncompress::RawInflate::rawinflate returned undef ok 38 - Input filename is a directory ok 39 - IO::Uncompress::RawInflate::rawinflate returned undef ok 40 - Output filename is a directory ok 41 - Input and Output buffer are the same ok 42 # skip Cannot compare filehandles with threaded $] ok 43 # skip Cannot compare filehandles with threaded $] ok 44 - Bad Output Param ok 45 - Bad Output Param ok 46 - Bad Input Param ok 47 - Bad Input Param ok 48 - input file 'abc.def' does not exist ok 49 - IO::Uncompress::RawInflate::rawinflate returned undef ok 50 - input File 'abc.def' does not exist ok 51 - output File '/tmp/abd/abc.def' does not exist ok 52 - IO::Uncompress::RawInflate::rawinflate returned undef ok 53 - output File '/tmp/abd/abc.def' does not exist ok 54 - Output fileglob with no input fileglob ok 55 - IO::Uncompress::RawInflate::rawinflate returned undef ok 56 - IO::Uncompress::RawInflate::rawinflate returned undef ok 57 - Unmatched ) in input fileglob ok 58 - Testing IO::Uncompress::AnyUncompress::anyuncompress Error Cases ok 59 - Illegal Parameters ok 60 - No Parameters ok 61 - Output is read-only ok 62 - Input filename undef ok 63 - Input filename empty ok 64 - Input and Output filename are the same ok 65 - IO::Uncompress::AnyUncompress::anyuncompress returned undef ok 66 - Input filename is a directory ok 67 - IO::Uncompress::AnyUncompress::anyuncompress returned undef ok 68 - Output filename is a directory ok 69 - Input and Output buffer are the same ok 70 # skip Cannot compare filehandles with threaded $] ok 71 # skip Cannot compare filehandles with threaded $] ok 72 - Bad Output Param ok 73 - Bad Output Param ok 74 - Bad Input Param ok 75 - Bad Input Param ok 76 - input file 'abc.def' does not exist ok 77 - IO::Uncompress::AnyUncompress::anyuncompress returned undef ok 78 - input File 'abc.def' does not exist ok 79 - output File '/tmp/abd/abc.def' does not exist ok 80 - IO::Uncompress::AnyUncompress::anyuncompress returned undef ok 81 - output File '/tmp/abd/abc.def' does not exist ok 82 - Output fileglob with no input fileglob ok 83 - IO::Uncompress::AnyUncompress::anyuncompress returned undef ok 84 - IO::Uncompress::AnyUncompress::anyuncompress returned undef ok 85 - Unmatched ) in input fileglob ok 86 # skip readonly + threads ok 87 - TrailingData output not scaral reference ok 88 # skip readonly + threads ok 89 - TrailingData output not scaral reference ok 90 - Non-compressed data with IO::Uncompress::RawInflate::rawinflate, Transparent => 0 ok 91 - Input buffer not changed ok 92 - IO::Uncompress::RawInflate::rawinflate returned false ok 93 - error is 'unexpected end of file' ok 94 - Non-compressed data with IO::Uncompress::RawInflate::rawinflate, Transparent => 1 ok 95 - Input buffer not changed ok 96 - IO::Uncompress::RawInflate::rawinflate returned true ok 97 - got expected output ok 98 - no error [] ok 99 - Non-compressed data with IO::Uncompress::AnyUncompress::anyuncompress, Transparent => 0 ok 100 - Input buffer not changed ok 101 - IO::Uncompress::AnyUncompress::anyuncompress returned false ok 102 - error is 'Header Error: Bad Magic' ok 103 - Non-compressed data with IO::Uncompress::AnyUncompress::anyuncompress, Transparent => 1 ok 104 - Input buffer not changed ok 105 - IO::Uncompress::AnyUncompress::anyuncompress returned true ok 106 - got expected output ok 107 - no error [] ok 108 - IO::Uncompress::RawInflate - corrupt data ok 109 - IO::Compress::RawDeflate::rawdeflate ok ok 110 - IO::Uncompress::RawInflate ok ok 111 - Got error 'unexpected end of file' ok 112 - anyuncompress ok ok 113 - Got error 'Header Error: Bad Magic' ok 114 - IO::Compress::RawDeflate::rawdeflate - From Buff to Buff content '' Append 1 ok 115 - Compressed ok ok 116 - Input buffer not changed ok 117 - Already OK ok 118 - Uncompressed matches original ok 119 - IO::Compress::RawDeflate::rawdeflate - From Buff to Array Ref content '' Append 1 ok 120 - Compressed ok ok 121 - Array[0] unchanged ok 122 - Input buffer not changed ok 123 - Uncompressed matches original ok 124 - IO::Compress::RawDeflate::rawdeflate - From Array Ref to Array Ref content '' Append 1 ok 125 - Compressed ok ok 126 - Array[0] unchanged ok 127 - Uncompressed matches original ok 128 - IO::Compress::RawDeflate::rawdeflate - From Buff to Filename content '' Append 1 ok 129 - Output file does not exist ok 130 - Compressed ok ok 131 - Created output file ok 132 - Already OK ok 133 - Uncompressed matches original ok 134 - IO::Compress::RawDeflate::rawdeflate - From Buff to Handle content '' Append 1 ok 135 - Output file does not exist ok 136 - Created output filehandle ok 137 - Compressed ok ok 138 - Created output file ok 139 - Already OK ok 140 - Uncompressed matches original ok 141 - IO::Compress::RawDeflate::rawdeflate - From Filename to Filename content '' Append 1 ok 142 - Output file does not exist ok 143 - Compressed ok ok 144 - Created output file ok 145 - Already OK ok 146 - Uncompressed matches original ok 147 - IO::Compress::RawDeflate::rawdeflate - From Filename to Handle content '' Append 1 ok 148 - Output file does not exist ok 149 - Compressed ok ok 150 - Created output file ok 151 - Already OK ok 152 - Uncompressed matches original ok 153 - IO::Compress::RawDeflate::rawdeflate - From Filename to Buffer content '' Append 1 ok 154 - Compressed ok ok 155 - Already OK ok 156 - Uncompressed matches original ok 157 - IO::Compress::RawDeflate::rawdeflate - From Handle to Filename content '' Append 1 ok 158 - Output file does not exist ok 159 - Compressed ok ok 160 - Created output file ok 161 - Already OK ok 162 - Uncompressed matches original ok 163 - IO::Compress::RawDeflate::rawdeflate - From Handle to Handle content '' Append 1 ok 164 - Output file does not exist ok 165 - Compressed ok ok 166 - Created output file ok 167 - Already OK ok 168 - Uncompressed matches original ok 169 - IO::Compress::RawDeflate::rawdeflate - From Handle to Buffer content '' Append 1 ok 170 - Compressed ok ok 171 - Already OK ok 172 - Uncompressed matches original ok 173 - IO::Compress::RawDeflate::rawdeflate - From stdin (via '-') to Buffer content '' Append 1 ok 174 - redirect STDIN ok 175 - Compressed ok ok 176 - Already OK ok 177 - Uncompressed matches original ok 178 - IO::Compress::RawDeflate::rawdeflate - From Buff to Buff content '' Append 1 ok 179 - Compressed ok ok 180 - Input buffer not changed ok 181 - Already OK ok 182 - Uncompressed matches original ok 183 - IO::Compress::RawDeflate::rawdeflate - From Buff to Array Ref content '' Append 1 ok 184 - Compressed ok ok 185 - Array[0] unchanged ok 186 - Input buffer not changed ok 187 - Uncompressed matches original ok 188 - IO::Compress::RawDeflate::rawdeflate - From Array Ref to Array Ref content '' Append 1 ok 189 - Compressed ok ok 190 - Array[0] unchanged ok 191 - Uncompressed matches original ok 192 - IO::Compress::RawDeflate::rawdeflate - From Buff to Filename content '' Append 1 ok 193 - Output file does not exist ok 194 - Compressed ok ok 195 - Created output file ok 196 - Already OK ok 197 - Uncompressed matches original ok 198 - IO::Compress::RawDeflate::rawdeflate - From Buff to Handle content '' Append 1 ok 199 - Output file does not exist ok 200 - Created output filehandle ok 201 - Compressed ok ok 202 - Created output file ok 203 - Already OK ok 204 - Uncompressed matches original ok 205 - IO::Compress::RawDeflate::rawdeflate - From Filename to Filename content '' Append 1 ok 206 - Output file does not exist ok 207 - Compressed ok ok 208 - Created output file ok 209 - Already OK ok 210 - Uncompressed matches original ok 211 - IO::Compress::RawDeflate::rawdeflate - From Filename to Handle content '' Append 1 ok 212 - Output file does not exist ok 213 - Compressed ok ok 214 - Created output file ok 215 - Already OK ok 216 - Uncompressed matches original ok 217 - IO::Compress::RawDeflate::rawdeflate - From Filename to Buffer content '' Append 1 ok 218 - Compressed ok ok 219 - Already OK ok 220 - Uncompressed matches original ok 221 - IO::Compress::RawDeflate::rawdeflate - From Handle to Filename content '' Append 1 ok 222 - Output file does not exist ok 223 - Compressed ok ok 224 - Created output file ok 225 - Already OK ok 226 - Uncompressed matches original ok 227 - IO::Compress::RawDeflate::rawdeflate - From Handle to Handle content '' Append 1 ok 228 - Output file does not exist ok 229 - Compressed ok ok 230 - Created output file ok 231 - Already OK ok 232 - Uncompressed matches original ok 233 - IO::Compress::RawDeflate::rawdeflate - From Handle to Buffer content '' Append 1 ok 234 - Compressed ok ok 235 - Already OK ok 236 - Uncompressed matches original ok 237 - IO::Compress::RawDeflate::rawdeflate - From stdin (via '-') to Buffer content '' Append 1 ok 238 - redirect STDIN ok 239 - Compressed ok ok 240 - Already OK ok 241 - Uncompressed matches original ok 242 - IO::Compress::RawDeflate::rawdeflate - From Buff to Buff content 'abcde' Append 1 ok 243 - Compressed ok ok 244 - Input buffer not changed ok 245 - Already OK ok 246 - Uncompressed matches original ok 247 - IO::Compress::RawDeflate::rawdeflate - From Buff to Array Ref content 'abcde' Append 1 ok 248 - Compressed ok ok 249 - Array[0] unchanged ok 250 - Input buffer not changed ok 251 - Uncompressed matches original ok 252 - IO::Compress::RawDeflate::rawdeflate - From Array Ref to Array Ref content 'abcde' Append 1 ok 253 - Compressed ok ok 254 - Array[0] unchanged ok 255 - Uncompressed matches original ok 256 - IO::Compress::RawDeflate::rawdeflate - From Buff to Filename content 'abcde' Append 1 ok 257 - Output file does not exist ok 258 - Compressed ok ok 259 - Created output file ok 260 - Already OK ok 261 - Uncompressed matches original ok 262 - IO::Compress::RawDeflate::rawdeflate - From Buff to Handle content 'abcde' Append 1 ok 263 - Output file does not exist ok 264 - Created output filehandle ok 265 - Compressed ok ok 266 - Created output file ok 267 - Already OK ok 268 - Uncompressed matches original ok 269 - IO::Compress::RawDeflate::rawdeflate - From Filename to Filename content 'abcde' Append 1 ok 270 - Output file does not exist ok 271 - Compressed ok ok 272 - Created output file ok 273 - Already OK ok 274 - Uncompressed matches original ok 275 - IO::Compress::RawDeflate::rawdeflate - From Filename to Handle content 'abcde' Append 1 ok 276 - Output file does not exist ok 277 - Compressed ok ok 278 - Created output file ok 279 - Already OK ok 280 - Uncompressed matches original ok 281 - IO::Compress::RawDeflate::rawdeflate - From Filename to Buffer content 'abcde' Append 1 ok 282 - Compressed ok ok 283 - Already OK ok 284 - Uncompressed matches original ok 285 - IO::Compress::RawDeflate::rawdeflate - From Handle to Filename content 'abcde' Append 1 ok 286 - Output file does not exist ok 287 - Compressed ok ok 288 - Created output file ok 289 - Already OK ok 290 - Uncompressed matches original ok 291 - IO::Compress::RawDeflate::rawdeflate - From Handle to Handle content 'abcde' Append 1 ok 292 - Output file does not exist ok 293 - Compressed ok ok 294 - Created output file ok 295 - Already OK ok 296 - Uncompressed matches original ok 297 - IO::Compress::RawDeflate::rawdeflate - From Handle to Buffer content 'abcde' Append 1 ok 298 - Compressed ok ok 299 - Already OK ok 300 - Uncompressed matches original ok 301 - IO::Compress::RawDeflate::rawdeflate - From stdin (via '-') to Buffer content 'abcde' Append 1 ok 302 - redirect STDIN ok 303 - Compressed ok ok 304 - Already OK ok 305 - Uncompressed matches original ok 306 - IO::Compress::RawDeflate::rawdeflate - From Buff to Buff content '' Append 0 ok 307 - Compressed ok ok 308 - Input buffer not changed ok 309 - Uncompressed matches original ok 310 - IO::Compress::RawDeflate::rawdeflate - From Buff to Array Ref content '' Append 0 ok 311 - Compressed ok ok 312 - Array[0] unchanged ok 313 - Input buffer not changed ok 314 - Uncompressed matches original ok 315 - IO::Compress::RawDeflate::rawdeflate - From Array Ref to Array Ref content '' Append 0 ok 316 - Compressed ok ok 317 - Array[0] unchanged ok 318 - Uncompressed matches original ok 319 - IO::Compress::RawDeflate::rawdeflate - From Buff to Filename content '' Append 0 ok 320 - Output file does not exist ok 321 - Compressed ok ok 322 - Created output file ok 323 - Uncompressed matches original ok 324 - IO::Compress::RawDeflate::rawdeflate - From Buff to Handle content '' Append 0 ok 325 - Output file does not exist ok 326 - Created output filehandle ok 327 - Compressed ok ok 328 - Created output file ok 329 - Uncompressed matches original ok 330 - IO::Compress::RawDeflate::rawdeflate - From Filename to Filename content '' Append 0 ok 331 - Output file does not exist ok 332 - Compressed ok ok 333 - Created output file ok 334 - Uncompressed matches original ok 335 - IO::Compress::RawDeflate::rawdeflate - From Filename to Handle content '' Append 0 ok 336 - Output file does not exist ok 337 - Compressed ok ok 338 - Created output file ok 339 - Uncompressed matches original ok 340 - IO::Compress::RawDeflate::rawdeflate - From Filename to Buffer content '' Append 0 ok 341 - Compressed ok ok 342 - Uncompressed matches original ok 343 - IO::Compress::RawDeflate::rawdeflate - From Handle to Filename content '' Append 0 ok 344 - Output file does not exist ok 345 - Compressed ok ok 346 - Created output file ok 347 - Uncompressed matches original ok 348 - IO::Compress::RawDeflate::rawdeflate - From Handle to Handle content '' Append 0 ok 349 - Output file does not exist ok 350 - Compressed ok ok 351 - Created output file ok 352 - Uncompressed matches original ok 353 - IO::Compress::RawDeflate::rawdeflate - From Handle to Buffer content '' Append 0 ok 354 - Compressed ok ok 355 - Uncompressed matches original ok 356 - IO::Compress::RawDeflate::rawdeflate - From stdin (via '-') to Buffer content '' Append 0 ok 357 - redirect STDIN ok 358 - Compressed ok ok 359 - Uncompressed matches original ok 360 - IO::Compress::RawDeflate::rawdeflate - From Buff to Buff content '' Append 0 ok 361 - Compressed ok ok 362 - Input buffer not changed ok 363 - Uncompressed matches original ok 364 - IO::Compress::RawDeflate::rawdeflate - From Buff to Array Ref content '' Append 0 ok 365 - Compressed ok ok 366 - Array[0] unchanged ok 367 - Input buffer not changed ok 368 - Uncompressed matches original ok 369 - IO::Compress::RawDeflate::rawdeflate - From Array Ref to Array Ref content '' Append 0 ok 370 - Compressed ok ok 371 - Array[0] unchanged ok 372 - Uncompressed matches original ok 373 - IO::Compress::RawDeflate::rawdeflate - From Buff to Filename content '' Append 0 ok 374 - Output file does not exist ok 375 - Compressed ok ok 376 - Created output file ok 377 - Uncompressed matches original ok 378 - IO::Compress::RawDeflate::rawdeflate - From Buff to Handle content '' Append 0 ok 379 - Output file does not exist ok 380 - Created output filehandle ok 381 - Compressed ok ok 382 - Created output file ok 383 - Uncompressed matches original ok 384 - IO::Compress::RawDeflate::rawdeflate - From Filename to Filename content '' Append 0 ok 385 - Output file does not exist ok 386 - Compressed ok ok 387 - Created output file ok 388 - Uncompressed matches original ok 389 - IO::Compress::RawDeflate::rawdeflate - From Filename to Handle content '' Append 0 ok 390 - Output file does not exist ok 391 - Compressed ok ok 392 - Created output file ok 393 - Uncompressed matches original ok 394 - IO::Compress::RawDeflate::rawdeflate - From Filename to Buffer content '' Append 0 ok 395 - Compressed ok ok 396 - Uncompressed matches original ok 397 - IO::Compress::RawDeflate::rawdeflate - From Handle to Filename content '' Append 0 ok 398 - Output file does not exist ok 399 - Compressed ok ok 400 - Created output file ok 401 - Uncompressed matches original ok 402 - IO::Compress::RawDeflate::rawdeflate - From Handle to Handle content '' Append 0 ok 403 - Output file does not exist ok 404 - Compressed ok ok 405 - Created output file ok 406 - Uncompressed matches original ok 407 - IO::Compress::RawDeflate::rawdeflate - From Handle to Buffer content '' Append 0 ok 408 - Compressed ok ok 409 - Uncompressed matches original ok 410 - IO::Compress::RawDeflate::rawdeflate - From stdin (via '-') to Buffer content '' Append 0 ok 411 - redirect STDIN ok 412 - Compressed ok ok 413 - Uncompressed matches original ok 414 - IO::Compress::RawDeflate::rawdeflate - From Buff to Buff content 'abcde' Append 0 ok 415 - Compressed ok ok 416 - Input buffer not changed ok 417 - Uncompressed matches original ok 418 - IO::Compress::RawDeflate::rawdeflate - From Buff to Array Ref content 'abcde' Append 0 ok 419 - Compressed ok ok 420 - Array[0] unchanged ok 421 - Input buffer not changed ok 422 - Uncompressed matches original ok 423 - IO::Compress::RawDeflate::rawdeflate - From Array Ref to Array Ref content 'abcde' Append 0 ok 424 - Compressed ok ok 425 - Array[0] unchanged ok 426 - Uncompressed matches original ok 427 - IO::Compress::RawDeflate::rawdeflate - From Buff to Filename content 'abcde' Append 0 ok 428 - Output file does not exist ok 429 - Compressed ok ok 430 - Created output file ok 431 - Uncompressed matches original ok 432 - IO::Compress::RawDeflate::rawdeflate - From Buff to Handle content 'abcde' Append 0 ok 433 - Output file does not exist ok 434 - Created output filehandle ok 435 - Compressed ok ok 436 - Created output file ok 437 - Uncompressed matches original ok 438 - IO::Compress::RawDeflate::rawdeflate - From Filename to Filename content 'abcde' Append 0 ok 439 - Output file does not exist ok 440 - Compressed ok ok 441 - Created output file ok 442 - Uncompressed matches original ok 443 - IO::Compress::RawDeflate::rawdeflate - From Filename to Handle content 'abcde' Append 0 ok 444 - Output file does not exist ok 445 - Compressed ok ok 446 - Created output file ok 447 - Uncompressed matches original ok 448 - IO::Compress::RawDeflate::rawdeflate - From Filename to Buffer content 'abcde' Append 0 ok 449 - Compressed ok ok 450 - Uncompressed matches original ok 451 - IO::Compress::RawDeflate::rawdeflate - From Handle to Filename content 'abcde' Append 0 ok 452 - Output file does not exist ok 453 - Compressed ok ok 454 - Created output file ok 455 - Uncompressed matches original ok 456 - IO::Compress::RawDeflate::rawdeflate - From Handle to Handle content 'abcde' Append 0 ok 457 - Output file does not exist ok 458 - Compressed ok ok 459 - Created output file ok 460 - Uncompressed matches original ok 461 - IO::Compress::RawDeflate::rawdeflate - From Handle to Buffer content 'abcde' Append 0 ok 462 - Compressed ok make: *** [test_dynamic] Hangup