Bug#1026753: libio-compress-perl: FTBFS: dh_auto_test: error: make -j8 test TEST_VERBOSE=1 returned exit code 2
Lucas Nussbaum
lucas at debian.org
Tue Dec 20 17:28:54 GMT 2022
Source: libio-compress-perl
Version: 2.201-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20221220 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
> t/000prereq.t ...................
> 1..31
> ok 1 - use Compress::Raw::Bzip2;
> ok 2 - use Compress::Raw::Zlib;
> ok 3 - use Compress::Zlib;
> ok 4 - use IO::Compress::Adapter::Bzip2;
> ok 5 - use IO::Compress::Adapter::Deflate;
> ok 6 - use IO::Compress::Adapter::Identity;
> ok 7 - use IO::Compress::Base::Common;
> ok 8 - use IO::Compress::Base;
> ok 9 - use IO::Compress::Bzip2;
> ok 10 - use IO::Compress::Deflate;
> ok 11 - use IO::Compress::Gzip::Constants;
> ok 12 - use IO::Compress::Gzip;
> ok 13 - use IO::Compress::RawDeflate;
> ok 14 - use IO::Compress::Zip::Constants;
> ok 15 - use IO::Compress::Zip;
> ok 16 - use IO::Compress::Zlib::Constants;
> ok 17 - use IO::Compress::Zlib::Extra;
> ok 18 - use IO::Uncompress::Adapter::Bunzip2;
> ok 19 - use IO::Uncompress::Adapter::Identity;
> ok 20 - use IO::Uncompress::Adapter::Inflate;
> ok 21 - use IO::Uncompress::AnyInflate;
> ok 22 - use IO::Uncompress::AnyUncompress;
> ok 23 - use IO::Uncompress::Base;
> ok 24 - use IO::Uncompress::Bunzip2;
> ok 25 - use IO::Uncompress::Gunzip;
> ok 26 - use IO::Uncompress::Inflate;
> ok 27 - use IO::Uncompress::RawInflate;
> ok 28 - use IO::Uncompress::Unzip;
> ok 29
> ok 30 - use Scalar::Util;
> ok 31 - Got XS Version of Scalar::Util
> ok
> t/001bzip2.t ....................
> 1..841
> ok 1 - Testing IO::Compress::Bzip2 Errors
> ok 2 - BlockSize100K => undef
> ok 3 - value undef is bad
> ok 4 - value undef is bad
> ok 5 - no bz object
> ok 6 - BlockSize100K => -1
> ok 7 - value -1 is bad
> ok 8 - value -1 is bad
> ok 9 - no bz object
> ok 10 - BlockSize100K => fred
> ok 11 - value fred is bad
> ok 12 - value fred is bad
> ok 13 - no bz object
> ok 14 - BlockSize100K => 0
> ok 15 - value 0 is bad
> ok 16 - value 0 is bad
> ok 17 - no bz object
> ok 18 - BlockSize100K => 10
> ok 19 - value 10 is bad
> ok 20 - value 10 is bad
> ok 21 - no bz object
> ok 22 - BlockSize100K => 99999
> ok 23 - value 99999 is bad
> ok 24 - value 99999 is bad
> ok 25 - no bz object
> ok 26 - WorkFactor => undef
> ok 27 - value undef is bad
> ok 28 - value undef is bad
> ok 29 - no bz object
> ok 30 - WorkFactor => -1
> ok 31 - value -1 is bad
> ok 32 - value -1 is bad
> ok 33 - no bz object
> ok 34 - WorkFactor => fred
> ok 35 - value fred is bad
> ok 36 - value fred is bad
> ok 37 - no bz object
> ok 38 - WorkFactor => 251
> ok 39 - value 251 is bad
> ok 40 - value 251 is bad
> ok 41 - no bz object
> ok 42 - WorkFactor => 99999
> ok 43 - value 99999 is bad
> ok 44 - value 99999 is bad
> ok 45 - no bz object
> ok 46 - Testing IO::Uncompress::Bunzip2 Errors
> ok 47 - Small => -1
> ok 48 - value -1 is bad
> ok 49 - value -1 is bad
> ok 50 - no bz object
> ok 51 - Small => fred
> ok 52 - value fred is bad
> ok 53 - value fred is bad
> ok 54 - no bz object
> ok 55 - Testing IO::Compress::Bzip2 and IO::Uncompress::Bunzip2
> ok 56 - IO::Compress::Bzip2 - BlockSize100K => 1
> ok 57 - bz object ok
> ok 58 - got expected content
> ok 59 - IO::Compress::Bzip2 - BlockSize100K => 2
> ok 60 - bz object ok
> ok 61 - got expected content
> ok 62 - IO::Compress::Bzip2 - BlockSize100K => 3
> ok 63 - bz object ok
> ok 64 - got expected content
> ok 65 - IO::Compress::Bzip2 - BlockSize100K => 4
> ok 66 - bz object ok
> ok 67 - got expected content
> ok 68 - IO::Compress::Bzip2 - BlockSize100K => 5
> ok 69 - bz object ok
> ok 70 - got expected content
> ok 71 - IO::Compress::Bzip2 - BlockSize100K => 6
> ok 72 - bz object ok
> ok 73 - got expected content
> ok 74 - IO::Compress::Bzip2 - BlockSize100K => 7
> ok 75 - bz object ok
> ok 76 - got expected content
> ok 77 - IO::Compress::Bzip2 - BlockSize100K => 8
> ok 78 - bz object ok
> ok 79 - got expected content
> ok 80 - IO::Compress::Bzip2 - BlockSize100K => 9
> ok 81 - bz object ok
> ok 82 - got expected content
> ok 83 - IO::Compress::Bzip2 - WorkFactor => 0
> ok 84 - bz object ok
> ok 85 - got expected content
> ok 86 - IO::Compress::Bzip2 - WorkFactor => 1
> ok 87 - bz object ok
> ok 88 - got expected content
> ok 89 - IO::Compress::Bzip2 - WorkFactor => 2
> ok 90 - bz object ok
> ok 91 - got expected content
> ok 92 - IO::Compress::Bzip2 - WorkFactor => 3
> ok 93 - bz object ok
> ok 94 - got expected content
> ok 95 - IO::Compress::Bzip2 - WorkFactor => 4
> ok 96 - bz object ok
> ok 97 - got expected content
> ok 98 - IO::Compress::Bzip2 - WorkFactor => 5
> ok 99 - bz object ok
> ok 100 - got expected content
> ok 101 - IO::Compress::Bzip2 - WorkFactor => 6
> ok 102 - bz object ok
> ok 103 - got expected content
> ok 104 - IO::Compress::Bzip2 - WorkFactor => 7
> ok 105 - bz object ok
> ok 106 - got expected content
> ok 107 - IO::Compress::Bzip2 - WorkFactor => 8
> ok 108 - bz object ok
> ok 109 - got expected content
> ok 110 - IO::Compress::Bzip2 - WorkFactor => 9
> ok 111 - bz object ok
> ok 112 - got expected content
> ok 113 - IO::Compress::Bzip2 - WorkFactor => 10
> ok 114 - bz object ok
> ok 115 - got expected content
> ok 116 - IO::Compress::Bzip2 - WorkFactor => 11
> ok 117 - bz object ok
> ok 118 - got expected content
> ok 119 - IO::Compress::Bzip2 - WorkFactor => 12
> ok 120 - bz object ok
> ok 121 - got expected content
> ok 122 - IO::Compress::Bzip2 - WorkFactor => 13
> ok 123 - bz object ok
> ok 124 - got expected content
> ok 125 - IO::Compress::Bzip2 - WorkFactor => 14
> ok 126 - bz object ok
> ok 127 - got expected content
> ok 128 - IO::Compress::Bzip2 - WorkFactor => 15
> ok 129 - bz object ok
> ok 130 - got expected content
> ok 131 - IO::Compress::Bzip2 - WorkFactor => 16
> ok 132 - bz object ok
> ok 133 - got expected content
> ok 134 - IO::Compress::Bzip2 - WorkFactor => 17
> ok 135 - bz object ok
> ok 136 - got expected content
> ok 137 - IO::Compress::Bzip2 - WorkFactor => 18
> ok 138 - bz object ok
> ok 139 - got expected content
> ok 140 - IO::Compress::Bzip2 - WorkFactor => 19
> ok 141 - bz object ok
> ok 142 - got expected content
> ok 143 - IO::Compress::Bzip2 - WorkFactor => 20
> ok 144 - bz object ok
> ok 145 - got expected content
> ok 146 - IO::Compress::Bzip2 - WorkFactor => 21
> ok 147 - bz object ok
> ok 148 - got expected content
> ok 149 - IO::Compress::Bzip2 - WorkFactor => 22
> ok 150 - bz object ok
> ok 151 - got expected content
> ok 152 - IO::Compress::Bzip2 - WorkFactor => 23
> ok 153 - bz object ok
> ok 154 - got expected content
> ok 155 - IO::Compress::Bzip2 - WorkFactor => 24
> ok 156 - bz object ok
> ok 157 - got expected content
> ok 158 - IO::Compress::Bzip2 - WorkFactor => 25
> ok 159 - bz object ok
> ok 160 - got expected content
> ok 161 - IO::Compress::Bzip2 - WorkFactor => 26
> ok 162 - bz object ok
> ok 163 - got expected content
> ok 164 - IO::Compress::Bzip2 - WorkFactor => 27
> ok 165 - bz object ok
> ok 166 - got expected content
> ok 167 - IO::Compress::Bzip2 - WorkFactor => 28
> ok 168 - bz object ok
> ok 169 - got expected content
> ok 170 - IO::Compress::Bzip2 - WorkFactor => 29
> ok 171 - bz object ok
> ok 172 - got expected content
> ok 173 - IO::Compress::Bzip2 - WorkFactor => 30
> ok 174 - bz object ok
> ok 175 - got expected content
> ok 176 - IO::Compress::Bzip2 - WorkFactor => 31
> ok 177 - bz object ok
> ok 178 - got expected content
> ok 179 - IO::Compress::Bzip2 - WorkFactor => 32
> ok 180 - bz object ok
> ok 181 - got expected content
> ok 182 - IO::Compress::Bzip2 - WorkFactor => 33
> ok 183 - bz object ok
> ok 184 - got expected content
> ok 185 - IO::Compress::Bzip2 - WorkFactor => 34
> ok 186 - bz object ok
> ok 187 - got expected content
> ok 188 - IO::Compress::Bzip2 - WorkFactor => 35
> ok 189 - bz object ok
> ok 190 - got expected content
> ok 191 - IO::Compress::Bzip2 - WorkFactor => 36
> ok 192 - bz object ok
> ok 193 - got expected content
> ok 194 - IO::Compress::Bzip2 - WorkFactor => 37
> ok 195 - bz object ok
> ok 196 - got expected content
> ok 197 - IO::Compress::Bzip2 - WorkFactor => 38
> ok 198 - bz object ok
> ok 199 - got expected content
> ok 200 - IO::Compress::Bzip2 - WorkFactor => 39
> ok 201 - bz object ok
> ok 202 - got expected content
> ok 203 - IO::Compress::Bzip2 - WorkFactor => 40
> ok 204 - bz object ok
> ok 205 - got expected content
> ok 206 - IO::Compress::Bzip2 - WorkFactor => 41
> ok 207 - bz object ok
> ok 208 - got expected content
> ok 209 - IO::Compress::Bzip2 - WorkFactor => 42
> ok 210 - bz object ok
> ok 211 - got expected content
> ok 212 - IO::Compress::Bzip2 - WorkFactor => 43
> ok 213 - bz object ok
> ok 214 - got expected content
> ok 215 - IO::Compress::Bzip2 - WorkFactor => 44
> ok 216 - bz object ok
> ok 217 - got expected content
> ok 218 - IO::Compress::Bzip2 - WorkFactor => 45
> ok 219 - bz object ok
> ok 220 - got expected content
> ok 221 - IO::Compress::Bzip2 - WorkFactor => 46
> ok 222 - bz object ok
> ok 223 - got expected content
> ok 224 - IO::Compress::Bzip2 - WorkFactor => 47
> ok 225 - bz object ok
> ok 226 - got expected content
> ok 227 - IO::Compress::Bzip2 - WorkFactor => 48
> ok 228 - bz object ok
> ok 229 - got expected content
> ok 230 - IO::Compress::Bzip2 - WorkFactor => 49
> ok 231 - bz object ok
> ok 232 - got expected content
> ok 233 - IO::Compress::Bzip2 - WorkFactor => 50
> ok 234 - bz object ok
> ok 235 - got expected content
> ok 236 - IO::Compress::Bzip2 - WorkFactor => 51
> ok 237 - bz object ok
> ok 238 - got expected content
> ok 239 - IO::Compress::Bzip2 - WorkFactor => 52
> ok 240 - bz object ok
> ok 241 - got expected content
> ok 242 - IO::Compress::Bzip2 - WorkFactor => 53
> ok 243 - bz object ok
> ok 244 - got expected content
> ok 245 - IO::Compress::Bzip2 - WorkFactor => 54
> ok 246 - bz object ok
> ok 247 - got expected content
> ok 248 - IO::Compress::Bzip2 - WorkFactor => 55
> ok 249 - bz object ok
> ok 250 - got expected content
> ok 251 - IO::Compress::Bzip2 - WorkFactor => 56
> ok 252 - bz object ok
> ok 253 - got expected content
> ok 254 - IO::Compress::Bzip2 - WorkFactor => 57
> ok 255 - bz object ok
> ok 256 - got expected content
> ok 257 - IO::Compress::Bzip2 - WorkFactor => 58
> ok 258 - bz object ok
> ok 259 - got expected content
> ok 260 - IO::Compress::Bzip2 - WorkFactor => 59
> ok 261 - bz object ok
> ok 262 - got expected content
> ok 263 - IO::Compress::Bzip2 - WorkFactor => 60
> ok 264 - bz object ok
> ok 265 - got expected content
> ok 266 - IO::Compress::Bzip2 - WorkFactor => 61
> ok 267 - bz object ok
> ok 268 - got expected content
> ok 269 - IO::Compress::Bzip2 - WorkFactor => 62
> ok 270 - bz object ok
> ok 271 - got expected content
> ok 272 - IO::Compress::Bzip2 - WorkFactor => 63
> ok 273 - bz object ok
> ok 274 - got expected content
> ok 275 - IO::Compress::Bzip2 - WorkFactor => 64
> ok 276 - bz object ok
> ok 277 - got expected content
> ok 278 - IO::Compress::Bzip2 - WorkFactor => 65
> ok 279 - bz object ok
> ok 280 - got expected content
> ok 281 - IO::Compress::Bzip2 - WorkFactor => 66
> ok 282 - bz object ok
> ok 283 - got expected content
> ok 284 - IO::Compress::Bzip2 - WorkFactor => 67
> ok 285 - bz object ok
> ok 286 - got expected content
> ok 287 - IO::Compress::Bzip2 - WorkFactor => 68
> ok 288 - bz object ok
> ok 289 - got expected content
> ok 290 - IO::Compress::Bzip2 - WorkFactor => 69
> ok 291 - bz object ok
> ok 292 - got expected content
> ok 293 - IO::Compress::Bzip2 - WorkFactor => 70
> ok 294 - bz object ok
> ok 295 - got expected content
> ok 296 - IO::Compress::Bzip2 - WorkFactor => 71
> ok 297 - bz object ok
> ok 298 - got expected content
> ok 299 - IO::Compress::Bzip2 - WorkFactor => 72
> ok 300 - bz object ok
> ok 301 - got expected content
> ok 302 - IO::Compress::Bzip2 - WorkFactor => 73
> ok 303 - bz object ok
> ok 304 - got expected content
> ok 305 - IO::Compress::Bzip2 - WorkFactor => 74
> ok 306 - bz object ok
> ok 307 - got expected content
> ok 308 - IO::Compress::Bzip2 - WorkFactor => 75
> ok 309 - bz object ok
> ok 310 - got expected content
> ok 311 - IO::Compress::Bzip2 - WorkFactor => 76
> ok 312 - bz object ok
> ok 313 - got expected content
> ok 314 - IO::Compress::Bzip2 - WorkFactor => 77
> ok 315 - bz object ok
> ok 316 - got expected content
> ok 317 - IO::Compress::Bzip2 - WorkFactor => 78
> ok 318 - bz object ok
> ok 319 - got expected content
> ok 320 - IO::Compress::Bzip2 - WorkFactor => 79
> ok 321 - bz object ok
> ok 322 - got expected content
> ok 323 - IO::Compress::Bzip2 - WorkFactor => 80
> ok 324 - bz object ok
> ok 325 - got expected content
> ok 326 - IO::Compress::Bzip2 - WorkFactor => 81
> ok 327 - bz object ok
> ok 328 - got expected content
> ok 329 - IO::Compress::Bzip2 - WorkFactor => 82
> ok 330 - bz object ok
> ok 331 - got expected content
> ok 332 - IO::Compress::Bzip2 - WorkFactor => 83
> ok 333 - bz object ok
> ok 334 - got expected content
> ok 335 - IO::Compress::Bzip2 - WorkFactor => 84
> ok 336 - bz object ok
> ok 337 - got expected content
> ok 338 - IO::Compress::Bzip2 - WorkFactor => 85
> ok 339 - bz object ok
> ok 340 - got expected content
> ok 341 - IO::Compress::Bzip2 - WorkFactor => 86
> ok 342 - bz object ok
> ok 343 - got expected content
> ok 344 - IO::Compress::Bzip2 - WorkFactor => 87
> ok 345 - bz object ok
> ok 346 - got expected content
> ok 347 - IO::Compress::Bzip2 - WorkFactor => 88
> ok 348 - bz object ok
> ok 349 - got expected content
> ok 350 - IO::Compress::Bzip2 - WorkFactor => 89
> ok 351 - bz object ok
> ok 352 - got expected content
> ok 353 - IO::Compress::Bzip2 - WorkFactor => 90
> ok 354 - bz object ok
> ok 355 - got expected content
> ok 356 - IO::Compress::Bzip2 - WorkFactor => 91
> ok 357 - bz object ok
> ok 358 - got expected content
> ok 359 - IO::Compress::Bzip2 - WorkFactor => 92
> ok 360 - bz object ok
> ok 361 - got expected content
> ok 362 - IO::Compress::Bzip2 - WorkFactor => 93
> ok 363 - bz object ok
> ok 364 - got expected content
> ok 365 - IO::Compress::Bzip2 - WorkFactor => 94
> ok 366 - bz object ok
> ok 367 - got expected content
> ok 368 - IO::Compress::Bzip2 - WorkFactor => 95
> ok 369 - bz object ok
> ok 370 - got expected content
> ok 371 - IO::Compress::Bzip2 - WorkFactor => 96
> ok 372 - bz object ok
> ok 373 - got expected content
> ok 374 - IO::Compress::Bzip2 - WorkFactor => 97
> ok 375 - bz object ok
> ok 376 - got expected content
> ok 377 - IO::Compress::Bzip2 - WorkFactor => 98
> ok 378 - bz object ok
> ok 379 - got expected content
> ok 380 - IO::Compress::Bzip2 - WorkFactor => 99
> ok 381 - bz object ok
> ok 382 - got expected content
> ok 383 - IO::Compress::Bzip2 - WorkFactor => 100
> ok 384 - bz object ok
> ok 385 - got expected content
> ok 386 - IO::Compress::Bzip2 - WorkFactor => 101
> ok 387 - bz object ok
> ok 388 - got expected content
> ok 389 - IO::Compress::Bzip2 - WorkFactor => 102
> ok 390 - bz object ok
> ok 391 - got expected content
> ok 392 - IO::Compress::Bzip2 - WorkFactor => 103
> ok 393 - bz object ok
> ok 394 - got expected content
> ok 395 - IO::Compress::Bzip2 - WorkFactor => 104
> ok 396 - bz object ok
> ok 397 - got expected content
> ok 398 - IO::Compress::Bzip2 - WorkFactor => 105
> ok 399 - bz object ok
> ok 400 - got expected content
> ok 401 - IO::Compress::Bzip2 - WorkFactor => 106
> ok 402 - bz object ok
> ok 403 - got expected content
> ok 404 - IO::Compress::Bzip2 - WorkFactor => 107
> ok 405 - bz object ok
> ok 406 - got expected content
> ok 407 - IO::Compress::Bzip2 - WorkFactor => 108
> ok 408 - bz object ok
> ok 409 - got expected content
> ok 410 - IO::Compress::Bzip2 - WorkFactor => 109
> ok 411 - bz object ok
> ok 412 - got expected content
> ok 413 - IO::Compress::Bzip2 - WorkFactor => 110
> ok 414 - bz object ok
> ok 415 - got expected content
> ok 416 - IO::Compress::Bzip2 - WorkFactor => 111
> ok 417 - bz object ok
> ok 418 - got expected content
> ok 419 - IO::Compress::Bzip2 - WorkFactor => 112
> ok 420 - bz object ok
> ok 421 - got expected content
> ok 422 - IO::Compress::Bzip2 - WorkFactor => 113
> ok 423 - bz object ok
> ok 424 - got expected content
> ok 425 - IO::Compress::Bzip2 - WorkFactor => 114
> ok 426 - bz object ok
> ok 427 - got expected content
> ok 428 - IO::Compress::Bzip2 - WorkFactor => 115
> ok 429 - bz object ok
> ok 430 - got expected content
> ok 431 - IO::Compress::Bzip2 - WorkFactor => 116
> ok 432 - bz object ok
> ok 433 - got expected content
> ok 434 - IO::Compress::Bzip2 - WorkFactor => 117
> ok 435 - bz object ok
> ok 436 - got expected content
> ok 437 - IO::Compress::Bzip2 - WorkFactor => 118
> ok 438 - bz object ok
> ok 439 - got expected content
> ok 440 - IO::Compress::Bzip2 - WorkFactor => 119
> ok 441 - bz object ok
> ok 442 - got expected content
> ok 443 - IO::Compress::Bzip2 - WorkFactor => 120
> ok 444 - bz object ok
> ok 445 - got expected content
> ok 446 - IO::Compress::Bzip2 - WorkFactor => 121
> ok 447 - bz object ok
> ok 448 - got expected content
> ok 449 - IO::Compress::Bzip2 - WorkFactor => 122
> ok 450 - bz object ok
> ok 451 - got expected content
> ok 452 - IO::Compress::Bzip2 - WorkFactor => 123
> ok 453 - bz object ok
> ok 454 - got expected content
> ok 455 - IO::Compress::Bzip2 - WorkFactor => 124
> ok 456 - bz object ok
> ok 457 - got expected content
> ok 458 - IO::Compress::Bzip2 - WorkFactor => 125
> ok 459 - bz object ok
> ok 460 - got expected content
> ok 461 - IO::Compress::Bzip2 - WorkFactor => 126
> ok 462 - bz object ok
> ok 463 - got expected content
> ok 464 - IO::Compress::Bzip2 - WorkFactor => 127
> ok 465 - bz object ok
> ok 466 - got expected content
> ok 467 - IO::Compress::Bzip2 - WorkFactor => 128
> ok 468 - bz object ok
> ok 469 - got expected content
> ok 470 - IO::Compress::Bzip2 - WorkFactor => 129
> ok 471 - bz object ok
> ok 472 - got expected content
> ok 473 - IO::Compress::Bzip2 - WorkFactor => 130
> ok 474 - bz object ok
> ok 475 - got expected content
> ok 476 - IO::Compress::Bzip2 - WorkFactor => 131
> ok 477 - bz object ok
> ok 478 - got expected content
> ok 479 - IO::Compress::Bzip2 - WorkFactor => 132
> ok 480 - bz object ok
> ok 481 - got expected content
> ok 482 - IO::Compress::Bzip2 - WorkFactor => 133
> ok 483 - bz object ok
> ok 484 - got expected content
> ok 485 - IO::Compress::Bzip2 - WorkFactor => 134
> ok 486 - bz object ok
> ok 487 - got expected content
> ok 488 - IO::Compress::Bzip2 - WorkFactor => 135
> ok 489 - bz object ok
> ok 490 - got expected content
> ok 491 - IO::Compress::Bzip2 - WorkFactor => 136
> ok 492 - bz object ok
> ok 493 - got expected content
> ok 494 - IO::Compress::Bzip2 - WorkFactor => 137
> ok 495 - bz object ok
> ok 496 - got expected content
> ok 497 - IO::Compress::Bzip2 - WorkFactor => 138
> ok 498 - bz object ok
> ok 499 - got expected content
> ok 500 - IO::Compress::Bzip2 - WorkFactor => 139
> ok 501 - bz object ok
> ok 502 - got expected content
> ok 503 - IO::Compress::Bzip2 - WorkFactor => 140
> ok 504 - bz object ok
> ok 505 - got expected content
> ok 506 - IO::Compress::Bzip2 - WorkFactor => 141
> ok 507 - bz object ok
> ok 508 - got expected content
> ok 509 - IO::Compress::Bzip2 - WorkFactor => 142
> ok 510 - bz object ok
> ok 511 - got expected content
> ok 512 - IO::Compress::Bzip2 - WorkFactor => 143
> ok 513 - bz object ok
> ok 514 - got expected content
> ok 515 - IO::Compress::Bzip2 - WorkFactor => 144
> ok 516 - bz object ok
> ok 517 - got expected content
> ok 518 - IO::Compress::Bzip2 - WorkFactor => 145
> ok 519 - bz object ok
> ok 520 - got expected content
> ok 521 - IO::Compress::Bzip2 - WorkFactor => 146
> ok 522 - bz object ok
> ok 523 - got expected content
> ok 524 - IO::Compress::Bzip2 - WorkFactor => 147
> ok 525 - bz object ok
> ok 526 - got expected content
> ok 527 - IO::Compress::Bzip2 - WorkFactor => 148
> ok 528 - bz object ok
> ok 529 - got expected content
> ok 530 - IO::Compress::Bzip2 - WorkFactor => 149
> ok 531 - bz object ok
> ok 532 - got expected content
> ok 533 - IO::Compress::Bzip2 - WorkFactor => 150
> ok 534 - bz object ok
> ok 535 - got expected content
> ok 536 - IO::Compress::Bzip2 - WorkFactor => 151
> ok 537 - bz object ok
> ok 538 - got expected content
> ok 539 - IO::Compress::Bzip2 - WorkFactor => 152
> ok 540 - bz object ok
> ok 541 - got expected content
> ok 542 - IO::Compress::Bzip2 - WorkFactor => 153
> ok 543 - bz object ok
> ok 544 - got expected content
> ok 545 - IO::Compress::Bzip2 - WorkFactor => 154
> ok 546 - bz object ok
> ok 547 - got expected content
> ok 548 - IO::Compress::Bzip2 - WorkFactor => 155
> ok 549 - bz object ok
> ok 550 - got expected content
> ok 551 - IO::Compress::Bzip2 - WorkFactor => 156
> ok 552 - bz object ok
> ok 553 - got expected content
> ok 554 - IO::Compress::Bzip2 - WorkFactor => 157
> ok 555 - bz object ok
> ok 556 - got expected content
> ok 557 - IO::Compress::Bzip2 - WorkFactor => 158
> ok 558 - bz object ok
> ok 559 - got expected content
> ok 560 - IO::Compress::Bzip2 - WorkFactor => 159
> ok 561 - bz object ok
> ok 562 - got expected content
> ok 563 - IO::Compress::Bzip2 - WorkFactor => 160
> ok 564 - bz object ok
> ok 565 - got expected content
> ok 566 - IO::Compress::Bzip2 - WorkFactor => 161
> ok 567 - bz object ok
> ok 568 - got expected content
> ok 569 - IO::Compress::Bzip2 - WorkFactor => 162
> ok 570 - bz object ok
> ok 571 - got expected content
> ok 572 - IO::Compress::Bzip2 - WorkFactor => 163
> ok 573 - bz object ok
> ok 574 - got expected content
> ok 575 - IO::Compress::Bzip2 - WorkFactor => 164
> ok 576 - bz object ok
> ok 577 - got expected content
> ok 578 - IO::Compress::Bzip2 - WorkFactor => 165
> ok 579 - bz object ok
> ok 580 - got expected content
> ok 581 - IO::Compress::Bzip2 - WorkFactor => 166
> ok 582 - bz object ok
> ok 583 - got expected content
> ok 584 - IO::Compress::Bzip2 - WorkFactor => 167
> ok 585 - bz object ok
> ok 586 - got expected content
> ok 587 - IO::Compress::Bzip2 - WorkFactor => 168
> ok 588 - bz object ok
> ok 589 - got expected content
> ok 590 - IO::Compress::Bzip2 - WorkFactor => 169
> ok 591 - bz object ok
> ok 592 - got expected content
> ok 593 - IO::Compress::Bzip2 - WorkFactor => 170
> ok 594 - bz object ok
> ok 595 - got expected content
> ok 596 - IO::Compress::Bzip2 - WorkFactor => 171
> ok 597 - bz object ok
> ok 598 - got expected content
> ok 599 - IO::Compress::Bzip2 - WorkFactor => 172
> ok 600 - bz object ok
> ok 601 - got expected content
> ok 602 - IO::Compress::Bzip2 - WorkFactor => 173
> ok 603 - bz object ok
> ok 604 - got expected content
> ok 605 - IO::Compress::Bzip2 - WorkFactor => 174
> ok 606 - bz object ok
> ok 607 - got expected content
> ok 608 - IO::Compress::Bzip2 - WorkFactor => 175
> ok 609 - bz object ok
> ok 610 - got expected content
> ok 611 - IO::Compress::Bzip2 - WorkFactor => 176
> ok 612 - bz object ok
> ok 613 - got expected content
> ok 614 - IO::Compress::Bzip2 - WorkFactor => 177
> ok 615 - bz object ok
> ok 616 - got expected content
> ok 617 - IO::Compress::Bzip2 - WorkFactor => 178
> ok 618 - bz object ok
> ok 619 - got expected content
> ok 620 - IO::Compress::Bzip2 - WorkFactor => 179
> ok 621 - bz object ok
> ok 622 - got expected content
> ok 623 - IO::Compress::Bzip2 - WorkFactor => 180
> ok 624 - bz object ok
> ok 625 - got expected content
> ok 626 - IO::Compress::Bzip2 - WorkFactor => 181
> ok 627 - bz object ok
> ok 628 - got expected content
> ok 629 - IO::Compress::Bzip2 - WorkFactor => 182
> ok 630 - bz object ok
> ok 631 - got expected content
> ok 632 - IO::Compress::Bzip2 - WorkFactor => 183
> ok 633 - bz object ok
> ok 634 - got expected content
> ok 635 - IO::Compress::Bzip2 - WorkFactor => 184
> ok 636 - bz object ok
> ok 637 - got expected content
> ok 638 - IO::Compress::Bzip2 - WorkFactor => 185
> ok 639 - bz object ok
> ok 640 - got expected content
> ok 641 - IO::Compress::Bzip2 - WorkFactor => 186
> ok 642 - bz object ok
> ok 643 - got expected content
> ok 644 - IO::Compress::Bzip2 - WorkFactor => 187
> ok 645 - bz object ok
> ok 646 - got expected content
> ok 647 - IO::Compress::Bzip2 - WorkFactor => 188
> ok 648 - bz object ok
> ok 649 - got expected content
> ok 650 - IO::Compress::Bzip2 - WorkFactor => 189
> ok 651 - bz object ok
> ok 652 - got expected content
> ok 653 - IO::Compress::Bzip2 - WorkFactor => 190
> ok 654 - bz object ok
> ok 655 - got expected content
> ok 656 - IO::Compress::Bzip2 - WorkFactor => 191
> ok 657 - bz object ok
> ok 658 - got expected content
> ok 659 - IO::Compress::Bzip2 - WorkFactor => 192
> ok 660 - bz object ok
> ok 661 - got expected content
> ok 662 - IO::Compress::Bzip2 - WorkFactor => 193
> ok 663 - bz object ok
> ok 664 - got expected content
> ok 665 - IO::Compress::Bzip2 - WorkFactor => 194
> ok 666 - bz object ok
> ok 667 - got expected content
> ok 668 - IO::Compress::Bzip2 - WorkFactor => 195
> ok 669 - bz object ok
> ok 670 - got expected content
> ok 671 - IO::Compress::Bzip2 - WorkFactor => 196
> ok 672 - bz object ok
> ok 673 - got expected content
> ok 674 - IO::Compress::Bzip2 - WorkFactor => 197
> ok 675 - bz object ok
> ok 676 - got expected content
> ok 677 - IO::Compress::Bzip2 - WorkFactor => 198
> ok 678 - bz object ok
> ok 679 - got expected content
> ok 680 - IO::Compress::Bzip2 - WorkFactor => 199
> ok 681 - bz object ok
> ok 682 - got expected content
> ok 683 - IO::Compress::Bzip2 - WorkFactor => 200
> ok 684 - bz object ok
> ok 685 - got expected content
> ok 686 - IO::Compress::Bzip2 - WorkFactor => 201
> ok 687 - bz object ok
> ok 688 - got expected content
> ok 689 - IO::Compress::Bzip2 - WorkFactor => 202
> ok 690 - bz object ok
> ok 691 - got expected content
> ok 692 - IO::Compress::Bzip2 - WorkFactor => 203
> ok 693 - bz object ok
> ok 694 - got expected content
> ok 695 - IO::Compress::Bzip2 - WorkFactor => 204
> ok 696 - bz object ok
> ok 697 - got expected content
> ok 698 - IO::Compress::Bzip2 - WorkFactor => 205
> ok 699 - bz object ok
> ok 700 - got expected content
> ok 701 - IO::Compress::Bzip2 - WorkFactor => 206
> ok 702 - bz object ok
> ok 703 - got expected content
> ok 704 - IO::Compress::Bzip2 - WorkFactor => 207
> ok 705 - bz object ok
> ok 706 - got expected content
> ok 707 - IO::Compress::Bzip2 - WorkFactor => 208
> ok 708 - bz object ok
> ok 709 - got expected content
> ok 710 - IO::Compress::Bzip2 - WorkFactor => 209
> ok 711 - bz object ok
> ok 712 - got expected content
> ok 713 - IO::Compress::Bzip2 - WorkFactor => 210
> ok 714 - bz object ok
> ok 715 - got expected content
> ok 716 - IO::Compress::Bzip2 - WorkFactor => 211
> ok 717 - bz object ok
> ok 718 - got expected content
> ok 719 - IO::Compress::Bzip2 - WorkFactor => 212
> ok 720 - bz object ok
> ok 721 - got expected content
> ok 722 - IO::Compress::Bzip2 - WorkFactor => 213
> ok 723 - bz object ok
> ok 724 - got expected content
> ok 725 - IO::Compress::Bzip2 - WorkFactor => 214
> ok 726 - bz object ok
> ok 727 - got expected content
> ok 728 - IO::Compress::Bzip2 - WorkFactor => 215
> ok 729 - bz object ok
> ok 730 - got expected content
> ok 731 - IO::Compress::Bzip2 - WorkFactor => 216
> ok 732 - bz object ok
> ok 733 - got expected content
> ok 734 - IO::Compress::Bzip2 - WorkFactor => 217
> ok 735 - bz object ok
> ok 736 - got expected content
> ok 737 - IO::Compress::Bzip2 - WorkFactor => 218
> ok 738 - bz object ok
> ok 739 - got expected content
> ok 740 - IO::Compress::Bzip2 - WorkFactor => 219
> ok 741 - bz object ok
> ok 742 - got expected content
> ok 743 - IO::Compress::Bzip2 - WorkFactor => 220
> ok 744 - bz object ok
> ok 745 - got expected content
> ok 746 - IO::Compress::Bzip2 - WorkFactor => 221
> ok 747 - bz object ok
> ok 748 - got expected content
> ok 749 - IO::Compress::Bzip2 - WorkFactor => 222
> ok 750 - bz object ok
> ok 751 - got expected content
> ok 752 - IO::Compress::Bzip2 - WorkFactor => 223
> ok 753 - bz object ok
> ok 754 - got expected content
> ok 755 - IO::Compress::Bzip2 - WorkFactor => 224
> ok 756 - bz object ok
> ok 757 - got expected content
> ok 758 - IO::Compress::Bzip2 - WorkFactor => 225
> ok 759 - bz object ok
> ok 760 - got expected content
> ok 761 - IO::Compress::Bzip2 - WorkFactor => 226
> ok 762 - bz object ok
> ok 763 - got expected content
> ok 764 - IO::Compress::Bzip2 - WorkFactor => 227
> ok 765 - bz object ok
> ok 766 - got expected content
> ok 767 - IO::Compress::Bzip2 - WorkFactor => 228
> ok 768 - bz object ok
> ok 769 - got expected content
> ok 770 - IO::Compress::Bzip2 - WorkFactor => 229
> ok 771 - bz object ok
> ok 772 - got expected content
> ok 773 - IO::Compress::Bzip2 - WorkFactor => 230
> ok 774 - bz object ok
> ok 775 - got expected content
> ok 776 - IO::Compress::Bzip2 - WorkFactor => 231
> ok 777 - bz object ok
> ok 778 - got expected content
> ok 779 - IO::Compress::Bzip2 - WorkFactor => 232
> ok 780 - bz object ok
> ok 781 - got expected content
> ok 782 - IO::Compress::Bzip2 - WorkFactor => 233
> ok 783 - bz object ok
> ok 784 - got expected content
> ok 785 - IO::Compress::Bzip2 - WorkFactor => 234
> ok 786 - bz object ok
> ok 787 - got expected content
> ok 788 - IO::Compress::Bzip2 - WorkFactor => 235
> ok 789 - bz object ok
> ok 790 - got expected content
> ok 791 - IO::Compress::Bzip2 - WorkFactor => 236
> ok 792 - bz object ok
> ok 793 - got expected content
> ok 794 - IO::Compress::Bzip2 - WorkFactor => 237
> ok 795 - bz object ok
> ok 796 - got expected content
> ok 797 - IO::Compress::Bzip2 - WorkFactor => 238
> ok 798 - bz object ok
> ok 799 - got expected content
> ok 800 - IO::Compress::Bzip2 - WorkFactor => 239
> ok 801 - bz object ok
> ok 802 - got expected content
> ok 803 - IO::Compress::Bzip2 - WorkFactor => 240
> ok 804 - bz object ok
> ok 805 - got expected content
> ok 806 - IO::Compress::Bzip2 - WorkFactor => 241
> ok 807 - bz object ok
> ok 808 - got expected content
> ok 809 - IO::Compress::Bzip2 - WorkFactor => 242
> ok 810 - bz object ok
> ok 811 - got expected content
> ok 812 - IO::Compress::Bzip2 - WorkFactor => 243
> ok 813 - bz object ok
> ok 814 - got expected content
> ok 815 - IO::Compress::Bzip2 - WorkFactor => 244
> ok 816 - bz object ok
> ok 817 - got expected content
> ok 818 - IO::Compress::Bzip2 - WorkFactor => 245
> ok 819 - bz object ok
> ok 820 - got expected content
> ok 821 - IO::Compress::Bzip2 - WorkFactor => 246
> ok 822 - bz object ok
> ok 823 - got expected content
> ok 824 - IO::Compress::Bzip2 - WorkFactor => 247
> ok 825 - bz object ok
> ok 826 - got expected content
> ok 827 - IO::Compress::Bzip2 - WorkFactor => 248
> ok 828 - bz object ok
> ok 829 - got expected content
> ok 830 - IO::Compress::Bzip2 - WorkFactor => 249
> ok 831 - bz object ok
> ok 832 - got expected content
> ok 833 - IO::Compress::Bzip2 - WorkFactor => 250
> ok 834 - bz object ok
> ok 835 - got expected content
> ok 836 - IO::Uncompress::Bunzip2 - Small => 0
> ok 837 - bz object ok
> ok 838 - got expected
> ok 839 - IO::Uncompress::Bunzip2 - Small => 1
> ok 840 - bz object ok
> ok 841 - got expected
> ok
> t/001zlib-generic-deflate.t .....
> 1..49
> 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
> t/001zlib-generic-gzip.t ........
> 1..49
> 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
> t/001zlib-generic-rawdeflate.t ..
> 1..49
> 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
> t/001zlib-generic-zip.t .........
> 1..49
> 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
> t/002any-deflate.t ..............
> 1..48
> 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
> t/002any-gzip.t .................
> 1..48
> 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
> t/002any-rawdeflate.t ...........
> 1..48
> 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
> t/002any-transparent.t ..........
> 1..15
> 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
> t/002any-zip.t ..................
> 1..48
> 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
> t/004gziphdr.t ..................
> 1..918
> 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 - Check Minimal + no compressed data
> ok 571
> ok 572 - The object isa IO::Compress::Gzip
> ok 573 - closed
> ok 574
> ok 575 - The object isa IO::Uncompress::Gunzip
> ok 576 - eof
> ok 577 - status == 0
> ok 578 - empty string
> ok 579 - no error
> ok 580 - eof
> 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
> ok 596 - Header Corruption Tests
> ok 597
> ok 598
> ok 599
> ok 600 - Header Corruption - Fingerprint wrong 1st byte
> ok 601
> ok 602
> ok 603 - Header Corruption - Fingerprint wrong 2nd byte
> ok 604
> ok 605
> ok 606 - Header Corruption - CM not 8
> ok 607
> ok 608
> ok 609 - Header Corruption - Use of Reserved Flags
> ok 610
> ok 611
> ok 612 - Header Corruption - Fail HeaderCRC
> ok 613
> ok 614
> ok 615 - ExtraField max raw size
> ok 616 - Created IO::Compress::Gzip object
> ok 617 - Created IO::Uncompress::Gunzip object
> ok 618
> ok 619
> ok 620 - Header Corruption - ExtraField too big
> ok 621
> ok 622
> ok 623 - Header Corruption - Create Name with Illegal Chars
> ok 624
> ok 625
> ok 626
> ok 627
> ok 628
> ok 629
> ok 630
> ok 631
> ok 632 - Header Corruption - Null Chars in Name
> ok 633
> ok 634
> ok 635
> ok 636
> ok 637
> ok 638
> ok 639
> ok 640
> ok 641 - Header Corruption - Create Comment with Illegal Chars
> ok 642
> ok 643
> ok 644
> ok 645
> ok 646
> ok 647
> ok 648
> ok 649
> ok 650 - Header Corruption - Null Char in Comment
> ok 651
> ok 652
> ok 653
> ok 654
> ok 655
> ok 656
> ok 657
> ok 658
> ok 659 - Header Corruption - Truncated in Extra
> ok 660
> ok 661
> ok 662
> ok 663
> ok 664
> ok 665 - Header Corruption - Truncated in Extra
> ok 666
> ok 667
> ok 668
> ok 669
> ok 670
> ok 671 - Header Corruption - Truncated in Extra
> ok 672
> ok 673
> ok 674
> ok 675
> ok 676
> ok 677 - Header Corruption - Truncated in Name
> ok 678
> ok 679
> ok 680
> ok 681
> ok 682
> ok 683 - Header Corruption - Truncated in Name
> ok 684
> ok 685
> ok 686
> ok 687
> ok 688
> ok 689 - Header Corruption - Truncated in Name
> ok 690
> ok 691
> ok 692
> ok 693
> ok 694
> ok 695 - Header Corruption - Truncated in Name
> ok 696
> ok 697
> ok 698
> ok 699
> ok 700
> ok 701 - Header Corruption - Truncated in Comment
> ok 702
> ok 703
> ok 704
> ok 705
> ok 706
> ok 707 - Header Corruption - Truncated in Comment
> ok 708
> ok 709
> ok 710
> ok 711
> ok 712
> ok 713 - Header Corruption - Truncated in Comment
> ok 714
> ok 715
> ok 716
> ok 717
> ok 718
> ok 719 - Header Corruption - Truncated in Comment
> ok 720
> ok 721
> ok 722
> ok 723
> ok 724
> ok 725 - Header Corruption - Truncated in Comment
> ok 726
> ok 727
> ok 728
> ok 729
> ok 730
> ok 731 - Header Corruption - Truncated in Comment
> ok 732
> ok 733
> ok 734
> ok 735
> ok 736
> ok 737 - Header Corruption - Truncated in Comment
> ok 738
> ok 739
> ok 740
> ok 741
> ok 742
> ok 743 - Header Corruption - Truncated in CRC
> ok 744
> ok 745
> ok 746
> ok 747
> ok 748
> ok 749 - Header Corruption - Truncated in CRC
> ok 750
> ok 751
> ok 752
> ok 753
> ok 754
> ok 755
> ok 756
> ok 757
> ok 758
> ok 759
> ok 760
> ok 761 - Trailer Corruption - Trailer truncated to 0 bytes
> ok 762
> ok 763 - status 0
> ok 764 - no error
> ok 765 - trailing data
> ok 766
> ok 767
> ok 768
> ok 769
> ok 770 - status 0
> ok 771 - got Trailer Error
> ok 772
> ok 773
> ok 774
> ok 775 - Trailer Corruption - Trailer truncated to 1 bytes
> ok 776
> ok 777 - status 0
> ok 778 - no error
> ok 779 - trailing data
> ok 780
> ok 781
> ok 782
> ok 783
> ok 784 - status 0
> ok 785 - got Trailer Error
> ok 786
> ok 787
> ok 788
> ok 789 - Trailer Corruption - Trailer truncated to 2 bytes
> ok 790
> ok 791 - status 0
> ok 792 - no error
> ok 793 - trailing data
> ok 794
> ok 795
> ok 796
> ok 797
> ok 798 - status 0
> ok 799 - got Trailer Error
> ok 800
> ok 801
> ok 802
> ok 803 - Trailer Corruption - Trailer truncated to 3 bytes
> ok 804
> ok 805 - status 0
> ok 806 - no error
> ok 807 - trailing data
> ok 808
> ok 809
> ok 810
> ok 811
> ok 812 - status 0
> ok 813 - got Trailer Error
> ok 814
> ok 815
> ok 816
> ok 817 - Trailer Corruption - Trailer truncated to 4 bytes
> ok 818
> ok 819 - status 0
> ok 820 - no error
> ok 821 - trailing data
> ok 822
> ok 823
> ok 824
> ok 825
> ok 826 - status 0
> ok 827 - got Trailer Error
> ok 828
> ok 829
> ok 830
> ok 831 - Trailer Corruption - Trailer truncated to 5 bytes
> ok 832
> ok 833 - status 0
> ok 834 - no error
> ok 835 - trailing data
> ok 836
> ok 837
> ok 838
> ok 839
> ok 840 - status 0
> ok 841 - got Trailer Error
> ok 842
> ok 843
> ok 844
> ok 845 - Trailer Corruption - Trailer truncated to 6 bytes
> ok 846
> ok 847 - status 0
> ok 848 - no error
> ok 849 - trailing data
> ok 850
> ok 851
> ok 852
> ok 853
> ok 854 - status 0
> ok 855 - got Trailer Error
> ok 856
> ok 857
> ok 858
> ok 859 - Trailer Corruption - Trailer truncated to 7 bytes
> ok 860
> ok 861 - status 0
> ok 862 - no error
> ok 863 - trailing data
> ok 864
> ok 865
> ok 866
> ok 867
> ok 868 - status 0
> ok 869 - got Trailer Error
> ok 870
> ok 871
> ok 872
> ok 873 - Trailer Corruption - Length Wrong, CRC Correct
> ok 874
> ok 875
> ok 876
> ok 877
> ok 878
> ok 879
> ok 880
> ok 881
> ok 882
> ok 883
> ok 884
> ok 885
> ok 886
> ok 887
> ok 888 - Trailer Corruption - Length Correct, CRC Wrong
> ok 889
> ok 890
> ok 891
> ok 892
> ok 893
> ok 894
> ok 895
> ok 896
> ok 897
> ok 898
> ok 899
> ok 900
> ok 901
> ok 902
> ok 903 - Trailer Corruption - Length Wrong, CRC Wrong
> ok 904
> ok 905
> ok 906
> ok 907
> ok 908
> ok 909
> ok 910
> ok 911
> ok 912
> ok 913
> ok 914
> ok 915
> ok 916
> ok 917
> ok 918
> ok
> t/005defhdr.t ...................
> 1..114
> 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 - write
> ok 8 - closed
> ok 9
> ok 10
> ok 11
> ok 12 - ! error
> ok 13 - eof
> ok 14
> ok 15
> ok 16 - CM is 8
> ok 17 - FDICT is 0
> ok 18 - No compressed data at all
> ok 19
> ok 20 - write
> ok 21 - closed
> ok 22
> ok 23
> ok 24
> ok 25 - ! error
> ok 26 - eof
> ok 27
> ok 28
> ok 29 - CM is 8
> ok 30 - FDICT is 0
> ok 31 - ADLER32 is defined
> ok 32 - ADLER32 is 1
> ok 33
> ok 34
> ok 35
> ok 36 - Header Corruption - FCHECK failure - 1st byte wrong
> ok 37
> ok 38 - CRC mismatch
> ok 39 - Header Corruption - FCHECK failure - 2nd byte wrong
> ok 40
> ok 41 - CRC mismatch
> ok 42 - Header Corruption - CM not 8
> ok 43
> ok 44 - Not Deflate
> ok 45
> ok 46
> ok 47
> ok 48 - Trailer Corruption - Trailer truncated to 0 bytes, strict 0
> ok 49
> ok 50
> ok 51
> ok 52
> ok 53
> ok 54 - Trailer Corruption - Trailer truncated to 0 bytes, strict 1
> ok 55
> ok 56
> ok 57 - Trailer Error
> ok 58
> ok 59
> ok 60
> ok 61 - Trailer Corruption - Trailer truncated to 1 bytes, strict 0
> ok 62
> ok 63
> ok 64
> ok 65
> ok 66
> ok 67 - Trailer Corruption - Trailer truncated to 1 bytes, strict 1
> ok 68
> ok 69
> ok 70 - Trailer Error
> ok 71
> ok 72
> ok 73
> ok 74 - Trailer Corruption - Trailer truncated to 2 bytes, strict 0
> ok 75
> ok 76
> ok 77
> ok 78
> ok 79
> ok 80 - Trailer Corruption - Trailer truncated to 2 bytes, strict 1
> ok 81
> ok 82
> ok 83 - Trailer Error
> ok 84
> ok 85
> ok 86
> ok 87 - Trailer Corruption - Trailer truncated to 3 bytes, strict 0
> ok 88
> ok 89
> ok 90
> ok 91
> ok 92
> ok 93 - Trailer Corruption - Trailer truncated to 3 bytes, strict 1
> ok 94
> ok 95
> ok 96 - Trailer Error
> ok 97
> ok 98
> ok 99
> ok 100 - Trailer Corruption - CRC Wrong, strict
> ok 101
> ok 102
> ok 103 - Trailer Error: CRC mismatch
> ok 104
> ok 105
> ok 106
> ok 107
> ok 108 - Trailer Corruption - CRC Wrong, no strict
> ok 109
> ok 110
> ok 111
> ok 112
> ok 113
> ok 114
> ok
> t/006zip.t ......................
> 1..108
> ok 1 - use IO::Compress::Zip;
> ok 2 - use IO::Uncompress::Unzip;
> ok 3 - Create a simple zip - All Deflate
> ok 4 - The object isa IO::Compress::Zip
> ok 5 - write
> ok 6 - write
> ok 7 - write
> ok 8 - closed
> ok 9 - The object isa IO::Uncompress::Unzip
> ok 10 - Got 1st entry
> ok 11 - Got 2nd entry
> ok 12 - Got 3nd entry
> ok 13 - Create a simple zip - All Bzip2
> ok 14 - The object isa IO::Compress::Zip
> ok 15 - write
> ok 16 - write
> ok 17 - write
> ok 18 - closed
> ok 19 - The object isa IO::Uncompress::Unzip
> ok 20 - Got 1st entry
> ok 21 - Got 2nd entry
> ok 22 - Got 3nd entry
> ok 23 - Create a simple zip - Deflate + Bzip2
> ok 24 - The object isa IO::Compress::Zip
> ok 25 - write
> ok 26 - write
> ok 27 - write
> ok 28 - closed
> ok 29 - The object isa IO::Uncompress::Unzip
> ok 30 - Got 1st entry
> ok 31 - Got 2nd entry
> ok 32 - Got 3nd entry
> ok 33 - Create a simple zip - All STORE
> ok 34 - The object isa IO::Compress::Zip
> ok 35 - write
> ok 36 - write
> ok 37 - write
> ok 38 - closed
> ok 39 - The object isa IO::Uncompress::Unzip
> ok 40 - Got 1st entry
> ok 41 - Got 2nd entry
> ok 42 - Got 3nd entry
> ok 43 - Create a simple zip - Deflate + STORE
> ok 44 - The object isa IO::Compress::Zip
> ok 45 - write
> ok 46 - write
> ok 47 - write
> ok 48 - closed
> ok 49 - The object isa IO::Uncompress::Unzip
> ok 50 - Got 1st entry
> ok 51 - Got 2nd entry
> ok 52 - Got 3nd entry
> ok 53 - Create a simple zip - Deflate + zero length STORE
> ok 54 - The object isa IO::Compress::Zip
> ok 55 - write
> ok 56 - write
> ok 57 - write
> ok 58 - closed
> ok 59 - The object isa IO::Uncompress::Unzip
> ok 60 - Got 1st entry
> ok 61 - Got 2nd entry
> ok 62 - Got 3nd entry
> ok 63 - RT \#72548
> ok 64 - The object isa IO::Compress::Zip
> ok 65 - write
> ok 66 - write
> ok 67 - closed
> ok 68 - The object isa IO::Uncompress::Unzip
> ok 69 - Got 1st entry
> ok 70 - Got 2nd entry
> ok 71 - Zip file with a single zero-length file
> ok 72 - The object isa IO::Compress::Zip
> ok 73 - closed
> ok 74 - The object isa IO::Uncompress::Unzip
> ok 75 - no content
> ok 76 - no content
> ok 77 - Read a line from zip, Method 8
> ok 78 - Created a zip file
> ok 79 - The object isa IO::Uncompress::Unzip
> ok 80 - Read first line ok
> ok 81 - Second line doesn't exist
> ok 82 - Read a line from zip, Method 0
> ok 83 - Created a zip file
> ok 84 - The object isa IO::Uncompress::Unzip
> ok 85 - Read first line ok
> ok 86 - Second line doesn't exist
> ok 87 - Read a line from zip, Method 12
> ok 88 - Created a zip file
> ok 89 - The object isa IO::Uncompress::Unzip
> ok 90 - Read first line ok
> ok 91 - Second line doesn't exist
> ok 92 - isMethodAvailable
> ok 93 - ZIP_CM_STORE available
> ok 94 - ZIP_CM_DEFLATE available
> ok 95 - 999 not available
> ok 96 - Member & Comment 0
> ok 97 - The object isa IO::Compress::Zip
> ok 98 - write
> ok 99 - closed
> ok 100 - The object isa IO::Uncompress::Unzip
> ok 101 - Name is '0'
> ok 102 - nexStream regression
> ok 103 - The object isa IO::Compress::Zip
> ok 104 - closed
> ok 105 - The object isa IO::Uncompress::Unzip
> ok 106 - Name is 'one'
> ok 107 - nextStream OK
> ok 108 - got line 1 from second member
> ok
> t/010examples-bzip2.t ...........
> 1..19
> ok 1 - bzcat - command line
> ok 2 - exit status is 0
> ok 3 - no stderr
> ok 4 - expected content is ok
> ok 5 - bzcat - stdin
> ok 6 - exit status is 0
> ok 7 - no stderr
> ok 8 - expected content is ok
> ok 9 - bzgrep
> ok 10 - exit status is 0
> ok 11 - no stderr
> ok 12 - expected content is ok
> ok 13 - bzstream
> ok 14 - exit status is 0
> ok 15 - no stderr
> ok 16 - bzcat
> ok 17 - exit status is 0
> ok 18 - no stderr
> ok 19 - expected content is ok
> ok
> t/010examples-zlib.t ............
> 1..19
> 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
> t/011-streamzip.t ...............
> 1..136
> ok 1 - streamzip
> ok 2 - exit status is 0
> ok 3 - no stderr
> ok 4
> ok 5 - streamzip - zipfile option
> ok 6 - exit status is 0
> ok 7 - no stderr
> ok 8
> ok 9 - streamzip method store
> ok 10 - exit status is 0
> ok 11 - no stderr
> ok 12
> ok 13 - streamzip store- zipfile option
> ok 14 - exit status is 0
> ok 15 - no stderr
> ok 16
> ok 17 - streamzip method deflate
> ok 18 - exit status is 0
> ok 19 - no stderr
> ok 20
> ok 21 - streamzip deflate- zipfile option
> ok 22 - exit status is 0
> ok 23 - no stderr
> ok 24
> ok 25 - streamzip method bzip2
> ok 26 - exit status is 0
> ok 27 - no stderr
> ok 28
> ok 29 - streamzip bzip2- zipfile option
> ok 30 - exit status is 0
> ok 31 - no stderr
> ok 32
> ok 33 # skip Method 'lzma' needs IO::Compress::Lzma
> #
> ok 34 # skip Method 'lzma' needs IO::Compress::Lzma
> #
> ok 35 # skip Method 'lzma' needs IO::Compress::Lzma
> #
> ok 36 # skip Method 'lzma' needs IO::Compress::Lzma
> #
> ok 37 # skip Method 'lzma' needs IO::Compress::Lzma
> #
> ok 38 # skip Method 'lzma' needs IO::Compress::Lzma
> #
> ok 39 # skip Method 'lzma' needs IO::Compress::Lzma
> #
> ok 40 # skip Method 'lzma' needs IO::Compress::Lzma
> #
> ok 41 # skip Method 'xz' needs IO::Compress::Xz
> #
> ok 42 # skip Method 'xz' needs IO::Compress::Xz
> #
> ok 43 # skip Method 'xz' needs IO::Compress::Xz
> #
> ok 44 # skip Method 'xz' needs IO::Compress::Xz
> #
> ok 45 # skip Method 'xz' needs IO::Compress::Xz
> #
> ok 46 # skip Method 'xz' needs IO::Compress::Xz
> #
> ok 47 # skip Method 'xz' needs IO::Compress::Xz
> #
> ok 48 # skip Method 'xz' needs IO::Compress::Xz
> #
> ok 49 # skip Method 'zstd' needs IO::Compress::Zstd
> #
> ok 50 # skip Method 'zstd' needs IO::Compress::Zstd
> #
> ok 51 # skip Method 'zstd' needs IO::Compress::Zstd
> #
> ok 52 # skip Method 'zstd' needs IO::Compress::Zstd
> #
> ok 53 # skip Method 'zstd' needs IO::Compress::Zstd
> #
> ok 54 # skip Method 'zstd' needs IO::Compress::Zstd
> #
> ok 55 # skip Method 'zstd' needs IO::Compress::Zstd
> #
> ok 56 # skip Method 'zstd' needs IO::Compress::Zstd
> #
> ok 57 - streamzip level 0
> ok 58 - exit status is 0
> ok 59 - no stderr
> ok 60
> ok 61 - streamzip level 0- zipfile option
> ok 62 - exit status is 0
> ok 63 - no stderr
> ok 64
> ok 65 - streamzip level 1
> ok 66 - exit status is 0
> ok 67 - no stderr
> ok 68
> ok 69 - streamzip level 1- zipfile option
> ok 70 - exit status is 0
> ok 71 - no stderr
> ok 72
> ok 73 - streamzip level 2
> ok 74 - exit status is 0
> ok 75 - no stderr
> ok 76
> ok 77 - streamzip level 2- zipfile option
> ok 78 - exit status is 0
> ok 79 - no stderr
> ok 80
> ok 81 - streamzip level 3
> ok 82 - exit status is 0
> ok 83 - no stderr
> ok 84
> ok 85 - streamzip level 3- zipfile option
> ok 86 - exit status is 0
> ok 87 - no stderr
> ok 88
> ok 89 - streamzip level 4
> ok 90 - exit status is 0
> ok 91 - no stderr
> ok 92
> ok 93 - streamzip level 4- zipfile option
> ok 94 - exit status is 0
> ok 95 - no stderr
> ok 96
> ok 97 - streamzip level 5
> ok 98 - exit status is 0
> ok 99 - no stderr
> ok 100
> ok 101 - streamzip level 5- zipfile option
> ok 102 - exit status is 0
> ok 103 - no stderr
> ok 104
> ok 105 - streamzip level 6
> ok 106 - exit status is 0
> ok 107 - no stderr
> ok 108
> ok 109 - streamzip level 6- zipfile option
> ok 110 - exit status is 0
> ok 111 - no stderr
> ok 112
> ok 113 - streamzip level 7
> ok 114 - exit status is 0
> ok 115 - no stderr
> ok 116
> ok 117 - streamzip level 7- zipfile option
> ok 118 - exit status is 0
> ok 119 - no stderr
> ok 120
> ok 121 - streamzip level 8
> ok 122 - exit status is 0
> ok 123 - no stderr
> ok 124
> ok 125 - streamzip level 8- zipfile option
> ok 126 - exit status is 0
> ok 127 - no stderr
> ok 128
> ok 129 - streamzip level 9
> ok 130 - exit status is 0
> ok 131 - no stderr
> ok 132
> ok 133 - streamzip level 9- zipfile option
> ok 134 - exit status is 0
> ok 135 - no stderr
> ok 136
> ok
> t/01misc.t ......................
> 1..163
> ok 1 - use Scalar::Util;
> ok 2 - use IO::Compress::Base::Common;
> ok 3 - Got XS Version of Scalar::Util
> ok 4 - Trap odd number of params
> ok 5 - Trap odd number of params
> ok 6 - Trap odd number of params
> ok 7 - wanted unsigned, got undef
> ok 8 - wanted unsigned, got undef
> ok 9 - wanted signed, got undef
> ok 10 - wanted signed, got 'abc'
> ok 11 - wanted code, got 'abc'
> ok 12 # skip readonly + threads
> ok 13 # skip readonly + threads
> ok 14 - wanted scalar reference
> ok 15 - wanted scalar
> ok 16 - multiple instances
> ok 17
> ok 18 - other
> ok 19 - undef
> ok 20 - undef
> ok 21 - undef
> ok 22 - empty string
> ok 23 - parsed
> ok 24
> ok 25 - parsed
> ok 26
> ok 27 - Same object
> ok 28 - parsed
> ok 29
> ok 30
> ok 31 - parsed ok
> ok 32
> ok 33
> ok 34 - parsed ok
> ok 35
> ok 36
> ok 37 - parsed ok
> ok 38
> ok 39
> ok 40 - parsed ok
> ok 41
> ok 42
> ok 43
> ok 44 - parsed ok
> ok 45
> ok 46
> ok 47 - parsed ok
> ok 48
> ok 49
> ok 50 - parsed ok
> ok 51
> ok 52 - isaFilename
> ok 53 - 'abc' isaFilename
> ok 54 - undef ! isaFilename
> ok 55 - [] ! isaFilename
> ok 56 - glob ! isaFilename
> ok 57 - whatIsInput
> ok 58 - Match filehandle
> ok 59 - Match '-' as stdin
> ok 60 - Match filename
> ok 61 - Match buffer
> ok 62 - Match code
> ok 63 - Don't match code
> ok 64 - whatIsOutput
> ok 65 - Match filehandle
> ok 66 - Match '-' as stdout
> ok 67 - Match filename
> ok 68 - Match buffer
> ok 69 - Match code
> ok 70 - Don't match code
> ok 71 - U64
> ok 72 - getHigh is 0
> ok 73 - getLow is 0
> ok 74 - ! is64bit
> ok 75 - getHigh is 1
> ok 76 - getLow is 2
> ok 77 - is64bit
> ok 78 - getHigh is 0xFFFFFFFF
> ok 79 - getLow is 2
> ok 80 - is64bit
> ok 81 - getHigh is 7
> ok 82 - getLow is 0xFFFFFFFF
> ok 83 - is64bit
> ok 84 - getHigh is 0
> ok 85 - getLow is 666
> ok 86 - ! is64bit
> ok 87 - U64 - add
> ok 88 - getHigh is 0
> ok 89 - getLow is 1
> ok 90 - ! is64bit
> ok 91 - getHigh is 0
> ok 92 - getLow is 2
> ok 93 - ! is64bit
> ok 94 - getHigh is 0
> ok 95 - getLow is 0xFFFFFFFE
> ok 96 - get32bit is 0xFFFFFFFE
> ok 97 - get64bit is 0xFFFFFFFE
> ok 98 - ! is64bit
> ok 99 - getHigh is 0
> ok 100 - getLow is 0xFFFFFFFF
> ok 101 - get32bit is 0xFFFFFFFF
> ok 102 - get64bit is 0xFFFFFFFF
> ok 103 - ! is64bit
> ok 104 - getHigh is 1
> ok 105 - getLow is 0
> ok 106 - get32bit is 0x0
> ok 107 - get64bit is 0x100000000
> ok 108 - is64bit
> ok 109 - getHigh is 1
> ok 110 - getLow is 1
> ok 111 - get32bit is 0x1
> ok 112 - get64bit is 0x100000001
> ok 113 - is64bit
> ok 114 - getHigh is 1
> ok 115 - getLow is 1
> ok 116 - get32bit is 0x2
> ok 117 - get64bit is 0x100000002
> ok 118 - is64bit
> ok 119 - getHigh is 4
> ok 120 - getLow is 1
> ok 121 - is64bit
> ok 122 - U64 - subtract
> ok 123 - getHigh is 0
> ok 124 - getLow is 1
> ok 125 - ! is64bit
> ok 126 - getHigh is 0
> ok 127 - getLow is 0
> ok 128 - ! is64bit
> ok 129 - getHigh is 1
> ok 130 - getLow is 0
> ok 131 - get32bit is 0xFFFFFFFE
> ok 132 - get64bit is 0x100000000
> ok 133 - is64bit
> ok 134 - getHigh is 0
> ok 135 - getLow is 0xFFFFFFFF
> ok 136 - get32bit is 0xFFFFFFFF
> ok 137 - get64bit is 0xFFFFFFFF
> ok 138 - ! is64bit
> ok 139 - getHigh is 0
> ok 140 - getLow is 1
> ok 141 - ! is64bit
> ok 142 - getHigh is 2D2B03
> ok 143 - getLow is 7942D983
> ok 144 - is64bit
> ok 145 - U64 - equal
> ok 146 - getHigh is 0
> ok 147 - getLow is 1
> ok 148 - ! is64bit
> ok 149 - getHigh is 0
> ok 150 - getLow is 1
> ok 151 - ! is64bit
> ok 152 - getHigh is 0
> ok 153 - getLow is 2
> ok 154 - ! is64bit
> ok 155 - equal
> ok 156 - ! equal
> ok 157 - U64 - clone
> ok 158 - getHigh is 21
> ok 159 - getLow is 77
> ok 160 - U64 - cmp.gt
> ok 161 - cmp > 0
> ok 162 - gt
> ok 163 - cmp < 0
> ok
> t/020isize.t .................... skipped: Lengthy Tests Disabled
> t/050interop-gzip.t .............
> 1..7
> ok 1 - use IO::Compress::Gzip;
> ok 2 - use IO::Uncompress::Gunzip;
> ok 3 - Test interop with /bin/gzip
> ok 4 - writeWithGzip ok
> ok 5 - got content
> ok 6 - readWithGzip ok
> ok 7 - got content
> ok
> t/100generic-bzip2.t ............
> 1..799
> ok 1 - Testing IO::Compress::Bzip2 Errors
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8 - write outside string
> ok 9 - Testing IO::Uncompress::Bunzip2 Errors
> ok 10 - tst1100757X00000.tmp does not exist
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15 - Testing IO::Compress::Bzip2 and IO::Uncompress::Bunzip2
> ok 16
> ok 17
> ok 18
> ok 19
> ok 20
> ok 21
> ok 22
> ok 23
> ok 24
> ok 25 - autoflush
> ok 26 - autoflush
> ok 27 - opened
> ok 28 - write
> ok 29 - flush
> ok 30 - close
> ok 31 - ! opened
> ok 32
> ok 33 - opened
> ok 34 - read returned 0
> ok 35
> ok 36
> ok 37 - ! opened
> ok 38
> ok 39 - Write empty string is ok
> ok 40 - Write undef is ok
> ok 41 - Write ok
> ok 42 - Close ok
> ok 43 - creates IO::Uncompress::Bunzip2 tst1100757X00002.tmp
> ok 44 - close ok
> ok 45 - expected output
> ok 46 - opened file tst1100757X00003.tmp ok
> ok 47 - created IO::Compress::Bzip2 IO::File=GLOB(0x5591eb54b708)
> ok 48 - fileno match
> ok 49 - Write empty string is ok
> ok 50 - Write undef is ok
> ok 51 - write ok
> ok 52 - flush
> ok 53 - close
> ok 54
> ok 55
> ok 56
> ok 57
> ok 58
> ok 59 - IO::Compress::Bzip2: Input from typeglob filehandle
> ok 60
> ok 61 - create IO::Compress::Bzip2
> ok 62 - fileno
> ok 63 - Write empty string is ok
> ok 64 - Write undef is ok
> ok 65 - Write ok
> ok 66 - Flush
> ok 67 - Close
> ok 68 - IO::Uncompress::Bunzip2: Input from typeglob filehandle, append output
> ok 69
> ok 70
> ok 71 - fileno ok
> ok 72 - close
> ok 73 - expected output
> ok 74 - Outout to stdout via '-'
> ok 75 - wrote to stdout
> ok 76 - wrote OK
> ok 77 - Input from stdin via filename '-'
> ok 78 - redirect STDIN
> ok 79 - created object
> ok 80 - fileno ok
> ok 81 - close
> ok 82 - expected output
> ok 83
> ok 84
> ok 85
> ok 86
> ok 87 - Write empty string is ok
> ok 88 - Write undef is ok
> ok 89
> ok 90
> ok 91
> ok 92
> ok 93
> ok 94
> ok 95
> ok 96 - closed
> ok 97 - got expected uncompressed data
> ok 98 - compressed input not changed
> ok 99 - new IO::Compress::Bzip2
> ok 100 - close ok
> ok 101
> ok 102
> ok 103
> ok 104
> ok 105 - created IO::Compress::Bzip2 object
> ok 106 - write ok
> ok 107 - write ok
> ok 108 - write ok
> ok 109 - close ok
> 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 - tell returns 0
> ok 129 - ! eof
> ok 130 - tell is 7
> ok 131 - syswrite ok
> ok 132 - syswrite ok
> ok 133 - syswrite ok
> ok 134 - write 5
> ok 135 - write 1
> ok 136 - eof
> ok 137 - myGZreadFile ok
> ok 138
> ok 139
> ok 140
> ok 141
> ok 142 - eof
> ok 143 - tell 0
> ok 144
> ok 145
> ok 146
> ok 147
> ok 148
> ok 149
> ok 150
> ok 151
> ok 152 - line 0
> ok 153
> ok 154 - eof
> ok 155 - line 1
> ok 156 - line number 1
> ok 157 - eof
> 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 - Got 8 records
> #
> ok 178
> ok 179
> ok 180
> ok 181
> ok 182
> ok 183
> ok 184
> ok 185
> ok 186
> ok 187
> ok 188 - Requested 0 bytes
> ok 189 - Buffer empty
> 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 - Buffer empty
> ok 203
> ok 204
> ok 205
> ok 206 - Buffer not empty
> ok 207
> ok 208 - The object isa IO::Uncompress::Bunzip2
> ok 209 - eof
> ok 210 - tell == 0
> ok 211 - got 6 lines
> 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 - Got 8 records
> #
> ok 243
> ok 244
> ok 245
> ok 246
> ok 247
> ok 248
> ok 249
> ok 250
> ok 251
> ok 252 - Requested 0 bytes
> ok 253 - Buffer empty
> 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 - Buffer empty
> ok 267
> ok 268
> ok 269
> ok 270 - Buffer not empty
> ok 271
> ok 272 - Read Tests - buf length 1, Transparent 0, Append 0
> ok 273
> ok 274
> ok 275
> ok 276
> ok 277
> ok 278 - Read Tests - buf length 1, Transparent 0, Append 1
> ok 279
> ok 280
> ok 281
> ok 282
> ok 283
> ok 284 - Read Tests - buf length 1, Transparent 1, Append 0
> ok 285
> ok 286
> ok 287
> ok 288
> ok 289
> ok 290 - Read Tests - buf length 1, Transparent 1, Append 1
> ok 291
> ok 292
> ok 293
> ok 294
> ok 295
> ok 296 - Read Tests - buf length 3, Transparent 0, Append 0
> ok 297
> ok 298
> ok 299
> ok 300
> ok 301
> ok 302 - Read Tests - buf length 3, Transparent 0, Append 1
> ok 303
> ok 304
> ok 305
> ok 306
> ok 307
> ok 308 - Read Tests - buf length 3, Transparent 1, Append 0
> ok 309
> ok 310
> ok 311
> ok 312
> ok 313
> ok 314 - Read Tests - buf length 3, Transparent 1, Append 1
> ok 315
> ok 316
> ok 317
> ok 318
> ok 319
> ok 320 - Read Tests - buf length 512, Transparent 0, Append 0
> ok 321
> ok 322
> ok 323
> ok 324
> ok 325
> ok 326 - Read Tests - buf length 512, Transparent 0, Append 1
> ok 327
> ok 328
> ok 329
> ok 330
> ok 331
> ok 332 - Read Tests - buf length 512, Transparent 1, Append 0
> ok 333
> ok 334
> ok 335
> ok 336
> ok 337
> ok 338 - Read Tests - buf length 512, Transparent 1, Append 1
> ok 339
> ok 340
> ok 341
> ok 342
> ok 343
> ok 344 - Read Tests - buf length 4096, Transparent 0, Append 0
> ok 345
> ok 346
> ok 347
> ok 348
> ok 349
> ok 350 - Read Tests - buf length 4096, Transparent 0, Append 1
> ok 351
> ok 352
> ok 353
> ok 354
> ok 355
> ok 356 - Read Tests - buf length 4096, Transparent 1, Append 0
> ok 357
> ok 358
> ok 359
> ok 360
> ok 361
> ok 362 - Read Tests - buf length 4096, Transparent 1, Append 1
> ok 363
> ok 364
> ok 365
> ok 366
> ok 367
> ok 368 - Read Tests - buf length 5999, Transparent 0, Append 0
> ok 369
> ok 370
> ok 371
> ok 372
> ok 373
> ok 374 - Read Tests - buf length 5999, Transparent 0, Append 1
> ok 375
> ok 376
> ok 377
> ok 378
> ok 379
> ok 380 - Read Tests - buf length 5999, Transparent 1, Append 0
> ok 381
> ok 382
> ok 383
> ok 384
> ok 385
> ok 386 - Read Tests - buf length 5999, Transparent 1, Append 1
> ok 387
> ok 388
> ok 389
> ok 390
> ok 391
> ok 392 - Read Tests - buf length 6000, Transparent 0, Append 0
> ok 393
> ok 394
> ok 395
> ok 396
> ok 397
> ok 398 - Read Tests - buf length 6000, Transparent 0, Append 1
> ok 399
> ok 400
> ok 401
> ok 402
> ok 403
> ok 404 - Read Tests - buf length 6000, Transparent 1, Append 0
> ok 405
> ok 406
> ok 407
> ok 408
> ok 409
> ok 410 - Read Tests - buf length 6000, Transparent 1, Append 1
> ok 411
> ok 412
> ok 413
> ok 414
> ok 415
> ok 416 - Read Tests - buf length 6001, Transparent 0, Append 0
> ok 417
> ok 418
> ok 419
> ok 420
> ok 421
> ok 422 - Read Tests - buf length 6001, Transparent 0, Append 1
> ok 423
> ok 424
> ok 425
> ok 426
> ok 427
> ok 428 - Read Tests - buf length 6001, Transparent 1, Append 0
> ok 429
> ok 430
> ok 431
> ok 432
> ok 433
> ok 434 - Read Tests - buf length 6001, Transparent 1, Append 1
> ok 435
> ok 436
> ok 437
> ok 438
> ok 439
> ok 440 - seek tests - file 0 trans 0
> 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 - seek tests - file 0 trans 1
> ok 462
> 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 - seek tests - file 1 trans 0
> 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 - seek tests - file 1 trans 1
> ok 498
> ok 499
> ok 500
> ok 501
> ok 502
> ok 503
> ok 504
> ok 505
> ok 506
> ok 507
> ok 508
> ok 509
> ok 510
> ok 511
> ok 512 - seek error cases
> ok 513
> ok 514
> ok 515
> ok 516
> ok 517
> ok 518
> ok 519 - IO::Compress::Bzip2 -- Append 0, Output to filename
> ok 520 - Created IO::Compress::Bzip2
> ok 521 - created IO::Uncompress::Bunzip2
> ok 522 - Got uncompressed data
> ok 523 - IO::Compress::Bzip2 -- Append 1, Output to filename
> ok 524 - Created IO::Compress::Bzip2
> ok 525 - got prefix
> ok 526 - created IO::Uncompress::Bunzip2
> ok 527 - Got uncompressed data
> ok 528 - IO::Compress::Bzip2 -- Append 0, Output to buffer
> ok 529 - Created IO::Compress::Bzip2
> ok 530 - created IO::Uncompress::Bunzip2
> ok 531 - Got uncompressed data
> ok 532 - IO::Compress::Bzip2 -- Append 1, Output to buffer
> ok 533 - Created IO::Compress::Bzip2
> ok 534 - got prefix
> ok 535 - created IO::Uncompress::Bunzip2
> ok 536 - Got uncompressed data
> ok 537 - IO::Compress::Bzip2 -- Append 0, Output to filehandle
> ok 538 - Created IO::Compress::Bzip2
> ok 539 - got prefix
> ok 540 - created IO::Uncompress::Bunzip2
> ok 541 - Got uncompressed data
> ok 542 - IO::Compress::Bzip2 -- Append 1, Output to filehandle
> ok 543 - Created IO::Compress::Bzip2
> ok 544 - got prefix
> ok 545 - created IO::Uncompress::Bunzip2
> ok 546 - Got uncompressed data
> ok 547 - IO::Uncompress::Bunzip2 -- InputLength, read from buffer, good data => 0
> ok 548 - created IO::Uncompress::Bunzip2
> ok 549
> ok 550
> ok 551 - IO::Uncompress::Bunzip2 -- InputLength, read from buffer, good data => 1
> ok 552 - created IO::Uncompress::Bunzip2
> ok 553
> ok 554
> ok 555 - IO::Uncompress::Bunzip2 -- InputLength, read from filename, good data => 0
> ok 556 - created IO::Uncompress::Bunzip2
> ok 557
> ok 558
> ok 559 - IO::Uncompress::Bunzip2 -- InputLength, read from filename, good data => 1
> ok 560 - created IO::Uncompress::Bunzip2
> ok 561
> ok 562
> ok 563 - IO::Uncompress::Bunzip2 -- InputLength, read from filehandle, good data => 0
> ok 564 - opened file tst1100757X00054.tmp ok
> ok 565 - created IO::Uncompress::Bunzip2
> ok 566
> ok 567
> ok 568
> ok 569 - IO::Uncompress::Bunzip2 -- InputLength, read from filehandle, good data => 1
> ok 570 - opened file tst1100757X00055.tmp ok
> ok 571 - created IO::Uncompress::Bunzip2
> ok 572
> ok 573
> ok 574
> ok 575 - IO::Uncompress::Bunzip2 -- Append 0
> ok 576 - created IO::Uncompress::Bunzip2
> ok 577
> ok 578 - Got uncompressed data
> ok 579 - IO::Uncompress::Bunzip2 -- Append 1
> ok 580 - created IO::Uncompress::Bunzip2
> ok 581
> ok 582 - got prefix
> ok 583 - Got uncompressed data
> ok 584 - ungetc, File 0, Transparent 0
> ok 585
> ok 586
> ok 587
> ok 588
> ok 589
> ok 590
> ok 591
> ok 592
> ok 593
> ok 594
> ok 595
> ok 596
> ok 597
> ok 598
> ok 599
> ok 600 - ungetc, File 0, Transparent 1
> ok 601
> ok 602
> ok 603
> ok 604
> ok 605
> ok 606
> ok 607
> ok 608
> ok 609
> ok 610
> ok 611
> ok 612
> ok 613
> ok 614
> ok 615
> ok 616 - ungetc, File 1, Transparent 0
> ok 617
> ok 618
> ok 619
> ok 620
> ok 621
> ok 622
> ok 623
> ok 624
> ok 625
> ok 626
> ok 627
> ok 628
> ok 629
> ok 630
> ok 631
> ok 632 - ungetc, File 1, Transparent 1
> ok 633
> ok 634
> ok 635
> ok 636
> ok 637
> ok 638
> ok 639
> ok 640
> ok 641
> ok 642
> ok 643
> ok 644
> ok 645
> ok 646
> ok 647
> ok 648 - write tests - invalid data
> ok 649 - IO::Compress::Bzip2::write( { } )
> ok 650 - Created IO::Compress::Bzip2 object
> ok 651 - error - not a scalar reference
> ok 652 - IO::Compress::Bzip2::write( [ { } ] )
> ok 653 - Created IO::Compress::Bzip2 object
> ok 654 - error - not a scalar reference
> ok 655 - IO::Compress::Bzip2::write( [ [ { } ] ] )
> ok 656 - Created IO::Compress::Bzip2 object
> ok 657 - error - not a scalar reference
> ok 658 - IO::Compress::Bzip2::write( [ "" ] )
> ok 659 - Created IO::Compress::Bzip2 object
> ok 660 - error - not a scalar reference
> ok 661 - IO::Compress::Bzip2::write( [ undef ] )
> ok 662 - Created IO::Compress::Bzip2 object
> ok 663 - error - not a scalar reference
> ok 664 - IO::Compress::Bzip2::write( [ \$Answer ] )
> ok 665 - Created IO::Compress::Bzip2 object
> ok 666 - error - not a scalar reference
> ok 667 - IO::Uncompress::Bunzip2 -- empty file read from filename, Append => 0
> ok 668 - The object isa IO::Uncompress::Bunzip2
> ok 669 - eof true
> ok 670 - getline is undef
> ok 671 - eof true
> ok 672 - The object isa IO::Uncompress::Bunzip2
> ok 673 - read 0 bytes
> ok 674 - buffer is defined
> ok 675 - buffer is empty string
> ok 676 - eof true
> ok 677 - The object isa IO::Uncompress::Bunzip2
> ok 678 - read 0 bytes
> ok 679 - buffer is defined
> ok 680 - buffer is empty string
> ok 681 - eof true
> ok 682 - The object isa IO::Uncompress::Bunzip2
> ok 683 - read 0 bytes
> ok 684 - buffer is defined
> ok 685 - buffer orig string
> ok 686 - eof true
> ok 687 - IO::Uncompress::Bunzip2 -- empty file read from filename, Append => 1
> ok 688 - The object isa IO::Uncompress::Bunzip2
> ok 689 - eof true
> ok 690 - getline is undef
> ok 691 - eof true
> ok 692 - The object isa IO::Uncompress::Bunzip2
> ok 693 - read 0 bytes
> ok 694 - buffer is defined
> ok 695 - buffer is empty string
> ok 696 - eof true
> ok 697 - The object isa IO::Uncompress::Bunzip2
> ok 698 - read 0 bytes
> ok 699 - buffer is defined
> ok 700 - buffer is empty string
> ok 701 - eof true
> ok 702 - The object isa IO::Uncompress::Bunzip2
> ok 703 - read 0 bytes
> ok 704 - buffer is defined
> ok 705 - buffer orig string
> ok 706 - eof true
> ok 707 - IO::Uncompress::Bunzip2 -- empty file read from filehandle, Append => 0
> ok 708 - opened file tst1100757X00064.tmp ok
> ok 709 - The object isa IO::Uncompress::Bunzip2
> ok 710 - eof true
> ok 711 - getline is undef
> ok 712 - eof true
> ok 713 - opened file tst1100757X00064.tmp ok
> ok 714 - The object isa IO::Uncompress::Bunzip2
> ok 715 - read 0 bytes
> ok 716 - buffer is defined
> ok 717 - buffer is empty string
> ok 718 - eof true
> ok 719 - opened file tst1100757X00064.tmp ok
> ok 720 - The object isa IO::Uncompress::Bunzip2
> ok 721 - read 0 bytes
> ok 722 - buffer is defined
> ok 723 - buffer is empty string
> ok 724 - eof true
> ok 725 - opened file tst1100757X00064.tmp ok
> ok 726 - The object isa IO::Uncompress::Bunzip2
> ok 727 - read 0 bytes
> ok 728 - buffer is defined
> ok 729 - buffer orig string
> ok 730 - eof true
> ok 731 - IO::Uncompress::Bunzip2 -- empty file read from filehandle, Append => 1
> ok 732 - opened file tst1100757X00065.tmp ok
> ok 733 - The object isa IO::Uncompress::Bunzip2
> ok 734 - eof true
> ok 735 - getline is undef
> ok 736 - eof true
> ok 737 - opened file tst1100757X00065.tmp ok
> ok 738 - The object isa IO::Uncompress::Bunzip2
> ok 739 - read 0 bytes
> ok 740 - buffer is defined
> ok 741 - buffer is empty string
> ok 742 - eof true
> ok 743 - opened file tst1100757X00065.tmp ok
> ok 744 - The object isa IO::Uncompress::Bunzip2
> ok 745 - read 0 bytes
> ok 746 - buffer is defined
> ok 747 - buffer is empty string
> ok 748 - eof true
> ok 749 - opened file tst1100757X00065.tmp ok
> ok 750 - The object isa IO::Uncompress::Bunzip2
> ok 751 - read 0 bytes
> ok 752 - buffer is defined
> ok 753 - buffer orig string
> ok 754 - eof true
> ok 755 - IO::Uncompress::Bunzip2 -- empty file read from buffer, Append => 0
> ok 756 - The object isa IO::Uncompress::Bunzip2
> ok 757 - eof true
> ok 758 - getline is undef
> ok 759 - eof true
> ok 760 - The object isa IO::Uncompress::Bunzip2
> ok 761 - read 0 bytes
> ok 762 - buffer is defined
> ok 763 - buffer is empty string
> ok 764 - eof true
> ok 765 - The object isa IO::Uncompress::Bunzip2
> ok 766 - read 0 bytes
> ok 767 - buffer is defined
> ok 768 - buffer is empty string
> ok 769 - eof true
> ok 770 - The object isa IO::Uncompress::Bunzip2
> ok 771 - read 0 bytes
> ok 772 - buffer is defined
> ok 773 - buffer orig string
> ok 774 - eof true
> ok 775 - IO::Uncompress::Bunzip2 -- empty file read from buffer, Append => 1
> ok 776 - The object isa IO::Uncompress::Bunzip2
> ok 777 - eof true
> ok 778 - getline is undef
> ok 779 - eof true
> ok 780 - The object isa IO::Uncompress::Bunzip2
> ok 781 - read 0 bytes
> ok 782 - buffer is defined
> ok 783 - buffer is empty string
> ok 784 - eof true
> ok 785 - The object isa IO::Uncompress::Bunzip2
> ok 786 - read 0 bytes
> ok 787 - buffer is defined
> ok 788 - buffer is empty string
> ok 789 - eof true
> ok 790 - The object isa IO::Uncompress::Bunzip2
> ok 791 - read 0 bytes
> ok 792 - buffer is defined
> ok 793 - buffer orig string
> ok 794 - eof true
> ok 795 - IO::Uncompress::Bunzip2 -- round trip test
> ok 796 - The object isa IO::Compress::Bzip2
> ok 797 - The object isa IO::Uncompress::Bunzip2
> ok 798 - read bytes
> ok 799 - round tripped ok
> ok
> t/100generic-deflate.t ..........
> 1..799
> ok 1 - Testing IO::Compress::Deflate Errors
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8 - write outside string
> ok 9 - Testing IO::Uncompress::Inflate Errors
> ok 10 - tst1100758X00000.tmp does not exist
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15 - Testing IO::Compress::Deflate and IO::Uncompress::Inflate
> ok 16
> ok 17
> ok 18
> ok 19
> ok 20
> ok 21
> ok 22
> ok 23
> ok 24
> ok 25 - autoflush
> ok 26 - autoflush
> ok 27 - opened
> ok 28 - write
> ok 29 - flush
> ok 30 - close
> ok 31 - ! opened
> ok 32
> ok 33 - opened
> ok 34 - read returned 0
> ok 35
> ok 36
> ok 37 - ! opened
> ok 38
> ok 39 - Write empty string is ok
> ok 40 - Write undef is ok
> ok 41 - Write ok
> ok 42 - Close ok
> ok 43 - creates IO::Uncompress::Inflate tst1100758X00002.tmp
> ok 44 - close ok
> ok 45 - expected output
> ok 46 - opened file tst1100758X00003.tmp ok
> ok 47 - created IO::Compress::Deflate IO::File=GLOB(0x55d1e629d950)
> ok 48 - fileno match
> ok 49 - Write empty string is ok
> ok 50 - Write undef is ok
> ok 51 - write ok
> ok 52 - flush
> ok 53 - close
> ok 54
> ok 55
> ok 56
> ok 57
> ok 58
> ok 59 - IO::Compress::Deflate: Input from typeglob filehandle
> ok 60
> ok 61 - create IO::Compress::Deflate
> ok 62 - fileno
> ok 63 - Write empty string is ok
> ok 64 - Write undef is ok
> ok 65 - Write ok
> ok 66 - Flush
> ok 67 - Close
> ok 68 - IO::Uncompress::Inflate: Input from typeglob filehandle, append output
> ok 69
> ok 70
> ok 71 - fileno ok
> ok 72 - close
> ok 73 - expected output
> ok 74 - Outout to stdout via '-'
> ok 75 - wrote to stdout
> ok 76 - wrote OK
> ok 77 - Input from stdin via filename '-'
> ok 78 - redirect STDIN
> ok 79 - created object
> ok 80 - fileno ok
> ok 81 - close
> ok 82 - expected output
> ok 83
> ok 84
> ok 85
> ok 86
> ok 87 - Write empty string is ok
> ok 88 - Write undef is ok
> ok 89
> ok 90
> ok 91
> ok 92
> ok 93
> ok 94
> ok 95
> ok 96 - closed
> ok 97 - got expected uncompressed data
> ok 98 - compressed input not changed
> ok 99 - new IO::Compress::Deflate
> ok 100 - close ok
> ok 101
> ok 102
> ok 103
> ok 104
> ok 105 - created IO::Compress::Deflate object
> ok 106 - write ok
> ok 107 - write ok
> ok 108 - write ok
> ok 109 - close ok
> 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 - tell returns 0
> ok 129 - ! eof
> ok 130 - tell is 7
> ok 131 - syswrite ok
> ok 132 - syswrite ok
> ok 133 - syswrite ok
> ok 134 - write 5
> ok 135 - write 1
> ok 136 - eof
> ok 137 - myGZreadFile ok
> ok 138
> ok 139
> ok 140
> ok 141
> ok 142 - eof
> ok 143 - tell 0
> ok 144
> ok 145
> ok 146
> ok 147
> ok 148
> ok 149
> ok 150
> ok 151
> ok 152 - line 0
> ok 153
> ok 154 - eof
> ok 155 - line 1
> ok 156 - line number 1
> ok 157 - eof
> 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 - Got 8 records
> #
> ok 178
> ok 179
> ok 180
> ok 181
> ok 182
> ok 183
> ok 184
> ok 185
> ok 186
> ok 187
> ok 188 - Requested 0 bytes
> ok 189 - Buffer empty
> 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 - Buffer empty
> ok 203
> ok 204
> ok 205
> ok 206 - Buffer not empty
> ok 207
> ok 208 - The object isa IO::Uncompress::Inflate
> ok 209 - eof
> ok 210 - tell == 0
> ok 211 - got 6 lines
> 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 - Got 8 records
> #
> ok 243
> ok 244
> ok 245
> ok 246
> ok 247
> ok 248
> ok 249
> ok 250
> ok 251
> ok 252 - Requested 0 bytes
> ok 253 - Buffer empty
> 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 - Buffer empty
> ok 267
> ok 268
> ok 269
> ok 270 - Buffer not empty
> ok 271
> ok 272 - Read Tests - buf length 1, Transparent 0, Append 0
> ok 273
> ok 274
> ok 275
> ok 276
> ok 277
> ok 278 - Read Tests - buf length 1, Transparent 0, Append 1
> ok 279
> ok 280
> ok 281
> ok 282
> ok 283
> ok 284 - Read Tests - buf length 1, Transparent 1, Append 0
> ok 285
> ok 286
> ok 287
> ok 288
> ok 289
> ok 290 - Read Tests - buf length 1, Transparent 1, Append 1
> ok 291
> ok 292
> ok 293
> ok 294
> ok 295
> ok 296 - Read Tests - buf length 3, Transparent 0, Append 0
> ok 297
> ok 298
> ok 299
> ok 300
> ok 301
> ok 302 - Read Tests - buf length 3, Transparent 0, Append 1
> ok 303
> ok 304
> ok 305
> ok 306
> ok 307
> ok 308 - Read Tests - buf length 3, Transparent 1, Append 0
> ok 309
> ok 310
> ok 311
> ok 312
> ok 313
> ok 314 - Read Tests - buf length 3, Transparent 1, Append 1
> ok 315
> ok 316
> ok 317
> ok 318
> ok 319
> ok 320 - Read Tests - buf length 512, Transparent 0, Append 0
> ok 321
> ok 322
> ok 323
> ok 324
> ok 325
> ok 326 - Read Tests - buf length 512, Transparent 0, Append 1
> ok 327
> ok 328
> ok 329
> ok 330
> ok 331
> ok 332 - Read Tests - buf length 512, Transparent 1, Append 0
> ok 333
> ok 334
> ok 335
> ok 336
> ok 337
> ok 338 - Read Tests - buf length 512, Transparent 1, Append 1
> ok 339
> ok 340
> ok 341
> ok 342
> ok 343
> ok 344 - Read Tests - buf length 4096, Transparent 0, Append 0
> ok 345
> ok 346
> ok 347
> ok 348
> ok 349
> ok 350 - Read Tests - buf length 4096, Transparent 0, Append 1
> ok 351
> ok 352
> ok 353
> ok 354
> ok 355
> ok 356 - Read Tests - buf length 4096, Transparent 1, Append 0
> ok 357
> ok 358
> ok 359
> ok 360
> ok 361
> ok 362 - Read Tests - buf length 4096, Transparent 1, Append 1
> ok 363
> ok 364
> ok 365
> ok 366
> ok 367
> ok 368 - Read Tests - buf length 5999, Transparent 0, Append 0
> ok 369
> ok 370
> ok 371
> ok 372
> ok 373
> ok 374 - Read Tests - buf length 5999, Transparent 0, Append 1
> ok 375
> ok 376
> ok 377
> ok 378
> ok 379
> ok 380 - Read Tests - buf length 5999, Transparent 1, Append 0
> ok 381
> ok 382
> ok 383
> ok 384
> ok 385
> ok 386 - Read Tests - buf length 5999, Transparent 1, Append 1
> ok 387
> ok 388
> ok 389
> ok 390
> ok 391
> ok 392 - Read Tests - buf length 6000, Transparent 0, Append 0
> ok 393
> ok 394
> ok 395
> ok 396
> ok 397
> ok 398 - Read Tests - buf length 6000, Transparent 0, Append 1
> ok 399
> ok 400
> ok 401
> ok 402
> ok 403
> ok 404 - Read Tests - buf length 6000, Transparent 1, Append 0
> ok 405
> ok 406
> ok 407
> ok 408
> ok 409
> ok 410 - Read Tests - buf length 6000, Transparent 1, Append 1
> ok 411
> ok 412
> ok 413
> ok 414
> ok 415
> ok 416 - Read Tests - buf length 6001, Transparent 0, Append 0
> ok 417
> ok 418
> ok 419
> ok 420
> ok 421
> ok 422 - Read Tests - buf length 6001, Transparent 0, Append 1
> ok 423
> ok 424
> ok 425
> ok 426
> ok 427
> ok 428 - Read Tests - buf length 6001, Transparent 1, Append 0
> ok 429
> ok 430
> ok 431
> ok 432
> ok 433
> ok 434 - Read Tests - buf length 6001, Transparent 1, Append 1
> ok 435
> ok 436
> ok 437
> ok 438
> ok 439
> ok 440 - seek tests - file 0 trans 0
> 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 - seek tests - file 0 trans 1
> ok 462
> 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 - seek tests - file 1 trans 0
> 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 - seek tests - file 1 trans 1
> ok 498
> ok 499
> ok 500
> ok 501
> ok 502
> ok 503
> ok 504
> ok 505
> ok 506
> ok 507
> ok 508
> ok 509
> ok 510
> ok 511
> ok 512 - seek error cases
> ok 513
> ok 514
> ok 515
> ok 516
> ok 517
> ok 518
> ok 519 - IO::Compress::Deflate -- Append 0, Output to filename
> ok 520 - Created IO::Compress::Deflate
> ok 521 - created IO::Uncompress::Inflate
> ok 522 - Got uncompressed data
> ok 523 - IO::Compress::Deflate -- Append 1, Output to filename
> ok 524 - Created IO::Compress::Deflate
> ok 525 - got prefix
> ok 526 - created IO::Uncompress::Inflate
> ok 527 - Got uncompressed data
> ok 528 - IO::Compress::Deflate -- Append 0, Output to buffer
> ok 529 - Created IO::Compress::Deflate
> ok 530 - created IO::Uncompress::Inflate
> ok 531 - Got uncompressed data
> ok 532 - IO::Compress::Deflate -- Append 1, Output to buffer
> ok 533 - Created IO::Compress::Deflate
> ok 534 - got prefix
> ok 535 - created IO::Uncompress::Inflate
> ok 536 - Got uncompressed data
> ok 537 - IO::Compress::Deflate -- Append 0, Output to filehandle
> ok 538 - Created IO::Compress::Deflate
> ok 539 - got prefix
> ok 540 - created IO::Uncompress::Inflate
> ok 541 - Got uncompressed data
> ok 542 - IO::Compress::Deflate -- Append 1, Output to filehandle
> ok 543 - Created IO::Compress::Deflate
> ok 544 - got prefix
> ok 545 - created IO::Uncompress::Inflate
> ok 546 - Got uncompressed data
> ok 547 - IO::Uncompress::Inflate -- InputLength, read from buffer, good data => 0
> ok 548 - created IO::Uncompress::Inflate
> ok 549
> ok 550
> ok 551 - IO::Uncompress::Inflate -- InputLength, read from buffer, good data => 1
> ok 552 - created IO::Uncompress::Inflate
> ok 553
> ok 554
> ok 555 - IO::Uncompress::Inflate -- InputLength, read from filename, good data => 0
> ok 556 - created IO::Uncompress::Inflate
> ok 557
> ok 558
> ok 559 - IO::Uncompress::Inflate -- InputLength, read from filename, good data => 1
> ok 560 - created IO::Uncompress::Inflate
> ok 561
> ok 562
> ok 563 - IO::Uncompress::Inflate -- InputLength, read from filehandle, good data => 0
> ok 564 - opened file tst1100758X00054.tmp ok
> ok 565 - created IO::Uncompress::Inflate
> ok 566
> ok 567
> ok 568
> ok 569 - IO::Uncompress::Inflate -- InputLength, read from filehandle, good data => 1
> ok 570 - opened file tst1100758X00055.tmp ok
> ok 571 - created IO::Uncompress::Inflate
> ok 572
> ok 573
> ok 574
> ok 575 - IO::Uncompress::Inflate -- Append 0
> ok 576 - created IO::Uncompress::Inflate
> ok 577
> ok 578 - Got uncompressed data
> ok 579 - IO::Uncompress::Inflate -- Append 1
> ok 580 - created IO::Uncompress::Inflate
> ok 581
> ok 582 - got prefix
> ok 583 - Got uncompressed data
> ok 584 - ungetc, File 0, Transparent 0
> ok 585
> ok 586
> ok 587
> ok 588
> ok 589
> ok 590
> ok 591
> ok 592
> ok 593
> ok 594
> ok 595
> ok 596
> ok 597
> ok 598
> ok 599
> ok 600 - ungetc, File 0, Transparent 1
> ok 601
> ok 602
> ok 603
> ok 604
> ok 605
> ok 606
> ok 607
> ok 608
> ok 609
> ok 610
> ok 611
> ok 612
> ok 613
> ok 614
> ok 615
> ok 616 - ungetc, File 1, Transparent 0
> ok 617
> ok 618
> ok 619
> ok 620
> ok 621
> ok 622
> ok 623
> ok 624
> ok 625
> ok 626
> ok 627
> ok 628
> ok 629
> ok 630
> ok 631
> ok 632 - ungetc, File 1, Transparent 1
> ok 633
> ok 634
> ok 635
> ok 636
> ok 637
> ok 638
> ok 639
> ok 640
> ok 641
> ok 642
> ok 643
> ok 644
> ok 645
> ok 646
> ok 647
> ok 648 - write tests - invalid data
> ok 649 - IO::Compress::Deflate::write( { } )
> ok 650 - Created IO::Compress::Deflate object
> ok 651 - error - not a scalar reference
> ok 652 - IO::Compress::Deflate::write( [ { } ] )
> ok 653 - Created IO::Compress::Deflate object
> ok 654 - error - not a scalar reference
> ok 655 - IO::Compress::Deflate::write( [ [ { } ] ] )
> ok 656 - Created IO::Compress::Deflate object
> ok 657 - error - not a scalar reference
> ok 658 - IO::Compress::Deflate::write( [ "" ] )
> ok 659 - Created IO::Compress::Deflate object
> ok 660 - error - not a scalar reference
> ok 661 - IO::Compress::Deflate::write( [ undef ] )
> ok 662 - Created IO::Compress::Deflate object
> ok 663 - error - not a scalar reference
> ok 664 - IO::Compress::Deflate::write( [ \$Answer ] )
> ok 665 - Created IO::Compress::Deflate object
> ok 666 - error - not a scalar reference
> ok 667 - IO::Uncompress::Inflate -- empty file read from filename, Append => 0
> ok 668 - The object isa IO::Uncompress::Inflate
> ok 669 - eof true
> ok 670 - getline is undef
> ok 671 - eof true
> ok 672 - The object isa IO::Uncompress::Inflate
> ok 673 - read 0 bytes
> ok 674 - buffer is defined
> ok 675 - buffer is empty string
> ok 676 - eof true
> ok 677 - The object isa IO::Uncompress::Inflate
> ok 678 - read 0 bytes
> ok 679 - buffer is defined
> ok 680 - buffer is empty string
> ok 681 - eof true
> ok 682 - The object isa IO::Uncompress::Inflate
> ok 683 - read 0 bytes
> ok 684 - buffer is defined
> ok 685 - buffer orig string
> ok 686 - eof true
> ok 687 - IO::Uncompress::Inflate -- empty file read from filename, Append => 1
> ok 688 - The object isa IO::Uncompress::Inflate
> ok 689 - eof true
> ok 690 - getline is undef
> ok 691 - eof true
> ok 692 - The object isa IO::Uncompress::Inflate
> ok 693 - read 0 bytes
> ok 694 - buffer is defined
> ok 695 - buffer is empty string
> ok 696 - eof true
> ok 697 - The object isa IO::Uncompress::Inflate
> ok 698 - read 0 bytes
> ok 699 - buffer is defined
> ok 700 - buffer is empty string
> ok 701 - eof true
> ok 702 - The object isa IO::Uncompress::Inflate
> ok 703 - read 0 bytes
> ok 704 - buffer is defined
> ok 705 - buffer orig string
> ok 706 - eof true
> ok 707 - IO::Uncompress::Inflate -- empty file read from filehandle, Append => 0
> ok 708 - opened file tst1100758X00064.tmp ok
> ok 709 - The object isa IO::Uncompress::Inflate
> ok 710 - eof true
> ok 711 - getline is undef
> ok 712 - eof true
> ok 713 - opened file tst1100758X00064.tmp ok
> ok 714 - The object isa IO::Uncompress::Inflate
> ok 715 - read 0 bytes
> ok 716 - buffer is defined
> ok 717 - buffer is empty string
> ok 718 - eof true
> ok 719 - opened file tst1100758X00064.tmp ok
> ok 720 - The object isa IO::Uncompress::Inflate
> ok 721 - read 0 bytes
> ok 722 - buffer is defined
> ok 723 - buffer is empty string
> ok 724 - eof true
> ok 725 - opened file tst1100758X00064.tmp ok
> ok 726 - The object isa IO::Uncompress::Inflate
> ok 727 - read 0 bytes
> ok 728 - buffer is defined
> ok 729 - buffer orig string
> ok 730 - eof true
> ok 731 - IO::Uncompress::Inflate -- empty file read from filehandle, Append => 1
> ok 732 - opened file tst1100758X00065.tmp ok
> ok 733 - The object isa IO::Uncompress::Inflate
> ok 734 - eof true
> ok 735 - getline is undef
> ok 736 - eof true
> ok 737 - opened file tst1100758X00065.tmp ok
> ok 738 - The object isa IO::Uncompress::Inflate
> ok 739 - read 0 bytes
> ok 740 - buffer is defined
> ok 741 - buffer is empty string
> ok 742 - eof true
> ok 743 - opened file tst1100758X00065.tmp ok
> ok 744 - The object isa IO::Uncompress::Inflate
> ok 745 - read 0 bytes
> ok 746 - buffer is defined
> ok 747 - buffer is empty string
> ok 748 - eof true
> ok 749 - opened file tst1100758X00065.tmp ok
> ok 750 - The object isa IO::Uncompress::Inflate
> ok 751 - read 0 bytes
> ok 752 - buffer is defined
> ok 753 - buffer orig string
> ok 754 - eof true
> ok 755 - IO::Uncompress::Inflate -- empty file read from buffer, Append => 0
> ok 756 - The object isa IO::Uncompress::Inflate
> ok 757 - eof true
> ok 758 - getline is undef
> ok 759 - eof true
> ok 760 - The object isa IO::Uncompress::Inflate
> ok 761 - read 0 bytes
> ok 762 - buffer is defined
> ok 763 - buffer is empty string
> ok 764 - eof true
> ok 765 - The object isa IO::Uncompress::Inflate
> ok 766 - read 0 bytes
> ok 767 - buffer is defined
> ok 768 - buffer is empty string
> ok 769 - eof true
> ok 770 - The object isa IO::Uncompress::Inflate
> ok 771 - read 0 bytes
> ok 772 - buffer is defined
> ok 773 - buffer orig string
> ok 774 - eof true
> ok 775 - IO::Uncompress::Inflate -- empty file read from buffer, Append => 1
> ok 776 - The object isa IO::Uncompress::Inflate
> ok 777 - eof true
> ok 778 - getline is undef
> ok 779 - eof true
> ok 780 - The object isa IO::Uncompress::Inflate
> ok 781 - read 0 bytes
> ok 782 - buffer is defined
> ok 783 - buffer is empty string
> ok 784 - eof true
> ok 785 - The object isa IO::Uncompress::Inflate
> ok 786 - read 0 bytes
> ok 787 - buffer is defined
> ok 788 - buffer is empty string
> ok 789 - eof true
> ok 790 - The object isa IO::Uncompress::Inflate
> ok 791 - read 0 bytes
> ok 792 - buffer is defined
> ok 793 - buffer orig string
> ok 794 - eof true
> ok 795 - IO::Uncompress::Inflate -- round trip test
> ok 796 - The object isa IO::Compress::Deflate
> ok 797 - The object isa IO::Uncompress::Inflate
> ok 798 - read bytes
> ok 799 - round tripped ok
> ok
> t/100generic-gzip.t .............
> 1..799
> ok 1 - Testing IO::Compress::Gzip Errors
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8 - write outside string
> ok 9 - Testing IO::Uncompress::Gunzip Errors
> ok 10 - tst1100759X00000.tmp does not exist
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15 - Testing IO::Compress::Gzip and IO::Uncompress::Gunzip
> ok 16
> ok 17
> ok 18
> ok 19
> ok 20
> ok 21
> ok 22
> ok 23
> ok 24
> ok 25 - autoflush
> ok 26 - autoflush
> ok 27 - opened
> ok 28 - write
> ok 29 - flush
> ok 30 - close
> ok 31 - ! opened
> ok 32
> ok 33 - opened
> ok 34 - read returned 0
> ok 35
> ok 36
> ok 37 - ! opened
> ok 38
> ok 39 - Write empty string is ok
> ok 40 - Write undef is ok
> ok 41 - Write ok
> ok 42 - Close ok
> ok 43 - creates IO::Uncompress::Gunzip tst1100759X00002.tmp
> ok 44 - close ok
> ok 45 - expected output
> ok 46 - opened file tst1100759X00003.tmp ok
> ok 47 - created IO::Compress::Gzip IO::File=GLOB(0x564badec2c50)
> ok 48 - fileno match
> ok 49 - Write empty string is ok
> ok 50 - Write undef is ok
> ok 51 - write ok
> ok 52 - flush
> ok 53 - close
> ok 54
> ok 55
> ok 56
> ok 57
> ok 58
> ok 59 - IO::Compress::Gzip: Input from typeglob filehandle
> ok 60
> ok 61 - create IO::Compress::Gzip
> ok 62 - fileno
> ok 63 - Write empty string is ok
> ok 64 - Write undef is ok
> ok 65 - Write ok
> ok 66 - Flush
> ok 67 - Close
> ok 68 - IO::Uncompress::Gunzip: Input from typeglob filehandle, append output
> ok 69
> ok 70
> ok 71 - fileno ok
> ok 72 - close
> ok 73 - expected output
> ok 74 - Outout to stdout via '-'
> ok 75 - wrote to stdout
> ok 76 - wrote OK
> ok 77 - Input from stdin via filename '-'
> ok 78 - redirect STDIN
> ok 79 - created object
> ok 80 - fileno ok
> ok 81 - close
> ok 82 - expected output
> ok 83
> ok 84
> ok 85
> ok 86
> ok 87 - Write empty string is ok
> ok 88 - Write undef is ok
> ok 89
> ok 90
> ok 91
> ok 92
> ok 93
> ok 94
> ok 95
> ok 96 - closed
> ok 97 - got expected uncompressed data
> ok 98 - compressed input not changed
> ok 99 - new IO::Compress::Gzip
> ok 100 - close ok
> ok 101
> ok 102
> ok 103
> ok 104
> ok 105 - created IO::Compress::Gzip object
> ok 106 - write ok
> ok 107 - write ok
> ok 108 - write ok
> ok 109 - close ok
> 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 - tell returns 0
> ok 129 - ! eof
> ok 130 - tell is 7
> ok 131 - syswrite ok
> ok 132 - syswrite ok
> ok 133 - syswrite ok
> ok 134 - write 5
> ok 135 - write 1
> ok 136 - eof
> ok 137 - myGZreadFile ok
> ok 138
> ok 139
> ok 140
> ok 141
> ok 142 - eof
> ok 143 - tell 0
> ok 144
> ok 145
> ok 146
> ok 147
> ok 148
> ok 149
> ok 150
> ok 151
> ok 152 - line 0
> ok 153
> ok 154 - eof
> ok 155 - line 1
> ok 156 - line number 1
> ok 157 - eof
> 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 - Got 8 records
> #
> ok 178
> ok 179
> ok 180
> ok 181
> ok 182
> ok 183
> ok 184
> ok 185
> ok 186
> ok 187
> ok 188 - Requested 0 bytes
> ok 189 - Buffer empty
> 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 - Buffer empty
> ok 203
> ok 204
> ok 205
> ok 206 - Buffer not empty
> ok 207
> ok 208 - The object isa IO::Uncompress::Gunzip
> ok 209 - eof
> ok 210 - tell == 0
> ok 211 - got 6 lines
> 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 - Got 8 records
> #
> ok 243
> ok 244
> ok 245
> ok 246
> ok 247
> ok 248
> ok 249
> ok 250
> ok 251
> ok 252 - Requested 0 bytes
> ok 253 - Buffer empty
> 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 - Buffer empty
> ok 267
> ok 268
> ok 269
> ok 270 - Buffer not empty
> ok 271
> ok 272 - Read Tests - buf length 1, Transparent 0, Append 0
> ok 273
> ok 274
> ok 275
> ok 276
> ok 277
> ok 278 - Read Tests - buf length 1, Transparent 0, Append 1
> ok 279
> ok 280
> ok 281
> ok 282
> ok 283
> ok 284 - Read Tests - buf length 1, Transparent 1, Append 0
> ok 285
> ok 286
> ok 287
> ok 288
> ok 289
> ok 290 - Read Tests - buf length 1, Transparent 1, Append 1
> ok 291
> ok 292
> ok 293
> ok 294
> ok 295
> ok 296 - Read Tests - buf length 3, Transparent 0, Append 0
> ok 297
> ok 298
> ok 299
> ok 300
> ok 301
> ok 302 - Read Tests - buf length 3, Transparent 0, Append 1
> ok 303
> ok 304
> ok 305
> ok 306
> ok 307
> ok 308 - Read Tests - buf length 3, Transparent 1, Append 0
> ok 309
> ok 310
> ok 311
> ok 312
> ok 313
> ok 314 - Read Tests - buf length 3, Transparent 1, Append 1
> ok 315
> ok 316
> ok 317
> ok 318
> ok 319
> ok 320 - Read Tests - buf length 512, Transparent 0, Append 0
> ok 321
> ok 322
> ok 323
> ok 324
> ok 325
> ok 326 - Read Tests - buf length 512, Transparent 0, Append 1
> ok 327
> ok 328
> ok 329
> ok 330
> ok 331
> ok 332 - Read Tests - buf length 512, Transparent 1, Append 0
> ok 333
> ok 334
> ok 335
> ok 336
> ok 337
> ok 338 - Read Tests - buf length 512, Transparent 1, Append 1
> ok 339
> ok 340
> ok 341
> ok 342
> ok 343
> ok 344 - Read Tests - buf length 4096, Transparent 0, Append 0
> ok 345
> ok 346
> ok 347
> ok 348
> ok 349
> ok 350 - Read Tests - buf length 4096, Transparent 0, Append 1
> ok 351
> ok 352
> ok 353
> ok 354
> ok 355
> ok 356 - Read Tests - buf length 4096, Transparent 1, Append 0
> ok 357
> ok 358
> ok 359
> ok 360
> ok 361
> ok 362 - Read Tests - buf length 4096, Transparent 1, Append 1
> ok 363
> ok 364
> ok 365
> ok 366
> ok 367
> ok 368 - Read Tests - buf length 5999, Transparent 0, Append 0
> ok 369
> ok 370
> ok 371
> ok 372
> ok 373
> ok 374 - Read Tests - buf length 5999, Transparent 0, Append 1
> ok 375
> ok 376
> ok 377
> ok 378
> ok 379
> ok 380 - Read Tests - buf length 5999, Transparent 1, Append 0
> ok 381
> ok 382
> ok 383
> ok 384
> ok 385
> ok 386 - Read Tests - buf length 5999, Transparent 1, Append 1
> ok 387
> ok 388
> ok 389
> ok 390
> ok 391
> ok 392 - Read Tests - buf length 6000, Transparent 0, Append 0
> ok 393
> ok 394
> ok 395
> ok 396
> ok 397
> ok 398 - Read Tests - buf length 6000, Transparent 0, Append 1
> ok 399
> ok 400
> ok 401
> ok 402
> ok 403
> ok 404 - Read Tests - buf length 6000, Transparent 1, Append 0
> ok 405
> ok 406
> ok 407
> ok 408
> ok 409
> ok 410 - Read Tests - buf length 6000, Transparent 1, Append 1
> ok 411
> ok 412
> ok 413
> ok 414
> ok 415
> ok 416 - Read Tests - buf length 6001, Transparent 0, Append 0
> ok 417
> ok 418
> ok 419
> ok 420
> ok 421
> ok 422 - Read Tests - buf length 6001, Transparent 0, Append 1
> ok 423
> ok 424
> ok 425
> ok 426
> ok 427
> ok 428 - Read Tests - buf length 6001, Transparent 1, Append 0
> ok 429
> ok 430
> ok 431
> ok 432
> ok 433
> ok 434 - Read Tests - buf length 6001, Transparent 1, Append 1
> ok 435
> ok 436
> ok 437
> ok 438
> ok 439
> ok 440 - seek tests - file 0 trans 0
> 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 - seek tests - file 0 trans 1
> ok 462
> 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 - seek tests - file 1 trans 0
> 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 - seek tests - file 1 trans 1
> ok 498
> ok 499
> ok 500
> ok 501
> ok 502
> ok 503
> ok 504
> ok 505
> ok 506
> ok 507
> ok 508
> ok 509
> ok 510
> ok 511
> ok 512 - seek error cases
> ok 513
> ok 514
> ok 515
> ok 516
> ok 517
> ok 518
> ok 519 - IO::Compress::Gzip -- Append 0, Output to filename
> ok 520 - Created IO::Compress::Gzip
> ok 521 - created IO::Uncompress::Gunzip
> ok 522 - Got uncompressed data
> ok 523 - IO::Compress::Gzip -- Append 1, Output to filename
> ok 524 - Created IO::Compress::Gzip
> ok 525 - got prefix
> ok 526 - created IO::Uncompress::Gunzip
> ok 527 - Got uncompressed data
> ok 528 - IO::Compress::Gzip -- Append 0, Output to buffer
> ok 529 - Created IO::Compress::Gzip
> ok 530 - created IO::Uncompress::Gunzip
> ok 531 - Got uncompressed data
> ok 532 - IO::Compress::Gzip -- Append 1, Output to buffer
> ok 533 - Created IO::Compress::Gzip
> ok 534 - got prefix
> ok 535 - created IO::Uncompress::Gunzip
> ok 536 - Got uncompressed data
> ok 537 - IO::Compress::Gzip -- Append 0, Output to filehandle
> ok 538 - Created IO::Compress::Gzip
> ok 539 - got prefix
> ok 540 - created IO::Uncompress::Gunzip
> ok 541 - Got uncompressed data
> ok 542 - IO::Compress::Gzip -- Append 1, Output to filehandle
> ok 543 - Created IO::Compress::Gzip
> ok 544 - got prefix
> ok 545 - created IO::Uncompress::Gunzip
> ok 546 - Got uncompressed data
> ok 547 - IO::Uncompress::Gunzip -- InputLength, read from buffer, good data => 0
> ok 548 - created IO::Uncompress::Gunzip
> ok 549
> ok 550
> ok 551 - IO::Uncompress::Gunzip -- InputLength, read from buffer, good data => 1
> ok 552 - created IO::Uncompress::Gunzip
> ok 553
> ok 554
> ok 555 - IO::Uncompress::Gunzip -- InputLength, read from filename, good data => 0
> ok 556 - created IO::Uncompress::Gunzip
> ok 557
> ok 558
> ok 559 - IO::Uncompress::Gunzip -- InputLength, read from filename, good data => 1
> ok 560 - created IO::Uncompress::Gunzip
> ok 561
> ok 562
> ok 563 - IO::Uncompress::Gunzip -- InputLength, read from filehandle, good data => 0
> ok 564 - opened file tst1100759X00054.tmp ok
> ok 565 - created IO::Uncompress::Gunzip
> ok 566
> ok 567
> ok 568
> ok 569 - IO::Uncompress::Gunzip -- InputLength, read from filehandle, good data => 1
> ok 570 - opened file tst1100759X00055.tmp ok
> ok 571 - created IO::Uncompress::Gunzip
> ok 572
> ok 573
> ok 574
> ok 575 - IO::Uncompress::Gunzip -- Append 0
> ok 576 - created IO::Uncompress::Gunzip
> ok 577
> ok 578 - Got uncompressed data
> ok 579 - IO::Uncompress::Gunzip -- Append 1
> ok 580 - created IO::Uncompress::Gunzip
> ok 581
> ok 582 - got prefix
> ok 583 - Got uncompressed data
> ok 584 - ungetc, File 0, Transparent 0
> ok 585
> ok 586
> ok 587
> ok 588
> ok 589
> ok 590
> ok 591
> ok 592
> ok 593
> ok 594
> ok 595
> ok 596
> ok 597
> ok 598
> ok 599
> ok 600 - ungetc, File 0, Transparent 1
> ok 601
> ok 602
> ok 603
> ok 604
> ok 605
> ok 606
> ok 607
> ok 608
> ok 609
> ok 610
> ok 611
> ok 612
> ok 613
> ok 614
> ok 615
> ok 616 - ungetc, File 1, Transparent 0
> ok 617
> ok 618
> ok 619
> ok 620
> ok 621
> ok 622
> ok 623
> ok 624
> ok 625
> ok 626
> ok 627
> ok 628
> ok 629
> ok 630
> ok 631
> ok 632 - ungetc, File 1, Transparent 1
> ok 633
> ok 634
> ok 635
> ok 636
> ok 637
> ok 638
> ok 639
> ok 640
> ok 641
> ok 642
> ok 643
> ok 644
> ok 645
> ok 646
> ok 647
> ok 648 - write tests - invalid data
> ok 649 - IO::Compress::Gzip::write( { } )
> ok 650 - Created IO::Compress::Gzip object
> ok 651 - error - not a scalar reference
> ok 652 - IO::Compress::Gzip::write( [ { } ] )
> ok 653 - Created IO::Compress::Gzip object
> ok 654 - error - not a scalar reference
> ok 655 - IO::Compress::Gzip::write( [ [ { } ] ] )
> ok 656 - Created IO::Compress::Gzip object
> ok 657 - error - not a scalar reference
> ok 658 - IO::Compress::Gzip::write( [ "" ] )
> ok 659 - Created IO::Compress::Gzip object
> ok 660 - error - not a scalar reference
> ok 661 - IO::Compress::Gzip::write( [ undef ] )
> ok 662 - Created IO::Compress::Gzip object
> ok 663 - error - not a scalar reference
> ok 664 - IO::Compress::Gzip::write( [ \$Answer ] )
> ok 665 - Created IO::Compress::Gzip object
> ok 666 - error - not a scalar reference
> ok 667 - IO::Uncompress::Gunzip -- empty file read from filename, Append => 0
> ok 668 - The object isa IO::Uncompress::Gunzip
> ok 669 - eof true
> ok 670 - getline is undef
> ok 671 - eof true
> ok 672 - The object isa IO::Uncompress::Gunzip
> ok 673 - read 0 bytes
> ok 674 - buffer is defined
> ok 675 - buffer is empty string
> ok 676 - eof true
> ok 677 - The object isa IO::Uncompress::Gunzip
> ok 678 - read 0 bytes
> ok 679 - buffer is defined
> ok 680 - buffer is empty string
> ok 681 - eof true
> ok 682 - The object isa IO::Uncompress::Gunzip
> ok 683 - read 0 bytes
> ok 684 - buffer is defined
> ok 685 - buffer orig string
> ok 686 - eof true
> ok 687 - IO::Uncompress::Gunzip -- empty file read from filename, Append => 1
> ok 688 - The object isa IO::Uncompress::Gunzip
> ok 689 - eof true
> ok 690 - getline is undef
> ok 691 - eof true
> ok 692 - The object isa IO::Uncompress::Gunzip
> ok 693 - read 0 bytes
> ok 694 - buffer is defined
> ok 695 - buffer is empty string
> ok 696 - eof true
> ok 697 - The object isa IO::Uncompress::Gunzip
> ok 698 - read 0 bytes
> ok 699 - buffer is defined
> ok 700 - buffer is empty string
> ok 701 - eof true
> ok 702 - The object isa IO::Uncompress::Gunzip
> ok 703 - read 0 bytes
> ok 704 - buffer is defined
> ok 705 - buffer orig string
> ok 706 - eof true
> ok 707 - IO::Uncompress::Gunzip -- empty file read from filehandle, Append => 0
> ok 708 - opened file tst1100759X00064.tmp ok
> ok 709 - The object isa IO::Uncompress::Gunzip
> ok 710 - eof true
> ok 711 - getline is undef
> ok 712 - eof true
> ok 713 - opened file tst1100759X00064.tmp ok
> ok 714 - The object isa IO::Uncompress::Gunzip
> ok 715 - read 0 bytes
> ok 716 - buffer is defined
> ok 717 - buffer is empty string
> ok 718 - eof true
> ok 719 - opened file tst1100759X00064.tmp ok
> ok 720 - The object isa IO::Uncompress::Gunzip
> ok 721 - read 0 bytes
> ok 722 - buffer is defined
> ok 723 - buffer is empty string
> ok 724 - eof true
> ok 725 - opened file tst1100759X00064.tmp ok
> ok 726 - The object isa IO::Uncompress::Gunzip
> ok 727 - read 0 bytes
> ok 728 - buffer is defined
> ok 729 - buffer orig string
> ok 730 - eof true
> ok 731 - IO::Uncompress::Gunzip -- empty file read from filehandle, Append => 1
> ok 732 - opened file tst1100759X00065.tmp ok
> ok 733 - The object isa IO::Uncompress::Gunzip
> ok 734 - eof true
> ok 735 - getline is undef
> ok 736 - eof true
> ok 737 - opened file tst1100759X00065.tmp ok
> ok 738 - The object isa IO::Uncompress::Gunzip
> ok 739 - read 0 bytes
> ok 740 - buffer is defined
> ok 741 - buffer is empty string
> ok 742 - eof true
> ok 743 - opened file tst1100759X00065.tmp ok
> ok 744 - The object isa IO::Uncompress::Gunzip
> ok 745 - read 0 bytes
> ok 746 - buffer is defined
> ok 747 - buffer is empty string
> ok 748 - eof true
> ok 749 - opened file tst1100759X00065.tmp ok
> ok 750 - The object isa IO::Uncompress::Gunzip
> ok 751 - read 0 bytes
> ok 752 - buffer is defined
> ok 753 - buffer orig string
> ok 754 - eof true
> ok 755 - IO::Uncompress::Gunzip -- empty file read from buffer, Append => 0
> ok 756 - The object isa IO::Uncompress::Gunzip
> ok 757 - eof true
> ok 758 - getline is undef
> ok 759 - eof true
> ok 760 - The object isa IO::Uncompress::Gunzip
> ok 761 - read 0 bytes
> ok 762 - buffer is defined
> ok 763 - buffer is empty string
> ok 764 - eof true
> ok 765 - The object isa IO::Uncompress::Gunzip
> ok 766 - read 0 bytes
> ok 767 - buffer is defined
> ok 768 - buffer is empty string
> ok 769 - eof true
> ok 770 - The object isa IO::Uncompress::Gunzip
> ok 771 - read 0 bytes
> ok 772 - buffer is defined
> ok 773 - buffer orig string
> ok 774 - eof true
> ok 775 - IO::Uncompress::Gunzip -- empty file read from buffer, Append => 1
> ok 776 - The object isa IO::Uncompress::Gunzip
> ok 777 - eof true
> ok 778 - getline is undef
> ok 779 - eof true
> ok 780 - The object isa IO::Uncompress::Gunzip
> ok 781 - read 0 bytes
> ok 782 - buffer is defined
> ok 783 - buffer is empty string
> ok 784 - eof true
> ok 785 - The object isa IO::Uncompress::Gunzip
> ok 786 - read 0 bytes
> ok 787 - buffer is defined
> ok 788 - buffer is empty string
> ok 789 - eof true
> ok 790 - The object isa IO::Uncompress::Gunzip
> ok 791 - read 0 bytes
> ok 792 - buffer is defined
> ok 793 - buffer orig string
> ok 794 - eof true
> ok 795 - IO::Uncompress::Gunzip -- round trip test
> ok 796 - The object isa IO::Compress::Gzip
> ok 797 - The object isa IO::Uncompress::Gunzip
> ok 798 - read bytes
> ok 799 - round tripped ok
> ok
> t/100generic-rawdeflate.t .......
> 1..799
> ok 1 - Testing IO::Compress::RawDeflate Errors
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8 - write outside string
> ok 9 - Testing IO::Uncompress::RawInflate Errors
> ok 10 - tst1100760X00000.tmp does not exist
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15 - Testing IO::Compress::RawDeflate and IO::Uncompress::RawInflate
> ok 16
> ok 17
> ok 18
> ok 19
> ok 20
> ok 21
> ok 22
> ok 23
> ok 24
> ok 25 - autoflush
> ok 26 - autoflush
> ok 27 - opened
> ok 28 - write
> ok 29 - flush
> ok 30 - close
> ok 31 - ! opened
> ok 32
> ok 33 - opened
> ok 34 - read returned 0
> ok 35
> ok 36
> ok 37 - ! opened
> ok 38
> ok 39 - Write empty string is ok
> ok 40 - Write undef is ok
> ok 41 - Write ok
> ok 42 - Close ok
> ok 43 - creates IO::Uncompress::RawInflate tst1100760X00002.tmp
> ok 44 - close ok
> ok 45 - expected output
> ok 46 - opened file tst1100760X00003.tmp ok
> ok 47 - created IO::Compress::RawDeflate IO::File=GLOB(0x55f9b85ed3f0)
> ok 48 - fileno match
> ok 49 - Write empty string is ok
> ok 50 - Write undef is ok
> ok 51 - write ok
> ok 52 - flush
> ok 53 - close
> ok 54
> ok 55
> ok 56
> ok 57
> ok 58
> ok 59 - IO::Compress::RawDeflate: Input from typeglob filehandle
> ok 60
> ok 61 - create IO::Compress::RawDeflate
> ok 62 - fileno
> ok 63 - Write empty string is ok
> ok 64 - Write undef is ok
> ok 65 - Write ok
> ok 66 - Flush
> ok 67 - Close
> ok 68 - IO::Uncompress::RawInflate: Input from typeglob filehandle, append output
> ok 69
> ok 70
> ok 71 - fileno ok
> ok 72 - close
> ok 73 - expected output
> ok 74 - Outout to stdout via '-'
> ok 75 - wrote to stdout
> ok 76 - wrote OK
> ok 77 - Input from stdin via filename '-'
> ok 78 - redirect STDIN
> ok 79 - created object
> ok 80 - fileno ok
> ok 81 - close
> ok 82 - expected output
> ok 83
> ok 84
> ok 85
> ok 86
> ok 87 - Write empty string is ok
> ok 88 - Write undef is ok
> ok 89
> ok 90
> ok 91
> ok 92
> ok 93
> ok 94
> ok 95
> ok 96 - closed
> ok 97 - got expected uncompressed data
> ok 98 - compressed input not changed
> ok 99 - new IO::Compress::RawDeflate
> ok 100 - close ok
> ok 101
> ok 102
> ok 103
> ok 104
> ok 105 - created IO::Compress::RawDeflate object
> ok 106 - write ok
> ok 107 - write ok
> ok 108 - write ok
> ok 109 - close ok
> 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 - tell returns 0
> ok 129 - ! eof
> ok 130 - tell is 7
> ok 131 - syswrite ok
> ok 132 - syswrite ok
> ok 133 - syswrite ok
> ok 134 - write 5
> ok 135 - write 1
> ok 136 - eof
> ok 137 - myGZreadFile ok
> ok 138
> ok 139
> ok 140
> ok 141
> ok 142 - eof
> ok 143 - tell 0
> ok 144
> ok 145
> ok 146
> ok 147
> ok 148
> ok 149
> ok 150
> ok 151
> ok 152 - line 0
> ok 153
> ok 154 - eof
> ok 155 - line 1
> ok 156 - line number 1
> ok 157 - eof
> 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 - Got 8 records
> #
> ok 178
> ok 179
> ok 180
> ok 181
> ok 182
> ok 183
> ok 184
> ok 185
> ok 186
> ok 187
> ok 188 - Requested 0 bytes
> ok 189 - Buffer empty
> 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 - Buffer empty
> ok 203
> ok 204
> ok 205
> ok 206 - Buffer not empty
> ok 207
> ok 208 - The object isa IO::Uncompress::RawInflate
> ok 209 - eof
> ok 210 - tell == 0
> ok 211 - got 6 lines
> 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 - Got 8 records
> #
> ok 243
> ok 244
> ok 245
> ok 246
> ok 247
> ok 248
> ok 249
> ok 250
> ok 251
> ok 252 - Requested 0 bytes
> ok 253 - Buffer empty
> 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 - Buffer empty
> ok 267
> ok 268
> ok 269
> ok 270 - Buffer not empty
> ok 271
> ok 272 - Read Tests - buf length 1, Transparent 0, Append 0
> ok 273
> ok 274
> ok 275
> ok 276
> ok 277
> ok 278 - Read Tests - buf length 1, Transparent 0, Append 1
> ok 279
> ok 280
> ok 281
> ok 282
> ok 283
> ok 284 - Read Tests - buf length 1, Transparent 1, Append 0
> ok 285
> ok 286
> ok 287
> ok 288
> ok 289
> ok 290 - Read Tests - buf length 1, Transparent 1, Append 1
> ok 291
> ok 292
> ok 293
> ok 294
> ok 295
> ok 296 - Read Tests - buf length 3, Transparent 0, Append 0
> ok 297
> ok 298
> ok 299
> ok 300
> ok 301
> ok 302 - Read Tests - buf length 3, Transparent 0, Append 1
> ok 303
> ok 304
> ok 305
> ok 306
> ok 307
> ok 308 - Read Tests - buf length 3, Transparent 1, Append 0
> ok 309
> ok 310
> ok 311
> ok 312
> ok 313
> ok 314 - Read Tests - buf length 3, Transparent 1, Append 1
> ok 315
> ok 316
> ok 317
> ok 318
> ok 319
> ok 320 - Read Tests - buf length 512, Transparent 0, Append 0
> ok 321
> ok 322
> ok 323
> ok 324
> ok 325
> ok 326 - Read Tests - buf length 512, Transparent 0, Append 1
> ok 327
> ok 328
> ok 329
> ok 330
> ok 331
> ok 332 - Read Tests - buf length 512, Transparent 1, Append 0
> ok 333
> ok 334
> ok 335
> ok 336
> ok 337
> ok 338 - Read Tests - buf length 512, Transparent 1, Append 1
> ok 339
> ok 340
> ok 341
> ok 342
> ok 343
> ok 344 - Read Tests - buf length 4096, Transparent 0, Append 0
> ok 345
> ok 346
> ok 347
> ok 348
> ok 349
> ok 350 - Read Tests - buf length 4096, Transparent 0, Append 1
> ok 351
> ok 352
> ok 353
> ok 354
> ok 355
> ok 356 - Read Tests - buf length 4096, Transparent 1, Append 0
> ok 357
> ok 358
> ok 359
> ok 360
> ok 361
> ok 362 - Read Tests - buf length 4096, Transparent 1, Append 1
> ok 363
> ok 364
> ok 365
> ok 366
> ok 367
> ok 368 - Read Tests - buf length 5999, Transparent 0, Append 0
> ok 369
> ok 370
> ok 371
> ok 372
> ok 373
> ok 374 - Read Tests - buf length 5999, Transparent 0, Append 1
> ok 375
> ok 376
> ok 377
> ok 378
> ok 379
> ok 380 - Read Tests - buf length 5999, Transparent 1, Append 0
> ok 381
> ok 382
> ok 383
> ok 384
> ok 385
> ok 386 - Read Tests - buf length 5999, Transparent 1, Append 1
> ok 387
> ok 388
> ok 389
> ok 390
> ok 391
> ok 392 - Read Tests - buf length 6000, Transparent 0, Append 0
> ok 393
> ok 394
> ok 395
> ok 396
> ok 397
> ok 398 - Read Tests - buf length 6000, Transparent 0, Append 1
> ok 399
> ok 400
> ok 401
> ok 402
> ok 403
> ok 404 - Read Tests - buf length 6000, Transparent 1, Append 0
> ok 405
> ok 406
> ok 407
> ok 408
> ok 409
> ok 410 - Read Tests - buf length 6000, Transparent 1, Append 1
> ok 411
> ok 412
> ok 413
> ok 414
> ok 415
> ok 416 - Read Tests - buf length 6001, Transparent 0, Append 0
> ok 417
> ok 418
> ok 419
> ok 420
> ok 421
> ok 422 - Read Tests - buf length 6001, Transparent 0, Append 1
> ok 423
> ok 424
> ok 425
> ok 426
> ok 427
> ok 428 - Read Tests - buf length 6001, Transparent 1, Append 0
> ok 429
> ok 430
> ok 431
> ok 432
> ok 433
> ok 434 - Read Tests - buf length 6001, Transparent 1, Append 1
> ok 435
> ok 436
> ok 437
> ok 438
> ok 439
> ok 440 - seek tests - file 0 trans 0
> 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 - seek tests - file 0 trans 1
> ok 462
> 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 - seek tests - file 1 trans 0
> 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 - seek tests - file 1 trans 1
> ok 498
> ok 499
> ok 500
> ok 501
> ok 502
> ok 503
> ok 504
> ok 505
> ok 506
> ok 507
> ok 508
> ok 509
> ok 510
> ok 511
> ok 512 - seek error cases
> ok 513
> ok 514
> ok 515
> ok 516
> ok 517
> ok 518
> ok 519 - IO::Compress::RawDeflate -- Append 0, Output to filename
> ok 520 - Created IO::Compress::RawDeflate
> ok 521 - created IO::Uncompress::RawInflate
> ok 522 - Got uncompressed data
> ok 523 - IO::Compress::RawDeflate -- Append 1, Output to filename
> ok 524 - Created IO::Compress::RawDeflate
> ok 525 - got prefix
> ok 526 - created IO::Uncompress::RawInflate
> ok 527 - Got uncompressed data
> ok 528 - IO::Compress::RawDeflate -- Append 0, Output to buffer
> ok 529 - Created IO::Compress::RawDeflate
> ok 530 - created IO::Uncompress::RawInflate
> ok 531 - Got uncompressed data
> ok 532 - IO::Compress::RawDeflate -- Append 1, Output to buffer
> ok 533 - Created IO::Compress::RawDeflate
> ok 534 - got prefix
> ok 535 - created IO::Uncompress::RawInflate
> ok 536 - Got uncompressed data
> ok 537 - IO::Compress::RawDeflate -- Append 0, Output to filehandle
> ok 538 - Created IO::Compress::RawDeflate
> ok 539 - got prefix
> ok 540 - created IO::Uncompress::RawInflate
> ok 541 - Got uncompressed data
> ok 542 - IO::Compress::RawDeflate -- Append 1, Output to filehandle
> ok 543 - Created IO::Compress::RawDeflate
> ok 544 - got prefix
> ok 545 - created IO::Uncompress::RawInflate
> ok 546 - Got uncompressed data
> ok 547 - IO::Uncompress::RawInflate -- InputLength, read from buffer, good data => 0
> ok 548 - created IO::Uncompress::RawInflate
> ok 549
> ok 550
> ok 551 - IO::Uncompress::RawInflate -- InputLength, read from buffer, good data => 1
> ok 552 - created IO::Uncompress::RawInflate
> ok 553
> ok 554
> ok 555 - IO::Uncompress::RawInflate -- InputLength, read from filename, good data => 0
> ok 556 - created IO::Uncompress::RawInflate
> ok 557
> ok 558
> ok 559 - IO::Uncompress::RawInflate -- InputLength, read from filename, good data => 1
> ok 560 - created IO::Uncompress::RawInflate
> ok 561
> ok 562
> ok 563 - IO::Uncompress::RawInflate -- InputLength, read from filehandle, good data => 0
> ok 564 - opened file tst1100760X00054.tmp ok
> ok 565 - created IO::Uncompress::RawInflate
> ok 566
> ok 567
> ok 568
> ok 569 - IO::Uncompress::RawInflate -- InputLength, read from filehandle, good data => 1
> ok 570 - opened file tst1100760X00055.tmp ok
> ok 571 - created IO::Uncompress::RawInflate
> ok 572
> ok 573
> ok 574
> ok 575 - IO::Uncompress::RawInflate -- Append 0
> ok 576 - created IO::Uncompress::RawInflate
> ok 577
> ok 578 - Got uncompressed data
> ok 579 - IO::Uncompress::RawInflate -- Append 1
> ok 580 - created IO::Uncompress::RawInflate
> ok 581
> ok 582 - got prefix
> ok 583 - Got uncompressed data
> ok 584 - ungetc, File 0, Transparent 0
> ok 585
> ok 586
> ok 587
> ok 588
> ok 589
> ok 590
> ok 591
> ok 592
> ok 593
> ok 594
> ok 595
> ok 596
> ok 597
> ok 598
> ok 599
> ok 600 - ungetc, File 0, Transparent 1
> ok 601
> ok 602
> ok 603
> ok 604
> ok 605
> ok 606
> ok 607
> ok 608
> ok 609
> ok 610
> ok 611
> ok 612
> ok 613
> ok 614
> ok 615
> ok 616 - ungetc, File 1, Transparent 0
> ok 617
> ok 618
> ok 619
> ok 620
> ok 621
> ok 622
> ok 623
> ok 624
> ok 625
> ok 626
> ok 627
> ok 628
> ok 629
> ok 630
> ok 631
> ok 632 - ungetc, File 1, Transparent 1
> ok 633
> ok 634
> ok 635
> ok 636
> ok 637
> ok 638
> ok 639
> ok 640
> ok 641
> ok 642
> ok 643
> ok 644
> ok 645
> ok 646
> ok 647
> ok 648 - write tests - invalid data
> ok 649 - IO::Compress::RawDeflate::write( { } )
> ok 650 - Created IO::Compress::RawDeflate object
> ok 651 - error - not a scalar reference
> ok 652 - IO::Compress::RawDeflate::write( [ { } ] )
> ok 653 - Created IO::Compress::RawDeflate object
> ok 654 - error - not a scalar reference
> ok 655 - IO::Compress::RawDeflate::write( [ [ { } ] ] )
> ok 656 - Created IO::Compress::RawDeflate object
> ok 657 - error - not a scalar reference
> ok 658 - IO::Compress::RawDeflate::write( [ "" ] )
> ok 659 - Created IO::Compress::RawDeflate object
> ok 660 - error - not a scalar reference
> ok 661 - IO::Compress::RawDeflate::write( [ undef ] )
> ok 662 - Created IO::Compress::RawDeflate object
> ok 663 - error - not a scalar reference
> ok 664 - IO::Compress::RawDeflate::write( [ \$Answer ] )
> ok 665 - Created IO::Compress::RawDeflate object
> ok 666 - error - not a scalar reference
> ok 667 - IO::Uncompress::RawInflate -- empty file read from filename, Append => 0
> ok 668 - The object isa IO::Uncompress::RawInflate
> ok 669 - eof true
> ok 670 - getline is undef
> ok 671 - eof true
> ok 672 - The object isa IO::Uncompress::RawInflate
> ok 673 - read 0 bytes
> ok 674 - buffer is defined
> ok 675 - buffer is empty string
> ok 676 - eof true
> ok 677 - The object isa IO::Uncompress::RawInflate
> ok 678 - read 0 bytes
> ok 679 - buffer is defined
> ok 680 - buffer is empty string
> ok 681 - eof true
> ok 682 - The object isa IO::Uncompress::RawInflate
> ok 683 - read 0 bytes
> ok 684 - buffer is defined
> ok 685 - buffer orig string
> ok 686 - eof true
> ok 687 - IO::Uncompress::RawInflate -- empty file read from filename, Append => 1
> ok 688 - The object isa IO::Uncompress::RawInflate
> ok 689 - eof true
> ok 690 - getline is undef
> ok 691 - eof true
> ok 692 - The object isa IO::Uncompress::RawInflate
> ok 693 - read 0 bytes
> ok 694 - buffer is defined
> ok 695 - buffer is empty string
> ok 696 - eof true
> ok 697 - The object isa IO::Uncompress::RawInflate
> ok 698 - read 0 bytes
> ok 699 - buffer is defined
> ok 700 - buffer is empty string
> ok 701 - eof true
> ok 702 - The object isa IO::Uncompress::RawInflate
> ok 703 - read 0 bytes
> ok 704 - buffer is defined
> ok 705 - buffer orig string
> ok 706 - eof true
> ok 707 - IO::Uncompress::RawInflate -- empty file read from filehandle, Append => 0
> ok 708 - opened file tst1100760X00064.tmp ok
> ok 709 - The object isa IO::Uncompress::RawInflate
> ok 710 - eof true
> ok 711 - getline is undef
> ok 712 - eof true
> ok 713 - opened file tst1100760X00064.tmp ok
> ok 714 - The object isa IO::Uncompress::RawInflate
> ok 715 - read 0 bytes
> ok 716 - buffer is defined
> ok 717 - buffer is empty string
> ok 718 - eof true
> ok 719 - opened file tst1100760X00064.tmp ok
> ok 720 - The object isa IO::Uncompress::RawInflate
> ok 721 - read 0 bytes
> ok 722 - buffer is defined
> ok 723 - buffer is empty string
> ok 724 - eof true
> ok 725 - opened file tst1100760X00064.tmp ok
> ok 726 - The object isa IO::Uncompress::RawInflate
> ok 727 - read 0 bytes
> ok 728 - buffer is defined
> ok 729 - buffer orig string
> ok 730 - eof true
> ok 731 - IO::Uncompress::RawInflate -- empty file read from filehandle, Append => 1
> ok 732 - opened file tst1100760X00065.tmp ok
> ok 733 - The object isa IO::Uncompress::RawInflate
> ok 734 - eof true
> ok 735 - getline is undef
> ok 736 - eof true
> ok 737 - opened file tst1100760X00065.tmp ok
> ok 738 - The object isa IO::Uncompress::RawInflate
> ok 739 - read 0 bytes
> ok 740 - buffer is defined
> ok 741 - buffer is empty string
> ok 742 - eof true
> ok 743 - opened file tst1100760X00065.tmp ok
> ok 744 - The object isa IO::Uncompress::RawInflate
> ok 745 - read 0 bytes
> ok 746 - buffer is defined
> ok 747 - buffer is empty string
> ok 748 - eof true
> ok 749 - opened file tst1100760X00065.tmp ok
> ok 750 - The object isa IO::Uncompress::RawInflate
> ok 751 - read 0 bytes
> ok 752 - buffer is defined
> ok 753 - buffer orig string
> ok 754 - eof true
> ok 755 - IO::Uncompress::RawInflate -- empty file read from buffer, Append => 0
> ok 756 - The object isa IO::Uncompress::RawInflate
> ok 757 - eof true
> ok 758 - getline is undef
> ok 759 - eof true
> ok 760 - The object isa IO::Uncompress::RawInflate
> ok 761 - read 0 bytes
> ok 762 - buffer is defined
> ok 763 - buffer is empty string
> ok 764 - eof true
> ok 765 - The object isa IO::Uncompress::RawInflate
> ok 766 - read 0 bytes
> ok 767 - buffer is defined
> ok 768 - buffer is empty string
> ok 769 - eof true
> ok 770 - The object isa IO::Uncompress::RawInflate
> ok 771 - read 0 bytes
> ok 772 - buffer is defined
> ok 773 - buffer orig string
> ok 774 - eof true
> ok 775 - IO::Uncompress::RawInflate -- empty file read from buffer, Append => 1
> ok 776 - The object isa IO::Uncompress::RawInflate
> ok 777 - eof true
> ok 778 - getline is undef
> ok 779 - eof true
> ok 780 - The object isa IO::Uncompress::RawInflate
> ok 781 - read 0 bytes
> ok 782 - buffer is defined
> ok 783 - buffer is empty string
> ok 784 - eof true
> ok 785 - The object isa IO::Uncompress::RawInflate
> ok 786 - read 0 bytes
> ok 787 - buffer is defined
> ok 788 - buffer is empty string
> ok 789 - eof true
> ok 790 - The object isa IO::Uncompress::RawInflate
> ok 791 - read 0 bytes
> ok 792 - buffer is defined
> ok 793 - buffer orig string
> ok 794 - eof true
> ok 795 - IO::Uncompress::RawInflate -- round trip test
> ok 796 - The object isa IO::Compress::RawDeflate
> ok 797 - The object isa IO::Uncompress::RawInflate
> ok 798 - read bytes
> ok 799 - round tripped ok
> ok
> t/100generic-zip.t ..............
> 1..799
> ok 1 - Testing IO::Compress::Zip Errors
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8 - write outside string
> ok 9 - Testing IO::Uncompress::Unzip Errors
> ok 10 - tst1100761X00000.tmp does not exist
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15 - Testing IO::Compress::Zip and IO::Uncompress::Unzip
> ok 16
> ok 17
> ok 18
> ok 19
> ok 20
> ok 21
> ok 22
> ok 23
> ok 24
> ok 25 - autoflush
> ok 26 - autoflush
> ok 27 - opened
> ok 28 - write
> ok 29 - flush
> ok 30 - close
> ok 31 - ! opened
> ok 32
> ok 33 - opened
> ok 34 - read returned 0
> ok 35
> ok 36
> ok 37 - ! opened
> ok 38
> ok 39 - Write empty string is ok
> ok 40 - Write undef is ok
> ok 41 - Write ok
> ok 42 - Close ok
> ok 43 - creates IO::Uncompress::Unzip tst1100761X00002.tmp
> ok 44 - close ok
> ok 45 - expected output
> ok 46 - opened file tst1100761X00003.tmp ok
> ok 47 - created IO::Compress::Zip IO::File=GLOB(0x562d9f219ba0)
> ok 48 - fileno match
> ok 49 - Write empty string is ok
> ok 50 - Write undef is ok
> ok 51 - write ok
> ok 52 - flush
> ok 53 - close
> ok 54
> ok 55
> ok 56
> ok 57
> ok 58
> ok 59 - IO::Compress::Zip: Input from typeglob filehandle
> ok 60
> ok 61 - create IO::Compress::Zip
> ok 62 - fileno
> ok 63 - Write empty string is ok
> ok 64 - Write undef is ok
> ok 65 - Write ok
> ok 66 - Flush
> ok 67 - Close
> ok 68 - IO::Uncompress::Unzip: Input from typeglob filehandle, append output
> ok 69
> ok 70
> ok 71 - fileno ok
> ok 72 - close
> ok 73 - expected output
> ok 74 - Outout to stdout via '-'
> ok 75 - wrote to stdout
> ok 76 - wrote OK
> ok 77 - Input from stdin via filename '-'
> ok 78 - redirect STDIN
> ok 79 - created object
> ok 80 - fileno ok
> ok 81 - close
> ok 82 - expected output
> ok 83
> ok 84
> ok 85
> ok 86
> ok 87 - Write empty string is ok
> ok 88 - Write undef is ok
> ok 89
> ok 90
> ok 91
> ok 92
> ok 93
> ok 94
> ok 95
> ok 96 - closed
> ok 97 - got expected uncompressed data
> ok 98 - compressed input not changed
> ok 99 - new IO::Compress::Zip
> ok 100 - close ok
> ok 101
> ok 102
> ok 103
> ok 104
> ok 105 - created IO::Compress::Zip object
> ok 106 - write ok
> ok 107 - write ok
> ok 108 - write ok
> ok 109 - close ok
> 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 - tell returns 0
> ok 129 - ! eof
> ok 130 - tell is 7
> ok 131 - syswrite ok
> ok 132 - syswrite ok
> ok 133 - syswrite ok
> ok 134 - write 5
> ok 135 - write 1
> ok 136 - eof
> ok 137 - myGZreadFile ok
> ok 138
> ok 139
> ok 140
> ok 141
> ok 142 - eof
> ok 143 - tell 0
> ok 144
> ok 145
> ok 146
> ok 147
> ok 148
> ok 149
> ok 150
> ok 151
> ok 152 - line 0
> ok 153
> ok 154 - eof
> ok 155 - line 1
> ok 156 - line number 1
> ok 157 - eof
> 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 - Got 8 records
> #
> ok 178
> ok 179
> ok 180
> ok 181
> ok 182
> ok 183
> ok 184
> ok 185
> ok 186
> ok 187
> ok 188 - Requested 0 bytes
> ok 189 - Buffer empty
> 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 - Buffer empty
> ok 203
> ok 204
> ok 205
> ok 206 - Buffer not empty
> ok 207
> ok 208 - The object isa IO::Uncompress::Unzip
> ok 209 - eof
> ok 210 - tell == 0
> ok 211 - got 6 lines
> 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 - Got 8 records
> #
> ok 243
> ok 244
> ok 245
> ok 246
> ok 247
> ok 248
> ok 249
> ok 250
> ok 251
> ok 252 - Requested 0 bytes
> ok 253 - Buffer empty
> 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 - Buffer empty
> ok 267
> ok 268
> ok 269
> ok 270 - Buffer not empty
> ok 271
> ok 272 - Read Tests - buf length 1, Transparent 0, Append 0
> ok 273
> ok 274
> ok 275
> ok 276
> ok 277
> ok 278 - Read Tests - buf length 1, Transparent 0, Append 1
> ok 279
> ok 280
> ok 281
> ok 282
> ok 283
> ok 284 - Read Tests - buf length 1, Transparent 1, Append 0
> ok 285
> ok 286
> ok 287
> ok 288
> ok 289
> ok 290 - Read Tests - buf length 1, Transparent 1, Append 1
> ok 291
> ok 292
> ok 293
> ok 294
> ok 295
> ok 296 - Read Tests - buf length 3, Transparent 0, Append 0
> ok 297
> ok 298
> ok 299
> ok 300
> ok 301
> ok 302 - Read Tests - buf length 3, Transparent 0, Append 1
> ok 303
> ok 304
> ok 305
> ok 306
> ok 307
> ok 308 - Read Tests - buf length 3, Transparent 1, Append 0
> ok 309
> ok 310
> ok 311
> ok 312
> ok 313
> ok 314 - Read Tests - buf length 3, Transparent 1, Append 1
> ok 315
> ok 316
> ok 317
> ok 318
> ok 319
> ok 320 - Read Tests - buf length 512, Transparent 0, Append 0
> ok 321
> ok 322
> ok 323
> ok 324
> ok 325
> ok 326 - Read Tests - buf length 512, Transparent 0, Append 1
> ok 327
> ok 328
> ok 329
> ok 330
> ok 331
> ok 332 - Read Tests - buf length 512, Transparent 1, Append 0
> ok 333
> ok 334
> ok 335
> ok 336
> ok 337
> ok 338 - Read Tests - buf length 512, Transparent 1, Append 1
> ok 339
> ok 340
> ok 341
> ok 342
> ok 343
> ok 344 - Read Tests - buf length 4096, Transparent 0, Append 0
> ok 345
> ok 346
> ok 347
> ok 348
> ok 349
> ok 350 - Read Tests - buf length 4096, Transparent 0, Append 1
> ok 351
> ok 352
> ok 353
> ok 354
> ok 355
> ok 356 - Read Tests - buf length 4096, Transparent 1, Append 0
> ok 357
> ok 358
> ok 359
> ok 360
> ok 361
> ok 362 - Read Tests - buf length 4096, Transparent 1, Append 1
> ok 363
> ok 364
> ok 365
> ok 366
> ok 367
> ok 368 - Read Tests - buf length 5999, Transparent 0, Append 0
> ok 369
> ok 370
> ok 371
> ok 372
> ok 373
> ok 374 - Read Tests - buf length 5999, Transparent 0, Append 1
> ok 375
> ok 376
> ok 377
> ok 378
> ok 379
> ok 380 - Read Tests - buf length 5999, Transparent 1, Append 0
> ok 381
> ok 382
> ok 383
> ok 384
> ok 385
> ok 386 - Read Tests - buf length 5999, Transparent 1, Append 1
> ok 387
> ok 388
> ok 389
> ok 390
> ok 391
> ok 392 - Read Tests - buf length 6000, Transparent 0, Append 0
> ok 393
> ok 394
> ok 395
> ok 396
> ok 397
> ok 398 - Read Tests - buf length 6000, Transparent 0, Append 1
> ok 399
> ok 400
> ok 401
> ok 402
> ok 403
> ok 404 - Read Tests - buf length 6000, Transparent 1, Append 0
> ok 405
> ok 406
> ok 407
> ok 408
> ok 409
> ok 410 - Read Tests - buf length 6000, Transparent 1, Append 1
> ok 411
> ok 412
> ok 413
> ok 414
> ok 415
> ok 416 - Read Tests - buf length 6001, Transparent 0, Append 0
> ok 417
> ok 418
> ok 419
> ok 420
> ok 421
> ok 422 - Read Tests - buf length 6001, Transparent 0, Append 1
> ok 423
> ok 424
> ok 425
> ok 426
> ok 427
> ok 428 - Read Tests - buf length 6001, Transparent 1, Append 0
> ok 429
> ok 430
> ok 431
> ok 432
> ok 433
> ok 434 - Read Tests - buf length 6001, Transparent 1, Append 1
> ok 435
> ok 436
> ok 437
> ok 438
> ok 439
> ok 440 - seek tests - file 0 trans 0
> 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 - seek tests - file 0 trans 1
> ok 462
> 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 - seek tests - file 1 trans 0
> 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 - seek tests - file 1 trans 1
> ok 498
> ok 499
> ok 500
> ok 501
> ok 502
> ok 503
> ok 504
> ok 505
> ok 506
> ok 507
> ok 508
> ok 509
> ok 510
> ok 511
> ok 512 - seek error cases
> ok 513
> ok 514
> ok 515
> ok 516
> ok 517
> ok 518
> ok 519 - IO::Compress::Zip -- Append 0, Output to filename
> ok 520 - Created IO::Compress::Zip
> ok 521 - created IO::Uncompress::Unzip
> ok 522 - Got uncompressed data
> ok 523 - IO::Compress::Zip -- Append 1, Output to filename
> ok 524 - Created IO::Compress::Zip
> ok 525 - got prefix
> ok 526 - created IO::Uncompress::Unzip
> ok 527 - Got uncompressed data
> ok 528 - IO::Compress::Zip -- Append 0, Output to buffer
> ok 529 - Created IO::Compress::Zip
> ok 530 - created IO::Uncompress::Unzip
> ok 531 - Got uncompressed data
> ok 532 - IO::Compress::Zip -- Append 1, Output to buffer
> ok 533 - Created IO::Compress::Zip
> ok 534 - got prefix
> ok 535 - created IO::Uncompress::Unzip
> ok 536 - Got uncompressed data
> ok 537 - IO::Compress::Zip -- Append 0, Output to filehandle
> ok 538 - Created IO::Compress::Zip
> ok 539 - got prefix
> ok 540 - created IO::Uncompress::Unzip
> ok 541 - Got uncompressed data
> ok 542 - IO::Compress::Zip -- Append 1, Output to filehandle
> ok 543 - Created IO::Compress::Zip
> ok 544 - got prefix
> ok 545 - created IO::Uncompress::Unzip
> ok 546 - Got uncompressed data
> ok 547 - IO::Uncompress::Unzip -- InputLength, read from buffer, good data => 0
> ok 548 - created IO::Uncompress::Unzip
> ok 549
> ok 550
> ok 551 - IO::Uncompress::Unzip -- InputLength, read from buffer, good data => 1
> ok 552 - created IO::Uncompress::Unzip
> ok 553
> ok 554
> ok 555 - IO::Uncompress::Unzip -- InputLength, read from filename, good data => 0
> ok 556 - created IO::Uncompress::Unzip
> ok 557
> ok 558
> ok 559 - IO::Uncompress::Unzip -- InputLength, read from filename, good data => 1
> ok 560 - created IO::Uncompress::Unzip
> ok 561
> ok 562
> ok 563 - IO::Uncompress::Unzip -- InputLength, read from filehandle, good data => 0
> ok 564 - opened file tst1100761X00054.tmp ok
> ok 565 - created IO::Uncompress::Unzip
> ok 566
> ok 567
> ok 568
> ok 569 - IO::Uncompress::Unzip -- InputLength, read from filehandle, good data => 1
> ok 570 - opened file tst1100761X00055.tmp ok
> ok 571 - created IO::Uncompress::Unzip
> ok 572
> ok 573
> ok 574
> ok 575 - IO::Uncompress::Unzip -- Append 0
> ok 576 - created IO::Uncompress::Unzip
> ok 577
> ok 578 - Got uncompressed data
> ok 579 - IO::Uncompress::Unzip -- Append 1
> ok 580 - created IO::Uncompress::Unzip
> ok 581
> ok 582 - got prefix
> ok 583 - Got uncompressed data
> ok 584 - ungetc, File 0, Transparent 0
> ok 585
> ok 586
> ok 587
> ok 588
> ok 589
> ok 590
> ok 591
> ok 592
> ok 593
> ok 594
> ok 595
> ok 596
> ok 597
> ok 598
> ok 599
> ok 600 - ungetc, File 0, Transparent 1
> ok 601
> ok 602
> ok 603
> ok 604
> ok 605
> ok 606
> ok 607
> ok 608
> ok 609
> ok 610
> ok 611
> ok 612
> ok 613
> ok 614
> ok 615
> ok 616 - ungetc, File 1, Transparent 0
> ok 617
> ok 618
> ok 619
> ok 620
> ok 621
> ok 622
> ok 623
> ok 624
> ok 625
> ok 626
> ok 627
> ok 628
> ok 629
> ok 630
> ok 631
> ok 632 - ungetc, File 1, Transparent 1
> ok 633
> ok 634
> ok 635
> ok 636
> ok 637
> ok 638
> ok 639
> ok 640
> ok 641
> ok 642
> ok 643
> ok 644
> ok 645
> ok 646
> ok 647
> ok 648 - write tests - invalid data
> ok 649 - IO::Compress::Zip::write( { } )
> ok 650 - Created IO::Compress::Zip object
> ok 651 - error - not a scalar reference
> ok 652 - IO::Compress::Zip::write( [ { } ] )
> ok 653 - Created IO::Compress::Zip object
> ok 654 - error - not a scalar reference
> ok 655 - IO::Compress::Zip::write( [ [ { } ] ] )
> ok 656 - Created IO::Compress::Zip object
> ok 657 - error - not a scalar reference
> ok 658 - IO::Compress::Zip::write( [ "" ] )
> ok 659 - Created IO::Compress::Zip object
> ok 660 - error - not a scalar reference
> ok 661 - IO::Compress::Zip::write( [ undef ] )
> ok 662 - Created IO::Compress::Zip object
> ok 663 - error - not a scalar reference
> ok 664 - IO::Compress::Zip::write( [ \$Answer ] )
> ok 665 - Created IO::Compress::Zip object
> ok 666 - error - not a scalar reference
> ok 667 - IO::Uncompress::Unzip -- empty file read from filename, Append => 0
> ok 668 - The object isa IO::Uncompress::Unzip
> ok 669 - eof true
> ok 670 - getline is undef
> ok 671 - eof true
> ok 672 - The object isa IO::Uncompress::Unzip
> ok 673 - read 0 bytes
> ok 674 - buffer is defined
> ok 675 - buffer is empty string
> ok 676 - eof true
> ok 677 - The object isa IO::Uncompress::Unzip
> ok 678 - read 0 bytes
> ok 679 - buffer is defined
> ok 680 - buffer is empty string
> ok 681 - eof true
> ok 682 - The object isa IO::Uncompress::Unzip
> ok 683 - read 0 bytes
> ok 684 - buffer is defined
> ok 685 - buffer orig string
> ok 686 - eof true
> ok 687 - IO::Uncompress::Unzip -- empty file read from filename, Append => 1
> ok 688 - The object isa IO::Uncompress::Unzip
> ok 689 - eof true
> ok 690 - getline is undef
> ok 691 - eof true
> ok 692 - The object isa IO::Uncompress::Unzip
> ok 693 - read 0 bytes
> ok 694 - buffer is defined
> ok 695 - buffer is empty string
> ok 696 - eof true
> ok 697 - The object isa IO::Uncompress::Unzip
> ok 698 - read 0 bytes
> ok 699 - buffer is defined
> ok 700 - buffer is empty string
> ok 701 - eof true
> ok 702 - The object isa IO::Uncompress::Unzip
> ok 703 - read 0 bytes
> ok 704 - buffer is defined
> ok 705 - buffer orig string
> ok 706 - eof true
> ok 707 - IO::Uncompress::Unzip -- empty file read from filehandle, Append => 0
> ok 708 - opened file tst1100761X00064.tmp ok
> ok 709 - The object isa IO::Uncompress::Unzip
> ok 710 - eof true
> ok 711 - getline is undef
> ok 712 - eof true
> ok 713 - opened file tst1100761X00064.tmp ok
> ok 714 - The object isa IO::Uncompress::Unzip
> ok 715 - read 0 bytes
> ok 716 - buffer is defined
> ok 717 - buffer is empty string
> ok 718 - eof true
> ok 719 - opened file tst1100761X00064.tmp ok
> ok 720 - The object isa IO::Uncompress::Unzip
> ok 721 - read 0 bytes
> ok 722 - buffer is defined
> ok 723 - buffer is empty string
> ok 724 - eof true
> ok 725 - opened file tst1100761X00064.tmp ok
> ok 726 - The object isa IO::Uncompress::Unzip
> ok 727 - read 0 bytes
> ok 728 - buffer is defined
> ok 729 - buffer orig string
> ok 730 - eof true
> ok 731 - IO::Uncompress::Unzip -- empty file read from filehandle, Append => 1
> ok 732 - opened file tst1100761X00065.tmp ok
> ok 733 - The object isa IO::Uncompress::Unzip
> ok 734 - eof true
> ok 735 - getline is undef
> ok 736 - eof true
> ok 737 - opened file tst1100761X00065.tmp ok
> ok 738 - The object isa IO::Uncompress::Unzip
> ok 739 - read 0 bytes
> ok 740 - buffer is defined
> ok 741 - buffer is empty string
> ok 742 - eof true
> ok 743 - opened file tst1100761X00065.tmp ok
> ok 744 - The object isa IO::Uncompress::Unzip
> ok 745 - read 0 bytes
> ok 746 - buffer is defined
> ok 747 - buffer is empty string
> ok 748 - eof true
> ok 749 - opened file tst1100761X00065.tmp ok
> ok 750 - The object isa IO::Uncompress::Unzip
> ok 751 - read 0 bytes
> ok 752 - buffer is defined
> ok 753 - buffer orig string
> ok 754 - eof true
> ok 755 - IO::Uncompress::Unzip -- empty file read from buffer, Append => 0
> ok 756 - The object isa IO::Uncompress::Unzip
> ok 757 - eof true
> ok 758 - getline is undef
> ok 759 - eof true
> ok 760 - The object isa IO::Uncompress::Unzip
> ok 761 - read 0 bytes
> ok 762 - buffer is defined
> ok 763 - buffer is empty string
> ok 764 - eof true
> ok 765 - The object isa IO::Uncompress::Unzip
> ok 766 - read 0 bytes
> ok 767 - buffer is defined
> ok 768 - buffer is empty string
> ok 769 - eof true
> ok 770 - The object isa IO::Uncompress::Unzip
> ok 771 - read 0 bytes
> ok 772 - buffer is defined
> ok 773 - buffer orig string
> ok 774 - eof true
> ok 775 - IO::Uncompress::Unzip -- empty file read from buffer, Append => 1
> ok 776 - The object isa IO::Uncompress::Unzip
> ok 777 - eof true
> ok 778 - getline is undef
> ok 779 - eof true
> ok 780 - The object isa IO::Uncompress::Unzip
> ok 781 - read 0 bytes
> ok 782 - buffer is defined
> ok 783 - buffer is empty string
> ok 784 - eof true
> ok 785 - The object isa IO::Uncompress::Unzip
> ok 786 - read 0 bytes
> ok 787 - buffer is defined
> ok 788 - buffer is empty string
> ok 789 - eof true
> ok 790 - The object isa IO::Uncompress::Unzip
> ok 791 - read 0 bytes
> ok 792 - buffer is defined
> ok 793 - buffer orig string
> ok 794 - eof true
> ok 795 - IO::Uncompress::Unzip -- round trip test
> ok 796 - The object isa IO::Compress::Zip
> ok 797 - The object isa IO::Uncompress::Unzip
> ok 798 - read bytes
> ok 799 - round tripped ok
> ok
> t/101truncate-bzip2.t ........... skipped: Lengthy Tests Disabled
> t/101truncate-deflate.t ......... skipped: Lengthy Tests Disabled
> t/101truncate-gzip.t ............ skipped: Lengthy Tests Disabled
> t/101truncate-rawdeflate.t ...... skipped: Lengthy Tests Disabled
> t/101truncate-zip.t ............. skipped: Lengthy Tests Disabled
> t/102tied-bzip2.t ...............
> 1..249
> ok 1 - Testing IO::Compress::Bzip2
> ok 2
> ok 3
> ok 4
> ok 5 - Testing IO::Uncompress::Bunzip2
> ok 6
> ok 7
> ok 8 - Testing IO::Compress::Bzip2 and IO::Uncompress::Bunzip2
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16
> ok 17
> ok 18
> ok 19 - Not EOF
> ok 20 - Tell is 0
> ok 21 - Line is 6
> 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 - Requested 0 bytes
> 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
> ok 75
> ok 76
> ok 77
> ok 78
> ok 79
> ok 80
> ok 81
> ok 82 - Read Tests - buf length 1, Transparent 0, Append 0
> ok 83
> ok 84
> ok 85
> ok 86
> ok 87
> ok 88 - Read Tests - buf length 1, Transparent 0, Append 1
> ok 89
> ok 90
> ok 91
> ok 92
> ok 93
> ok 94 - Read Tests - buf length 1, Transparent 1, Append 0
> ok 95
> ok 96
> ok 97
> ok 98
> ok 99
> ok 100 - Read Tests - buf length 1, Transparent 1, Append 1
> ok 101
> ok 102
> ok 103
> ok 104
> ok 105
> ok 106 - Read Tests - buf length 3, Transparent 0, Append 0
> ok 107
> ok 108
> ok 109
> ok 110
> ok 111
> ok 112 - Read Tests - buf length 3, Transparent 0, Append 1
> ok 113
> ok 114
> ok 115
> ok 116
> ok 117
> ok 118 - Read Tests - buf length 3, Transparent 1, Append 0
> ok 119
> ok 120
> ok 121
> ok 122
> ok 123
> ok 124 - Read Tests - buf length 3, Transparent 1, Append 1
> ok 125
> ok 126
> ok 127
> ok 128
> ok 129
> ok 130 - Read Tests - buf length 512, Transparent 0, Append 0
> ok 131
> ok 132
> ok 133
> ok 134
> ok 135
> ok 136 - Read Tests - buf length 512, Transparent 0, Append 1
> ok 137
> ok 138
> ok 139
> ok 140
> ok 141
> ok 142 - Read Tests - buf length 512, Transparent 1, Append 0
> ok 143
> ok 144
> ok 145
> ok 146
> ok 147
> ok 148 - Read Tests - buf length 512, Transparent 1, Append 1
> ok 149
> ok 150
> ok 151
> ok 152
> ok 153
> ok 154 - Read Tests - buf length 4096, Transparent 0, Append 0
> ok 155
> ok 156
> ok 157
> ok 158
> ok 159
> ok 160 - Read Tests - buf length 4096, Transparent 0, Append 1
> ok 161
> ok 162
> ok 163
> ok 164
> ok 165
> ok 166 - Read Tests - buf length 4096, Transparent 1, Append 0
> ok 167
> ok 168
> ok 169
> ok 170
> ok 171
> ok 172 - Read Tests - buf length 4096, Transparent 1, Append 1
> ok 173
> ok 174
> ok 175
> ok 176
> ok 177
> ok 178 - Read Tests - buf length 5999, Transparent 0, Append 0
> ok 179
> ok 180
> ok 181
> ok 182
> ok 183
> ok 184 - Read Tests - buf length 5999, Transparent 0, Append 1
> ok 185
> ok 186
> ok 187
> ok 188
> ok 189
> ok 190 - Read Tests - buf length 5999, Transparent 1, Append 0
> ok 191
> ok 192
> ok 193
> ok 194
> ok 195
> ok 196 - Read Tests - buf length 5999, Transparent 1, Append 1
> ok 197
> ok 198
> ok 199
> ok 200
> ok 201
> ok 202 - Read Tests - buf length 6000, Transparent 0, Append 0
> ok 203
> ok 204
> ok 205
> ok 206
> ok 207
> ok 208 - Read Tests - buf length 6000, Transparent 0, Append 1
> ok 209
> ok 210
> ok 211
> ok 212
> ok 213
> ok 214 - Read Tests - buf length 6000, Transparent 1, Append 0
> ok 215
> ok 216
> ok 217
> ok 218
> ok 219
> ok 220 - Read Tests - buf length 6000, Transparent 1, Append 1
> ok 221
> ok 222
> ok 223
> ok 224
> ok 225
> ok 226 - Read Tests - buf length 6001, Transparent 0, Append 0
> ok 227
> ok 228
> ok 229
> ok 230
> ok 231
> ok 232 - Read Tests - buf length 6001, Transparent 0, Append 1
> ok 233
> ok 234
> ok 235
> ok 236
> ok 237
> ok 238 - Read Tests - buf length 6001, Transparent 1, Append 0
> ok 239
> ok 240
> ok 241
> ok 242
> ok 243
> ok 244 - Read Tests - buf length 6001, Transparent 1, Append 1
> ok 245
> ok 246
> ok 247
> ok 248
> ok 249
> ok
> t/102tied-deflate.t .............
> 1..249
> ok 1 - Testing IO::Compress::Deflate
> ok 2
> ok 3
> ok 4
> ok 5 - Testing IO::Uncompress::Inflate
> ok 6
> ok 7
> ok 8 - Testing IO::Compress::Deflate and IO::Uncompress::Inflate
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16
> ok 17
> ok 18
> ok 19 - Not EOF
> ok 20 - Tell is 0
> ok 21 - Line is 6
> 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 - Requested 0 bytes
> 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
> ok 75
> ok 76
> ok 77
> ok 78
> ok 79
> ok 80
> ok 81
> ok 82 - Read Tests - buf length 1, Transparent 0, Append 0
> ok 83
> ok 84
> ok 85
> ok 86
> ok 87
> ok 88 - Read Tests - buf length 1, Transparent 0, Append 1
> ok 89
> ok 90
> ok 91
> ok 92
> ok 93
> ok 94 - Read Tests - buf length 1, Transparent 1, Append 0
> ok 95
> ok 96
> ok 97
> ok 98
> ok 99
> ok 100 - Read Tests - buf length 1, Transparent 1, Append 1
> ok 101
> ok 102
> ok 103
> ok 104
> ok 105
> ok 106 - Read Tests - buf length 3, Transparent 0, Append 0
> ok 107
> ok 108
> ok 109
> ok 110
> ok 111
> ok 112 - Read Tests - buf length 3, Transparent 0, Append 1
> ok 113
> ok 114
> ok 115
> ok 116
> ok 117
> ok 118 - Read Tests - buf length 3, Transparent 1, Append 0
> ok 119
> ok 120
> ok 121
> ok 122
> ok 123
> ok 124 - Read Tests - buf length 3, Transparent 1, Append 1
> ok 125
> ok 126
> ok 127
> ok 128
> ok 129
> ok 130 - Read Tests - buf length 512, Transparent 0, Append 0
> ok 131
> ok 132
> ok 133
> ok 134
> ok 135
> ok 136 - Read Tests - buf length 512, Transparent 0, Append 1
> ok 137
> ok 138
> ok 139
> ok 140
> ok 141
> ok 142 - Read Tests - buf length 512, Transparent 1, Append 0
> ok 143
> ok 144
> ok 145
> ok 146
> ok 147
> ok 148 - Read Tests - buf length 512, Transparent 1, Append 1
> ok 149
> ok 150
> ok 151
> ok 152
> ok 153
> ok 154 - Read Tests - buf length 4096, Transparent 0, Append 0
> ok 155
> ok 156
> ok 157
> ok 158
> ok 159
> ok 160 - Read Tests - buf length 4096, Transparent 0, Append 1
> ok 161
> ok 162
> ok 163
> ok 164
> ok 165
> ok 166 - Read Tests - buf length 4096, Transparent 1, Append 0
> ok 167
> ok 168
> ok 169
> ok 170
> ok 171
> ok 172 - Read Tests - buf length 4096, Transparent 1, Append 1
> ok 173
> ok 174
> ok 175
> ok 176
> ok 177
> ok 178 - Read Tests - buf length 5999, Transparent 0, Append 0
> ok 179
> ok 180
> ok 181
> ok 182
> ok 183
> ok 184 - Read Tests - buf length 5999, Transparent 0, Append 1
> ok 185
> ok 186
> ok 187
> ok 188
> ok 189
> ok 190 - Read Tests - buf length 5999, Transparent 1, Append 0
> ok 191
> ok 192
> ok 193
> ok 194
> ok 195
> ok 196 - Read Tests - buf length 5999, Transparent 1, Append 1
> ok 197
> ok 198
> ok 199
> ok 200
> ok 201
> ok 202 - Read Tests - buf length 6000, Transparent 0, Append 0
> ok 203
> ok 204
> ok 205
> ok 206
> ok 207
> ok 208 - Read Tests - buf length 6000, Transparent 0, Append 1
> ok 209
> ok 210
> ok 211
> ok 212
> ok 213
> ok 214 - Read Tests - buf length 6000, Transparent 1, Append 0
> ok 215
> ok 216
> ok 217
> ok 218
> ok 219
> ok 220 - Read Tests - buf length 6000, Transparent 1, Append 1
> ok 221
> ok 222
> ok 223
> ok 224
> ok 225
> ok 226 - Read Tests - buf length 6001, Transparent 0, Append 0
> ok 227
> ok 228
> ok 229
> ok 230
> ok 231
> ok 232 - Read Tests - buf length 6001, Transparent 0, Append 1
> ok 233
> ok 234
> ok 235
> ok 236
> ok 237
> ok 238 - Read Tests - buf length 6001, Transparent 1, Append 0
> ok 239
> ok 240
> ok 241
> ok 242
> ok 243
> ok 244 - Read Tests - buf length 6001, Transparent 1, Append 1
> ok 245
> ok 246
> ok 247
> ok 248
> ok 249
> ok
> t/102tied-gzip.t ................
> 1..249
> ok 1 - Testing IO::Compress::Gzip
> ok 2
> ok 3
> ok 4
> ok 5 - Testing IO::Uncompress::Gunzip
> ok 6
> ok 7
> ok 8 - Testing IO::Compress::Gzip and IO::Uncompress::Gunzip
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16
> ok 17
> ok 18
> ok 19 - Not EOF
> ok 20 - Tell is 0
> ok 21 - Line is 6
> 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 - Requested 0 bytes
> 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
> ok 75
> ok 76
> ok 77
> ok 78
> ok 79
> ok 80
> ok 81
> ok 82 - Read Tests - buf length 1, Transparent 0, Append 0
> ok 83
> ok 84
> ok 85
> ok 86
> ok 87
> ok 88 - Read Tests - buf length 1, Transparent 0, Append 1
> ok 89
> ok 90
> ok 91
> ok 92
> ok 93
> ok 94 - Read Tests - buf length 1, Transparent 1, Append 0
> ok 95
> ok 96
> ok 97
> ok 98
> ok 99
> ok 100 - Read Tests - buf length 1, Transparent 1, Append 1
> ok 101
> ok 102
> ok 103
> ok 104
> ok 105
> ok 106 - Read Tests - buf length 3, Transparent 0, Append 0
> ok 107
> ok 108
> ok 109
> ok 110
> ok 111
> ok 112 - Read Tests - buf length 3, Transparent 0, Append 1
> ok 113
> ok 114
> ok 115
> ok 116
> ok 117
> ok 118 - Read Tests - buf length 3, Transparent 1, Append 0
> ok 119
> ok 120
> ok 121
> ok 122
> ok 123
> ok 124 - Read Tests - buf length 3, Transparent 1, Append 1
> ok 125
> ok 126
> ok 127
> ok 128
> ok 129
> ok 130 - Read Tests - buf length 512, Transparent 0, Append 0
> ok 131
> ok 132
> ok 133
> ok 134
> ok 135
> ok 136 - Read Tests - buf length 512, Transparent 0, Append 1
> ok 137
> ok 138
> ok 139
> ok 140
> ok 141
> ok 142 - Read Tests - buf length 512, Transparent 1, Append 0
> ok 143
> ok 144
> ok 145
> ok 146
> ok 147
> ok 148 - Read Tests - buf length 512, Transparent 1, Append 1
> ok 149
> ok 150
> ok 151
> ok 152
> ok 153
> ok 154 - Read Tests - buf length 4096, Transparent 0, Append 0
> ok 155
> ok 156
> ok 157
> ok 158
> ok 159
> ok 160 - Read Tests - buf length 4096, Transparent 0, Append 1
> ok 161
> ok 162
> ok 163
> ok 164
> ok 165
> ok 166 - Read Tests - buf length 4096, Transparent 1, Append 0
> ok 167
> ok 168
> ok 169
> ok 170
> ok 171
> ok 172 - Read Tests - buf length 4096, Transparent 1, Append 1
> ok 173
> ok 174
> ok 175
> ok 176
> ok 177
> ok 178 - Read Tests - buf length 5999, Transparent 0, Append 0
> ok 179
> ok 180
> ok 181
> ok 182
> ok 183
> ok 184 - Read Tests - buf length 5999, Transparent 0, Append 1
> ok 185
> ok 186
> ok 187
> ok 188
> ok 189
> ok 190 - Read Tests - buf length 5999, Transparent 1, Append 0
> ok 191
> ok 192
> ok 193
> ok 194
> ok 195
> ok 196 - Read Tests - buf length 5999, Transparent 1, Append 1
> ok 197
> ok 198
> ok 199
> ok 200
> ok 201
> ok 202 - Read Tests - buf length 6000, Transparent 0, Append 0
> ok 203
> ok 204
> ok 205
> ok 206
> ok 207
> ok 208 - Read Tests - buf length 6000, Transparent 0, Append 1
> ok 209
> ok 210
> ok 211
> ok 212
> ok 213
> ok 214 - Read Tests - buf length 6000, Transparent 1, Append 0
> ok 215
> ok 216
> ok 217
> ok 218
> ok 219
> ok 220 - Read Tests - buf length 6000, Transparent 1, Append 1
> ok 221
> ok 222
> ok 223
> ok 224
> ok 225
> ok 226 - Read Tests - buf length 6001, Transparent 0, Append 0
> ok 227
> ok 228
> ok 229
> ok 230
> ok 231
> ok 232 - Read Tests - buf length 6001, Transparent 0, Append 1
> ok 233
> ok 234
> ok 235
> ok 236
> ok 237
> ok 238 - Read Tests - buf length 6001, Transparent 1, Append 0
> ok 239
> ok 240
> ok 241
> ok 242
> ok 243
> ok 244 - Read Tests - buf length 6001, Transparent 1, Append 1
> ok 245
> ok 246
> ok 247
> ok 248
> ok 249
> ok
> t/102tied-rawdeflate.t ..........
> 1..249
> ok 1 - Testing IO::Compress::RawDeflate
> ok 2
> ok 3
> ok 4
> ok 5 - Testing IO::Uncompress::RawInflate
> ok 6
> ok 7
> ok 8 - Testing IO::Compress::RawDeflate and IO::Uncompress::RawInflate
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16
> ok 17
> ok 18
> ok 19 - Not EOF
> ok 20 - Tell is 0
> ok 21 - Line is 6
> 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 - Requested 0 bytes
> 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
> ok 75
> ok 76
> ok 77
> ok 78
> ok 79
> ok 80
> ok 81
> ok 82 - Read Tests - buf length 1, Transparent 0, Append 0
> ok 83
> ok 84
> ok 85
> ok 86
> ok 87
> ok 88 - Read Tests - buf length 1, Transparent 0, Append 1
> ok 89
> ok 90
> ok 91
> ok 92
> ok 93
> ok 94 - Read Tests - buf length 1, Transparent 1, Append 0
> ok 95
> ok 96
> ok 97
> ok 98
> ok 99
> ok 100 - Read Tests - buf length 1, Transparent 1, Append 1
> ok 101
> ok 102
> ok 103
> ok 104
> ok 105
> ok 106 - Read Tests - buf length 3, Transparent 0, Append 0
> ok 107
> ok 108
> ok 109
> ok 110
> ok 111
> ok 112 - Read Tests - buf length 3, Transparent 0, Append 1
> ok 113
> ok 114
> ok 115
> ok 116
> ok 117
> ok 118 - Read Tests - buf length 3, Transparent 1, Append 0
> ok 119
> ok 120
> ok 121
> ok 122
> ok 123
> ok 124 - Read Tests - buf length 3, Transparent 1, Append 1
> ok 125
> ok 126
> ok 127
> ok 128
> ok 129
> ok 130 - Read Tests - buf length 512, Transparent 0, Append 0
> ok 131
> ok 132
> ok 133
> ok 134
> ok 135
> ok 136 - Read Tests - buf length 512, Transparent 0, Append 1
> ok 137
> ok 138
> ok 139
> ok 140
> ok 141
> ok 142 - Read Tests - buf length 512, Transparent 1, Append 0
> ok 143
> ok 144
> ok 145
> ok 146
> ok 147
> ok 148 - Read Tests - buf length 512, Transparent 1, Append 1
> ok 149
> ok 150
> ok 151
> ok 152
> ok 153
> ok 154 - Read Tests - buf length 4096, Transparent 0, Append 0
> ok 155
> ok 156
> ok 157
> ok 158
> ok 159
> ok 160 - Read Tests - buf length 4096, Transparent 0, Append 1
> ok 161
> ok 162
> ok 163
> ok 164
> ok 165
> ok 166 - Read Tests - buf length 4096, Transparent 1, Append 0
> ok 167
> ok 168
> ok 169
> ok 170
> ok 171
> ok 172 - Read Tests - buf length 4096, Transparent 1, Append 1
> ok 173
> ok 174
> ok 175
> ok 176
> ok 177
> ok 178 - Read Tests - buf length 5999, Transparent 0, Append 0
> ok 179
> ok 180
> ok 181
> ok 182
> ok 183
> ok 184 - Read Tests - buf length 5999, Transparent 0, Append 1
> ok 185
> ok 186
> ok 187
> ok 188
> ok 189
> ok 190 - Read Tests - buf length 5999, Transparent 1, Append 0
> ok 191
> ok 192
> ok 193
> ok 194
> ok 195
> ok 196 - Read Tests - buf length 5999, Transparent 1, Append 1
> ok 197
> ok 198
> ok 199
> ok 200
> ok 201
> ok 202 - Read Tests - buf length 6000, Transparent 0, Append 0
> ok 203
> ok 204
> ok 205
> ok 206
> ok 207
> ok 208 - Read Tests - buf length 6000, Transparent 0, Append 1
> ok 209
> ok 210
> ok 211
> ok 212
> ok 213
> ok 214 - Read Tests - buf length 6000, Transparent 1, Append 0
> ok 215
> ok 216
> ok 217
> ok 218
> ok 219
> ok 220 - Read Tests - buf length 6000, Transparent 1, Append 1
> ok 221
> ok 222
> ok 223
> ok 224
> ok 225
> ok 226 - Read Tests - buf length 6001, Transparent 0, Append 0
> ok 227
> ok 228
> ok 229
> ok 230
> ok 231
> ok 232 - Read Tests - buf length 6001, Transparent 0, Append 1
> ok 233
> ok 234
> ok 235
> ok 236
> ok 237
> ok 238 - Read Tests - buf length 6001, Transparent 1, Append 0
> ok 239
> ok 240
> ok 241
> ok 242
> ok 243
> ok 244 - Read Tests - buf length 6001, Transparent 1, Append 1
> ok 245
> ok 246
> ok 247
> ok 248
> ok 249
> ok
> t/102tied-zip.t .................
> 1..249
> ok 1 - Testing IO::Compress::Zip
> ok 2
> ok 3
> ok 4
> ok 5 - Testing IO::Uncompress::Unzip
> ok 6
> ok 7
> ok 8 - Testing IO::Compress::Zip and IO::Uncompress::Unzip
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16
> ok 17
> ok 18
> ok 19 - Not EOF
> ok 20 - Tell is 0
> ok 21 - Line is 6
> 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 - Requested 0 bytes
> 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
> ok 75
> ok 76
> ok 77
> ok 78
> ok 79
> ok 80
> ok 81
> ok 82 - Read Tests - buf length 1, Transparent 0, Append 0
> ok 83
> ok 84
> ok 85
> ok 86
> ok 87
> ok 88 - Read Tests - buf length 1, Transparent 0, Append 1
> ok 89
> ok 90
> ok 91
> ok 92
> ok 93
> ok 94 - Read Tests - buf length 1, Transparent 1, Append 0
> ok 95
> ok 96
> ok 97
> ok 98
> ok 99
> ok 100 - Read Tests - buf length 1, Transparent 1, Append 1
> ok 101
> ok 102
> ok 103
> ok 104
> ok 105
> ok 106 - Read Tests - buf length 3, Transparent 0, Append 0
> ok 107
> ok 108
> ok 109
> ok 110
> ok 111
> ok 112 - Read Tests - buf length 3, Transparent 0, Append 1
> ok 113
> ok 114
> ok 115
> ok 116
> ok 117
> ok 118 - Read Tests - buf length 3, Transparent 1, Append 0
> ok 119
> ok 120
> ok 121
> ok 122
> ok 123
> ok 124 - Read Tests - buf length 3, Transparent 1, Append 1
> ok 125
> ok 126
> ok 127
> ok 128
> ok 129
> ok 130 - Read Tests - buf length 512, Transparent 0, Append 0
> ok 131
> ok 132
> ok 133
> ok 134
> ok 135
> ok 136 - Read Tests - buf length 512, Transparent 0, Append 1
> ok 137
> ok 138
> ok 139
> ok 140
> ok 141
> ok 142 - Read Tests - buf length 512, Transparent 1, Append 0
> ok 143
> ok 144
> ok 145
> ok 146
> ok 147
> ok 148 - Read Tests - buf length 512, Transparent 1, Append 1
> ok 149
> ok 150
> ok 151
> ok 152
> ok 153
> ok 154 - Read Tests - buf length 4096, Transparent 0, Append 0
> ok 155
> ok 156
> ok 157
> ok 158
> ok 159
> ok 160 - Read Tests - buf length 4096, Transparent 0, Append 1
> ok 161
> ok 162
> ok 163
> ok 164
> ok 165
> ok 166 - Read Tests - buf length 4096, Transparent 1, Append 0
> ok 167
> ok 168
> ok 169
> ok 170
> ok 171
> ok 172 - Read Tests - buf length 4096, Transparent 1, Append 1
> ok 173
> ok 174
> ok 175
> ok 176
> ok 177
> ok 178 - Read Tests - buf length 5999, Transparent 0, Append 0
> ok 179
> ok 180
> ok 181
> ok 182
> ok 183
> ok 184 - Read Tests - buf length 5999, Transparent 0, Append 1
> ok 185
> ok 186
> ok 187
> ok 188
> ok 189
> ok 190 - Read Tests - buf length 5999, Transparent 1, Append 0
> ok 191
> ok 192
> ok 193
> ok 194
> ok 195
> ok 196 - Read Tests - buf length 5999, Transparent 1, Append 1
> ok 197
> ok 198
> ok 199
> ok 200
> ok 201
> ok 202 - Read Tests - buf length 6000, Transparent 0, Append 0
> ok 203
> ok 204
> ok 205
> ok 206
> ok 207
> ok 208 - Read Tests - buf length 6000, Transparent 0, Append 1
> ok 209
> ok 210
> ok 211
> ok 212
> ok 213
> ok 214 - Read Tests - buf length 6000, Transparent 1, Append 0
> ok 215
> ok 216
> ok 217
> ok 218
> ok 219
> ok 220 - Read Tests - buf length 6000, Transparent 1, Append 1
> ok 221
> ok 222
> ok 223
> ok 224
> ok 225
> ok 226 - Read Tests - buf length 6001, Transparent 0, Append 0
> ok 227
> ok 228
> ok 229
> ok 230
> ok 231
> ok 232 - Read Tests - buf length 6001, Transparent 0, Append 1
> ok 233
> ok 234
> ok 235
> ok 236
> ok 237
> ok 238 - Read Tests - buf length 6001, Transparent 1, Append 0
> ok 239
> ok 240
> ok 241
> ok 242
> ok 243
> ok 244 - Read Tests - buf length 6001, Transparent 1, Append 1
> ok 245
> ok 246
> ok 247
> ok 248
> ok 249
> ok
> t/103newtied-bzip2.t ............
> 1..84
> ok 1 - Testing IO::Compress::Bzip2 and IO::Uncompress::Bunzip2
> 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
> ok 67
> ok 68
> ok 69
> ok 70
> ok 71
> ok 72 - fileno
> ok 73
> ok 74
> ok 75
> ok 76
> ok 77
> ok 78
> ok 79
> ok 80
> ok 81
> ok 82
> ok 83
> ok 84
> ok
> t/103newtied-deflate.t ..........
> 1..84
> 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
> ok 67
> ok 68
> ok 69
> ok 70
> ok 71
> ok 72 - fileno
> ok 73
> ok 74
> ok 75
> ok 76
> ok 77
> ok 78
> ok 79
> ok 80
> ok 81
> ok 82
> ok 83
> ok 84
> ok
> t/103newtied-gzip.t .............
> 1..84
> 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
> ok 67
> ok 68
> ok 69
> ok 70
> ok 71
> ok 72 - fileno
> ok 73
> ok 74
> ok 75
> ok 76
> ok 77
> ok 78
> ok 79
> ok 80
> ok 81
> ok 82
> ok 83
> ok 84
> ok
> t/103newtied-rawdeflate.t .......
> 1..84
> 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
> ok 67
> ok 68
> ok 69
> ok 70
> ok 71
> ok 72 - fileno
> ok 73
> ok 74
> ok 75
> ok 76
> ok 77
> ok 78
> ok 79
> ok 80
> ok 81
> ok 82
> ok 83
> ok 84
> ok
> t/103newtied-zip.t ..............
> 1..84
> 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
> ok 67
> ok 68
> ok 69
> ok 70
> ok 71
> ok 72 - fileno
> ok 73
> ok 74
> ok 75
> ok 76
> ok 77
> ok 78
> ok 79
> ok 80
> ok 81
> ok 82
> ok 83
> ok 84
> ok
> t/104destroy-bzip2.t ............
> 1..15
> ok 1 - use IO::File;
> ok 2 - Testing IO::Compress::Bzip2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8 - Testing DESTROY doesn't clobber $! etc
> ok 9
> ok 10 - $! is 22
> ok 11 - $! has not been changed by IO::Compress::Bzip2 destructor
> ok 12
> ok 13 - $! is 22
> ok 14 - $! has not been changed by IO::Uncompress::Bunzip2 destructor
> ok 15 - Got uncompressed content ok
> ok
> t/104destroy-deflate.t ..........
> 1..15
> ok 1 - use IO::File;
> ok 2 - Testing IO::Compress::Deflate
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8 - Testing DESTROY doesn't clobber $! etc
> ok 9
> ok 10 - $! is 22
> ok 11 - $! has not been changed by IO::Compress::Deflate destructor
> ok 12
> ok 13 - $! is 22
> ok 14 - $! has not been changed by IO::Uncompress::Inflate destructor
> ok 15 - Got uncompressed content ok
> ok
> t/104destroy-gzip.t .............
> 1..15
> ok 1 - use IO::File;
> ok 2 - Testing IO::Compress::Gzip
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8 - Testing DESTROY doesn't clobber $! etc
> ok 9
> ok 10 - $! is 22
> ok 11 - $! has not been changed by IO::Compress::Gzip destructor
> ok 12
> ok 13 - $! is 22
> ok 14 - $! has not been changed by IO::Uncompress::Gunzip destructor
> ok 15 - Got uncompressed content ok
> ok
> t/104destroy-rawdeflate.t .......
> 1..15
> ok 1 - use IO::File;
> ok 2 - Testing IO::Compress::RawDeflate
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8 - Testing DESTROY doesn't clobber $! etc
> ok 9
> ok 10 - $! is 22
> ok 11 - $! has not been changed by IO::Compress::RawDeflate destructor
> ok 12
> ok 13 - $! is 22
> ok 14 - $! has not been changed by IO::Uncompress::RawInflate destructor
> ok 15 - Got uncompressed content ok
> ok
> t/104destroy-zip.t ..............
> 1..15
> ok 1 - use IO::File;
> ok 2 - Testing IO::Compress::Zip
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8 - Testing DESTROY doesn't clobber $! etc
> ok 9
> ok 10 - $! is 22
> ok 11 - $! has not been changed by IO::Compress::Zip destructor
> ok 12
> ok 13 - $! is 22
> ok 14 - $! has not been changed by IO::Uncompress::Unzip destructor
> ok 15 - Got uncompressed content ok
> ok
> t/105oneshot-bzip2.t ............
> 1..1007
> ok 1 - use IO::Uncompress::AnyUncompress;
> ok 2 - Testing IO::Compress::Bzip2::bzip2 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::Bzip2::bzip2 returned undef
> ok 10 - Input filename is a directory
> ok 11 - IO::Compress::Bzip2::bzip2 returned undef
> ok 12 - Output filename is a directory
> ok 13 - Input and Output buffer are the same
> ok 14 - Input and Output handle are the same
> ok 15 - File zero length
> 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::Bzip2::bzip2 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::Bzip2::bzip2 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::Bzip2::bzip2 returned undef
> ok 28 - IO::Compress::Bzip2::bzip2 returned undef
> ok 29 - Unmatched ) in input fileglob
> ok 30 - Testing IO::Uncompress::Bunzip2::bunzip2 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::Bunzip2::bunzip2 returned undef
> ok 38 - Input filename is a directory
> ok 39 - IO::Uncompress::Bunzip2::bunzip2 returned undef
> ok 40 - Output filename is a directory
> ok 41 - Input and Output buffer are the same
> ok 42 - Input and Output handle are the same
> ok 43 - File zero length
> 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::Bunzip2::bunzip2 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::Bunzip2::bunzip2 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::Bunzip2::bunzip2 returned undef
> ok 56 - IO::Uncompress::Bunzip2::bunzip2 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 - Input and Output handle are the same
> ok 71 - File zero length
> 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 scalar reference
> ok 88 # skip readonly + threads
> ok 89 - TrailingData output not scalar reference
> ok 90 - Non-compressed data with IO::Uncompress::Bunzip2::bunzip2, Transparent => 0
> ok 91 - Input buffer not changed
> ok 92 - IO::Uncompress::Bunzip2::bunzip2 returned false
> ok 93 - error is 'Header Error: Bad Magic.'
> ok 94 - Non-compressed data with IO::Uncompress::Bunzip2::bunzip2, Transparent => 1
> ok 95 - Input buffer not changed
> ok 96 - IO::Uncompress::Bunzip2::bunzip2 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::Bunzip2 - corrupt data
> ok 109 - IO::Compress::Bzip2::bzip2 ok
> ok 110 - IO::Uncompress::Bunzip2 ok
> ok 111 - Got error 'Inflation Error: Data Error'
> ok 112 - anyuncompress ok
> ok 113 - Got error 'Inflation Error: Data Error'
> ok 114 - IO::Compress::Bzip2::bzip2 - From Buff to Buff content '<undef>' Append 1
> ok 115 - Compressed ok
> ok 116 - Input buffer not changed
> ok 117 - Already OK
> ok 118 - no error []
> ok 119 - Uncompressed matches original
> ok 120 - IO::Compress::Bzip2::bzip2 - From Buff to Array Ref content '<undef>' Append 1
> ok 121 - Compressed ok
> ok 122 - Array[0] unchanged
> ok 123 - Input buffer not changed
> ok 124 - Uncompressed matches original
> ok 125 - IO::Compress::Bzip2::bzip2 - From Array Ref to Array Ref content '<undef>' Append 1
> ok 126 - Compressed ok
> ok 127 - Array[0] unchanged
> ok 128 - Uncompressed matches original
> ok 129 - IO::Compress::Bzip2::bzip2 - From Buff to Filename content '<undef>' Append 1
> ok 130 - Output file does not exist
> ok 131 - Compressed ok
> ok 132 - Created output file
> ok 133 - Already OK
> ok 134 - Uncompressed matches original
> ok 135 - IO::Compress::Bzip2::bzip2 - From Buff to Handle content '<undef>' Append 1
> ok 136 - Output file does not exist
> ok 137 - Created output filehandle
> ok 138 - Compressed ok
> ok 139 - Created output file
> ok 140 - Already OK
> ok 141 - Uncompressed matches original
> ok 142 - IO::Compress::Bzip2::bzip2 - From Filename to Filename content '<undef>' Append 1
> ok 143 - Output file does not exist
> ok 144 - Compressed ok
> ok 145 - Created output file
> ok 146 - Already OK
> ok 147 - Uncompressed matches original
> ok 148 - IO::Compress::Bzip2::bzip2 - From Filename to Handle content '<undef>' Append 1
> ok 149 - Output file does not exist
> ok 150 - Compressed ok
> ok 151 - Created output file
> ok 152 - Already OK
> ok 153 - Uncompressed matches original
> ok 154 - IO::Compress::Bzip2::bzip2 - From Filename to Buffer content '<undef>' Append 1
> ok 155 - Compressed ok
> ok 156 - Already OK
> ok 157 - Uncompressed matches original
> ok 158 - IO::Compress::Bzip2::bzip2 - From Handle to Filename content '<undef>' Append 1
> ok 159 - Output file does not exist
> ok 160 - Compressed ok
> ok 161 - Created output file
> ok 162 - Already OK
> ok 163 - Uncompressed matches original
> ok 164 - IO::Compress::Bzip2::bzip2 - From Handle to Handle content '<undef>' Append 1
> ok 165 - Output file does not exist
> ok 166 - Compressed ok
> ok 167 - Created output file
> ok 168 - Already OK
> ok 169 - Uncompressed matches original
> ok 170 - IO::Compress::Bzip2::bzip2 - From Handle to Buffer content '<undef>' Append 1
> ok 171 - Compressed ok
> ok 172 - Already OK
> ok 173 - Uncompressed matches original
> ok 174 - IO::Compress::Bzip2::bzip2 - From stdin (via '-') to Buffer content '<undef>' Append 1
> ok 175 - redirect STDIN
> ok 176 - Compressed ok
> ok 177 - Already OK
> ok 178 - Uncompressed matches original
> ok 179 - IO::Compress::Bzip2::bzip2 - From Buff to Buff content '' Append 1
> ok 180 - Compressed ok
> ok 181 - Input buffer not changed
> ok 182 - Already OK
> ok 183 - no error []
> ok 184 - Uncompressed matches original
> ok 185 - IO::Compress::Bzip2::bzip2 - From Buff to Array Ref content '' Append 1
> ok 186 - Compressed ok
> ok 187 - Array[0] unchanged
> ok 188 - Input buffer not changed
> ok 189 - Uncompressed matches original
> ok 190 - IO::Compress::Bzip2::bzip2 - From Array Ref to Array Ref content '' Append 1
> ok 191 - Compressed ok
> ok 192 - Array[0] unchanged
> ok 193 - Uncompressed matches original
> ok 194 - IO::Compress::Bzip2::bzip2 - From Buff to Filename content '' Append 1
> ok 195 - Output file does not exist
> ok 196 - Compressed ok
> ok 197 - Created output file
> ok 198 - Already OK
> ok 199 - Uncompressed matches original
> ok 200 - IO::Compress::Bzip2::bzip2 - From Buff to Handle content '' Append 1
> ok 201 - Output file does not exist
> ok 202 - Created output filehandle
> ok 203 - Compressed ok
> ok 204 - Created output file
> ok 205 - Already OK
> ok 206 - Uncompressed matches original
> ok 207 - IO::Compress::Bzip2::bzip2 - From Filename to Filename content '' Append 1
> ok 208 - Output file does not exist
> ok 209 - Compressed ok
> ok 210 - Created output file
> ok 211 - Already OK
> ok 212 - Uncompressed matches original
> ok 213 - IO::Compress::Bzip2::bzip2 - From Filename to Handle content '' Append 1
> ok 214 - Output file does not exist
> ok 215 - Compressed ok
> ok 216 - Created output file
> ok 217 - Already OK
> ok 218 - Uncompressed matches original
> ok 219 - IO::Compress::Bzip2::bzip2 - From Filename to Buffer content '' Append 1
> ok 220 - Compressed ok
> ok 221 - Already OK
> ok 222 - Uncompressed matches original
> ok 223 - IO::Compress::Bzip2::bzip2 - From Handle to Filename content '' Append 1
> ok 224 - Output file does not exist
> ok 225 - Compressed ok
> ok 226 - Created output file
> ok 227 - Already OK
> ok 228 - Uncompressed matches original
> ok 229 - IO::Compress::Bzip2::bzip2 - From Handle to Handle content '' Append 1
> ok 230 - Output file does not exist
> ok 231 - Compressed ok
> ok 232 - Created output file
> ok 233 - Already OK
> ok 234 - Uncompressed matches original
> ok 235 - IO::Compress::Bzip2::bzip2 - From Handle to Buffer content '' Append 1
> ok 236 - Compressed ok
> ok 237 - Already OK
> ok 238 - Uncompressed matches original
> ok 239 - IO::Compress::Bzip2::bzip2 - From stdin (via '-') to Buffer content '' Append 1
> ok 240 - redirect STDIN
> ok 241 - Compressed ok
> ok 242 - Already OK
> ok 243 - Uncompressed matches original
> ok 244 - IO::Compress::Bzip2::bzip2 - From Buff to Buff content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 245 - Compressed ok
> ok 246 - Input buffer not changed
> ok 247 - Already OK
> ok 248 - no error []
> ok 249 - Uncompressed matches original
> ok 250 - IO::Compress::Bzip2::bzip2 - From Buff to Array Ref content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 251 - Compressed ok
> ok 252 - Array[0] unchanged
> ok 253 - Input buffer not changed
> ok 254 - Uncompressed matches original
> ok 255 - IO::Compress::Bzip2::bzip2 - From Array Ref to Array Ref content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 256 - Compressed ok
> ok 257 - Array[0] unchanged
> ok 258 - Uncompressed matches original
> ok 259 - IO::Compress::Bzip2::bzip2 - From Buff to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 260 - Output file does not exist
> ok 261 - Compressed ok
> ok 262 - Created output file
> ok 263 - Already OK
> ok 264 - Uncompressed matches original
> ok 265 - IO::Compress::Bzip2::bzip2 - From Buff to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 266 - Output file does not exist
> ok 267 - Created output filehandle
> ok 268 - Compressed ok
> ok 269 - Created output file
> ok 270 - Already OK
> ok 271 - Uncompressed matches original
> ok 272 - IO::Compress::Bzip2::bzip2 - From Filename to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 273 - Output file does not exist
> ok 274 - Compressed ok
> ok 275 - Created output file
> ok 276 - Already OK
> ok 277 - Uncompressed matches original
> ok 278 - IO::Compress::Bzip2::bzip2 - From Filename to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 279 - Output file does not exist
> ok 280 - Compressed ok
> ok 281 - Created output file
> ok 282 - Already OK
> ok 283 - Uncompressed matches original
> ok 284 - IO::Compress::Bzip2::bzip2 - From Filename to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 285 - Compressed ok
> ok 286 - Already OK
> ok 287 - Uncompressed matches original
> ok 288 - IO::Compress::Bzip2::bzip2 - From Handle to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 289 - Output file does not exist
> ok 290 - Compressed ok
> ok 291 - Created output file
> ok 292 - Already OK
> ok 293 - Uncompressed matches original
> ok 294 - IO::Compress::Bzip2::bzip2 - From Handle to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 295 - Output file does not exist
> ok 296 - Compressed ok
> ok 297 - Created output file
> ok 298 - Already OK
> ok 299 - Uncompressed matches original
> ok 300 - IO::Compress::Bzip2::bzip2 - From Handle to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 301 - Compressed ok
> ok 302 - Already OK
> ok 303 - Uncompressed matches original
> ok 304 - IO::Compress::Bzip2::bzip2 - From stdin (via '-') to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 305 - redirect STDIN
> ok 306 - Compressed ok
> ok 307 - Already OK
> ok 308 - Uncompressed matches original
> ok 309 - IO::Compress::Bzip2::bzip2 - From Buff to Buff content '<undef>' Append 0
> ok 310 - Compressed ok
> ok 311 - Input buffer not changed
> ok 312 - no error []
> ok 313 - Uncompressed matches original
> ok 314 - IO::Compress::Bzip2::bzip2 - From Buff to Array Ref content '<undef>' Append 0
> ok 315 - Compressed ok
> ok 316 - Array[0] unchanged
> ok 317 - Input buffer not changed
> ok 318 - Uncompressed matches original
> ok 319 - IO::Compress::Bzip2::bzip2 - From Array Ref to Array Ref content '<undef>' Append 0
> ok 320 - Compressed ok
> ok 321 - Array[0] unchanged
> ok 322 - Uncompressed matches original
> ok 323 - IO::Compress::Bzip2::bzip2 - From Buff to Filename content '<undef>' Append 0
> ok 324 - Output file does not exist
> ok 325 - Compressed ok
> ok 326 - Created output file
> ok 327 - Uncompressed matches original
> ok 328 - IO::Compress::Bzip2::bzip2 - From Buff to Handle content '<undef>' Append 0
> ok 329 - Output file does not exist
> ok 330 - Created output filehandle
> ok 331 - Compressed ok
> ok 332 - Created output file
> ok 333 - Uncompressed matches original
> ok 334 - IO::Compress::Bzip2::bzip2 - From Filename to Filename content '<undef>' Append 0
> ok 335 - Output file does not exist
> ok 336 - Compressed ok
> ok 337 - Created output file
> ok 338 - Uncompressed matches original
> ok 339 - IO::Compress::Bzip2::bzip2 - From Filename to Handle content '<undef>' Append 0
> ok 340 - Output file does not exist
> ok 341 - Compressed ok
> ok 342 - Created output file
> ok 343 - Uncompressed matches original
> ok 344 - IO::Compress::Bzip2::bzip2 - From Filename to Buffer content '<undef>' Append 0
> ok 345 - Compressed ok
> ok 346 - Uncompressed matches original
> ok 347 - IO::Compress::Bzip2::bzip2 - From Handle to Filename content '<undef>' Append 0
> ok 348 - Output file does not exist
> ok 349 - Compressed ok
> ok 350 - Created output file
> ok 351 - Uncompressed matches original
> ok 352 - IO::Compress::Bzip2::bzip2 - From Handle to Handle content '<undef>' Append 0
> ok 353 - Output file does not exist
> ok 354 - Compressed ok
> ok 355 - Created output file
> ok 356 - Uncompressed matches original
> ok 357 - IO::Compress::Bzip2::bzip2 - From Handle to Buffer content '<undef>' Append 0
> ok 358 - Compressed ok
> ok 359 - Uncompressed matches original
> ok 360 - IO::Compress::Bzip2::bzip2 - From stdin (via '-') to Buffer content '<undef>' Append 0
> ok 361 - redirect STDIN
> ok 362 - Compressed ok
> ok 363 - Uncompressed matches original
> ok 364 - IO::Compress::Bzip2::bzip2 - From Buff to Buff content '' Append 0
> ok 365 - Compressed ok
> ok 366 - Input buffer not changed
> ok 367 - no error []
> ok 368 - Uncompressed matches original
> ok 369 - IO::Compress::Bzip2::bzip2 - From Buff to Array Ref content '' Append 0
> ok 370 - Compressed ok
> ok 371 - Array[0] unchanged
> ok 372 - Input buffer not changed
> ok 373 - Uncompressed matches original
> ok 374 - IO::Compress::Bzip2::bzip2 - From Array Ref to Array Ref content '' Append 0
> ok 375 - Compressed ok
> ok 376 - Array[0] unchanged
> ok 377 - Uncompressed matches original
> ok 378 - IO::Compress::Bzip2::bzip2 - From Buff to Filename content '' Append 0
> ok 379 - Output file does not exist
> ok 380 - Compressed ok
> ok 381 - Created output file
> ok 382 - Uncompressed matches original
> ok 383 - IO::Compress::Bzip2::bzip2 - From Buff to Handle content '' Append 0
> ok 384 - Output file does not exist
> ok 385 - Created output filehandle
> ok 386 - Compressed ok
> ok 387 - Created output file
> ok 388 - Uncompressed matches original
> ok 389 - IO::Compress::Bzip2::bzip2 - From Filename to Filename 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::Bzip2::bzip2 - From Filename to Handle content '' Append 0
> ok 395 - Output file does not exist
> ok 396 - Compressed ok
> ok 397 - Created output file
> ok 398 - Uncompressed matches original
> ok 399 - IO::Compress::Bzip2::bzip2 - From Filename to Buffer content '' Append 0
> ok 400 - Compressed ok
> ok 401 - Uncompressed matches original
> ok 402 - IO::Compress::Bzip2::bzip2 - From Handle to Filename 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::Bzip2::bzip2 - From Handle to Handle content '' Append 0
> ok 408 - Output file does not exist
> ok 409 - Compressed ok
> ok 410 - Created output file
> ok 411 - Uncompressed matches original
> ok 412 - IO::Compress::Bzip2::bzip2 - From Handle to Buffer content '' Append 0
> ok 413 - Compressed ok
> ok 414 - Uncompressed matches original
> ok 415 - IO::Compress::Bzip2::bzip2 - From stdin (via '-') to Buffer content '' Append 0
> ok 416 - redirect STDIN
> ok 417 - Compressed ok
> ok 418 - Uncompressed matches original
> ok 419 - IO::Compress::Bzip2::bzip2 - From Buff to Buff content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 420 - Compressed ok
> ok 421 - Input buffer not changed
> ok 422 - no error []
> ok 423 - Uncompressed matches original
> ok 424 - IO::Compress::Bzip2::bzip2 - From Buff to Array Ref content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 425 - Compressed ok
> ok 426 - Array[0] unchanged
> ok 427 - Input buffer not changed
> ok 428 - Uncompressed matches original
> ok 429 - IO::Compress::Bzip2::bzip2 - From Array Ref to Array Ref content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 430 - Compressed ok
> ok 431 - Array[0] unchanged
> ok 432 - Uncompressed matches original
> ok 433 - IO::Compress::Bzip2::bzip2 - From Buff to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 434 - Output file does not exist
> ok 435 - Compressed ok
> ok 436 - Created output file
> ok 437 - Uncompressed matches original
> ok 438 - IO::Compress::Bzip2::bzip2 - From Buff to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 439 - Output file does not exist
> ok 440 - Created output filehandle
> ok 441 - Compressed ok
> ok 442 - Created output file
> ok 443 - Uncompressed matches original
> ok 444 - IO::Compress::Bzip2::bzip2 - From Filename to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 445 - Output file does not exist
> ok 446 - Compressed ok
> ok 447 - Created output file
> ok 448 - Uncompressed matches original
> ok 449 - IO::Compress::Bzip2::bzip2 - From Filename to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 450 - Output file does not exist
> ok 451 - Compressed ok
> ok 452 - Created output file
> ok 453 - Uncompressed matches original
> ok 454 - IO::Compress::Bzip2::bzip2 - From Filename to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 455 - Compressed ok
> ok 456 - Uncompressed matches original
> ok 457 - IO::Compress::Bzip2::bzip2 - From Handle to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 458 - Output file does not exist
> ok 459 - Compressed ok
> ok 460 - Created output file
> ok 461 - Uncompressed matches original
> ok 462 - IO::Compress::Bzip2::bzip2 - From Handle to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 463 - Output file does not exist
> ok 464 - Compressed ok
> ok 465 - Created output file
> ok 466 - Uncompressed matches original
> ok 467 - IO::Compress::Bzip2::bzip2 - From Handle to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 468 - Compressed ok
> ok 469 - Uncompressed matches original
> ok 470 - IO::Compress::Bzip2::bzip2 - From stdin (via '-') to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 471 - redirect STDIN
> ok 472 - Compressed ok
> ok 473 - Uncompressed matches original
> ok 474 - Created output filehandle
> ok 475 - IO::Compress::Bzip2::bzip2 - From Array Ref to Array Ref
> ok 476 - Compressed ok
> ok 477 - Array[0] unchanged
> ok 478 - Input array not changed
> ok 479 - Got Expected uncompressed data
> ok 480 - IO::Compress::Bzip2::bzip2 - From Array Ref to Buffer, MultiStream 1
> ok 481 - Compressed ok
> ok 482 - Got Expected uncompressed data
> ok 483 - Header count ok
> ok 484 - IO::Compress::Bzip2::bzip2 - From Array Ref to Filename, MultiStream 1
> ok 485 - Compressed ok
> ok 486 - Got Expected uncompressed data
> ok 487 - Header count ok
> ok 488 - IO::Compress::Bzip2::bzip2 - From Array Ref to Filehandle, MultiStream 1
> ok 489 - Compressed ok
> ok 490 - Got Expected uncompressed data
> ok 491 - Header count ok
> ok 492 - Truncated file
> ok 493 - Compressed ok
> ok 494 - Compressed ok
> ok 495 - Compressed ok
> ok 496 - Uncompressed stream 1 ok
> ok 497
> ok 498 - Didn't uncompress
> ok 499 - Got unexpected eof
> ok 500 - IO::Compress::Bzip2::bzip2 - From Array Ref to Buffer, MultiStream 0
> ok 501 - Compressed ok
> ok 502 - Got Expected uncompressed data
> ok 503 - Header count ok
> ok 504 - IO::Compress::Bzip2::bzip2 - From Array Ref to Filename, MultiStream 0
> ok 505 - Compressed ok
> ok 506 - Got Expected uncompressed data
> ok 507 - Header count ok
> ok 508 - IO::Compress::Bzip2::bzip2 - From Array Ref to Filehandle, MultiStream 0
> ok 509 - Compressed ok
> ok 510 - Got Expected uncompressed data
> ok 511 - Header count ok
> ok 512 - Truncated file
> ok 513 - Compressed ok
> ok 514 - Compressed ok
> ok 515 - Compressed ok
> ok 516 - Uncompressed stream 1 ok
> ok 517
> ok 518 - Didn't uncompress
> ok 519 - Got unexpected eof
> ok 520 - Round trip binary data that happens to include \r\n
> ok 521
> ok 522 - Compressed ok
> ok 523 - Uncompressed ok
> ok 524 - round tripped ok
> ok 525 - Trailingdata with IO::Uncompress::Bunzip2::bunzip2, from filehandle
> ok 526 - Compressed ok
> ok 527 - Uncompressed OK
> ok 528 - Got uncompressed data
> ok 529 - Got trailing data
> ok 530 - Trailingdata with IO::Uncompress::Bunzip2::bunzip2, from buffer
> ok 531 - Compressed ok
> ok 532 - Uncompressed OK
> ok 533 - Got uncompressed data
> ok 534 - Got trailing data
> ok 535 - Temp Directory tmpdir1100782X00003.tmp exists
> ok 536 - IO::Compress::Bzip2::bzip2 - From FileGlob to FileGlob files [a1]
> ok 537 - Compressed ok
> ok 538 - got expected from tmpdir1100782X00004.tmp/a1.tmp
> ok 539 - got all files
> ok 540 - IO::Compress::Bzip2::bzip2 - From FileGlob to Array files [a1]
> ok 541 - Compressed ok
> ok 542
> ok 543 - got expected
> ok 544 - got all files
> ok 545 - IO::Compress::Bzip2::bzip2 - From FileGlob to Buffer files [a1], MS 1
> ok 546 - Compressed ok
> ok 547 - got expected
> ok 548 - Header count ok
> ok 549 - IO::Compress::Bzip2::bzip2 - From FileGlob to Filename files [a1], MS 1
> ok 550 - Compressed ok
> ok 551 - got expected
> ok 552 - Header count ok
> ok 553 - IO::Compress::Bzip2::bzip2 - From FileGlob to Filehandle files [a1], MS 1
> ok 554 - Compressed ok
> ok 555 - got expected
> ok 556 - Header count ok
> ok 557 - IO::Compress::Bzip2::bzip2 - From FileGlob to Buffer files [a1], MS 0
> ok 558 - Compressed ok
> ok 559 - got expected
> ok 560 - Header count ok
> ok 561 - IO::Compress::Bzip2::bzip2 - From FileGlob to Filename files [a1], MS 0
> ok 562 - Compressed ok
> ok 563 - got expected
> ok 564 - Header count ok
> ok 565 - IO::Compress::Bzip2::bzip2 - From FileGlob to Filehandle files [a1], MS 0
> ok 566 - Compressed ok
> ok 567 - got expected
> ok 568 - Header count ok
> ok 569 - Temp Directory tmpdir1100782X00005.tmp exists
> ok 570 - IO::Compress::Bzip2::bzip2 - From FileGlob to FileGlob files [a1 a2 a3]
> ok 571 - Compressed ok
> ok 572 - got expected from tmpdir1100782X00006.tmp/a1.tmp
> ok 573 - got expected from tmpdir1100782X00006.tmp/a2.tmp
> ok 574 - got expected from tmpdir1100782X00006.tmp/a3.tmp
> ok 575 - got all files
> ok 576 - IO::Compress::Bzip2::bzip2 - From FileGlob to Array files [a1 a2 a3]
> ok 577 - Compressed ok
> ok 578
> ok 579 - got expected
> ok 580 - got expected
> ok 581 - got expected
> ok 582 - got all files
> ok 583 - IO::Compress::Bzip2::bzip2 - From FileGlob to Buffer files [a1 a2 a3], MS 1
> ok 584 - Compressed ok
> ok 585 - got expected
> ok 586 - Header count ok
> ok 587 - IO::Compress::Bzip2::bzip2 - From FileGlob to Filename files [a1 a2 a3], MS 1
> ok 588 - Compressed ok
> ok 589 - got expected
> ok 590 - Header count ok
> ok 591 - IO::Compress::Bzip2::bzip2 - From FileGlob to Filehandle files [a1 a2 a3], MS 1
> ok 592 - Compressed ok
> ok 593 - got expected
> ok 594 - Header count ok
> ok 595 - IO::Compress::Bzip2::bzip2 - From FileGlob to Buffer files [a1 a2 a3], MS 0
> ok 596 - Compressed ok
> ok 597 - got expected
> ok 598 - Header count ok
> ok 599 - IO::Compress::Bzip2::bzip2 - From FileGlob to Filename files [a1 a2 a3], MS 0
> ok 600 - Compressed ok
> ok 601 - got expected
> ok 602 - Header count ok
> ok 603 - IO::Compress::Bzip2::bzip2 - From FileGlob to Filehandle files [a1 a2 a3], MS 0
> ok 604 - Compressed ok
> ok 605 - got expected
> ok 606 - Header count ok
> ok 607 - IO::Uncompress::Bunzip2::bunzip2 - From Buff to Buff, Append(0)
> ok 608 - Uncompressed ok
> ok 609 - Input buffer not changed
> ok 610 - Uncompressed matches original
> ok 611 - IO::Uncompress::Bunzip2::bunzip2 - From Buff to Array, Append(0)
> ok 612 - Uncompressed ok
> ok 613 - Input buffer not changed
> ok 614 - Uncompressed matches original
> ok 615 - Uncompressed matches original
> ok 616 - only 2 elements in the array
> ok 617 - IO::Uncompress::Bunzip2::bunzip2 - From Buff to Filename, Append(0)
> ok 618 - Output file does not exist
> ok 619 - Uncompressed ok
> ok 620 - Created output file
> ok 621 - Input buffer not changed
> ok 622 - Uncompressed matches original
> ok 623 - IO::Uncompress::Bunzip2::bunzip2 - From Buff to Handle, Append(0)
> ok 624 - Output file does not exist
> ok 625 - $of isa IO::File
> ok 626 - Uncompressed ok
> ok 627 - Created output file
> ok 628 - Input buffer not changed
> ok 629 - Uncompressed matches original
> ok 630 - IO::Uncompress::Bunzip2::bunzip2 - From Filename to Filename, Append(0)
> ok 631 - Output file does not exist
> ok 632 - Uncompressed ok
> ok 633 - Created output file
> ok 634 - Input buffer not changed
> ok 635 - Uncompressed matches original
> ok 636 - IO::Uncompress::Bunzip2::bunzip2 - From Filename to Handle, Append(0)
> ok 637 - Output file does not exist
> ok 638 - $out isa IO::File
> ok 639 - Uncompressed ok
> ok 640 - Created output file
> ok 641 - Input buffer not changed
> ok 642 - Uncompressed matches original
> ok 643 - IO::Uncompress::Bunzip2::bunzip2 - From Filename to Buffer, Append(0)
> ok 644 - Uncompressed ok
> ok 645 - Input buffer not changed
> ok 646 - Uncompressed matches original
> ok 647 - IO::Uncompress::Bunzip2::bunzip2 - From Handle to Filename, Append(0)
> ok 648 - Output file does not exist
> ok 649 - Uncompressed ok
> ok 650 - Created output file
> ok 651 - Input buffer not changed
> ok 652 - Uncompressed matches original
> ok 653 - IO::Uncompress::Bunzip2::bunzip2 - From Handle to Handle, Append(0)
> ok 654 - Output file does not exist
> ok 655 - $out isa IO::File
> ok 656 - Uncompressed ok
> ok 657 - Created output file
> ok 658 - Input buffer not changed
> ok 659 - Uncompressed matches original
> ok 660 - IO::Uncompress::Bunzip2::bunzip2 - From Filename to Buffer, Append(0)
> ok 661 - Uncompressed ok
> ok 662 - Input buffer not changed
> ok 663 - Uncompressed matches original
> ok 664 - IO::Uncompress::Bunzip2::bunzip2 - From stdin (via '-') to Buffer content, Append(0)
> ok 665 - redirect STDIN
> ok 666 - Uncompressed ok
> ok 667 - Input buffer not changed
> ok 668 - Uncompressed matches original
> ok 669 - IO::Uncompress::Bunzip2::bunzip2 - From Buff to Buff, Append(1)
> ok 670 - Uncompressed ok
> ok 671 - Input buffer not changed
> ok 672 - Uncompressed matches original
> ok 673 - IO::Uncompress::Bunzip2::bunzip2 - From Buff to Array, Append(1)
> ok 674 - Uncompressed ok
> ok 675 - Input buffer not changed
> ok 676 - Uncompressed matches original
> ok 677 - Uncompressed matches original
> ok 678 - only 2 elements in the array
> ok 679 - IO::Uncompress::Bunzip2::bunzip2 - From Buff to Filename, Append(1)
> ok 680 - Uncompressed ok
> ok 681 - Created output file
> ok 682 - Input buffer not changed
> ok 683 - Uncompressed matches original
> ok 684 - IO::Uncompress::Bunzip2::bunzip2 - From Buff to Handle, Append(1)
> ok 685 - $of isa IO::File
> ok 686 - Uncompressed ok
> ok 687 - Created output file
> ok 688 - Input buffer not changed
> ok 689 - Uncompressed matches original
> ok 690 - IO::Uncompress::Bunzip2::bunzip2 - From Filename to Filename, Append(1)
> ok 691 - Uncompressed ok
> ok 692 - Created output file
> ok 693 - Input buffer not changed
> ok 694 - Uncompressed matches original
> ok 695 - IO::Uncompress::Bunzip2::bunzip2 - From Filename to Handle, Append(1)
> ok 696 - $out isa IO::File
> ok 697 - Uncompressed ok
> ok 698 - Created output file
> ok 699 - Input buffer not changed
> ok 700 - Uncompressed matches original
> ok 701 - IO::Uncompress::Bunzip2::bunzip2 - From Filename to Buffer, Append(1)
> ok 702 - Uncompressed ok
> ok 703 - Input buffer not changed
> ok 704 - Uncompressed matches original
> ok 705 - IO::Uncompress::Bunzip2::bunzip2 - From Handle to Filename, Append(1)
> ok 706 - Uncompressed ok
> ok 707 - Created output file
> ok 708 - Input buffer not changed
> ok 709 - Uncompressed matches original
> ok 710 - IO::Uncompress::Bunzip2::bunzip2 - From Handle to Handle, Append(1)
> ok 711 - $out isa IO::File
> ok 712 - Uncompressed ok
> ok 713 - Created output file
> ok 714 - Input buffer not changed
> ok 715 - Uncompressed matches original
> ok 716 - IO::Uncompress::Bunzip2::bunzip2 - From Filename to Buffer, Append(1)
> ok 717 - Uncompressed ok
> ok 718 - Input buffer not changed
> ok 719 - Uncompressed matches original
> ok 720 - IO::Uncompress::Bunzip2::bunzip2 - From stdin (via '-') to Buffer content, Append(1)
> ok 721 - redirect STDIN
> ok 722 - Uncompressed ok
> ok 723 - Input buffer not changed
> ok 724 - Uncompressed matches original
> ok 725 - IO::Uncompress::Bunzip2::bunzip2 - From Handle to Buffer, InputLength
> ok 726 - Uncompressed ok
> ok 727 - Uncompressed matches original
> ok 728 - Length of Appended data ok
> ok 729 - Appended data ok
> ok 730 - Uncompressed ok
> ok 731 - Uncompressed matches original
> ok 732 - Length of Appended data ok
> ok 733 - Appended data ok
> ok 734 - IO::Uncompress::Bunzip2::bunzip2 - From stdin (via -) to Buffer content, InputLength
> ok 735 - redirect STDIN
> ok 736 - Uncompressed ok
> ok 737 - Length of Appended data ok
> ok 738 - Uncompressed matches original
> ok 739 - Appended data ok
> ok 740 - IO::Uncompress::Bunzip2::bunzip2 - From stdin (via *main::STDIN) to Buffer content, InputLength
> ok 741 - redirect STDIN
> ok 742 - Uncompressed ok
> ok 743 - Length of Appended data ok
> ok 744 - Uncompressed matches original
> ok 745 - Appended data ok
> ok 746 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Buff, Append(0)
> ok 747 - Uncompressed ok
> ok 748 - Input buffer not changed
> ok 749 - Uncompressed matches original
> ok 750 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Array, Append(0)
> ok 751 - Uncompressed ok
> ok 752 - Input buffer not changed
> ok 753 - Uncompressed matches original
> ok 754 - Uncompressed matches original
> ok 755 - only 2 elements in the array
> ok 756 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Filename, Append(0)
> ok 757 - Output file does not exist
> ok 758 - Uncompressed ok
> ok 759 - Created output file
> ok 760 - Input buffer not changed
> ok 761 - Uncompressed matches original
> ok 762 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Handle, Append(0)
> ok 763 - Output file does not exist
> ok 764 - $of isa IO::File
> ok 765 - Uncompressed ok
> ok 766 - Created output file
> ok 767 - Input buffer not changed
> ok 768 - Uncompressed matches original
> ok 769 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Filename, Append(0)
> ok 770 - Output file does not exist
> ok 771 - Uncompressed ok
> ok 772 - Created output file
> ok 773 - Input buffer not changed
> ok 774 - Uncompressed matches original
> ok 775 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Handle, Append(0)
> ok 776 - Output file does not exist
> ok 777 - $out isa IO::File
> ok 778 - Uncompressed ok
> ok 779 - Created output file
> ok 780 - Input buffer not changed
> ok 781 - Uncompressed matches original
> ok 782 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Buffer, Append(0)
> ok 783 - Uncompressed ok
> ok 784 - Input buffer not changed
> ok 785 - Uncompressed matches original
> ok 786 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Filename, Append(0)
> ok 787 - Output file does not exist
> ok 788 - Uncompressed ok
> ok 789 - Created output file
> ok 790 - Input buffer not changed
> ok 791 - Uncompressed matches original
> ok 792 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Handle, Append(0)
> ok 793 - Output file does not exist
> ok 794 - $out isa IO::File
> ok 795 - Uncompressed ok
> ok 796 - Created output file
> ok 797 - Input buffer not changed
> ok 798 - Uncompressed matches original
> ok 799 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Buffer, Append(0)
> ok 800 - Uncompressed ok
> ok 801 - Input buffer not changed
> ok 802 - Uncompressed matches original
> ok 803 - IO::Uncompress::AnyUncompress::anyuncompress - From stdin (via '-') to Buffer content, Append(0)
> ok 804 - redirect STDIN
> ok 805 - Uncompressed ok
> ok 806 - Input buffer not changed
> ok 807 - Uncompressed matches original
> ok 808 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Buff, Append(1)
> ok 809 - Uncompressed ok
> ok 810 - Input buffer not changed
> ok 811 - Uncompressed matches original
> ok 812 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Array, Append(1)
> ok 813 - Uncompressed ok
> ok 814 - Input buffer not changed
> ok 815 - Uncompressed matches original
> ok 816 - Uncompressed matches original
> ok 817 - only 2 elements in the array
> ok 818 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Filename, Append(1)
> ok 819 - Uncompressed ok
> ok 820 - Created output file
> ok 821 - Input buffer not changed
> ok 822 - Uncompressed matches original
> ok 823 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Handle, Append(1)
> ok 824 - $of isa IO::File
> ok 825 - Uncompressed ok
> ok 826 - Created output file
> ok 827 - Input buffer not changed
> ok 828 - Uncompressed matches original
> ok 829 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Filename, Append(1)
> ok 830 - Uncompressed ok
> ok 831 - Created output file
> ok 832 - Input buffer not changed
> ok 833 - Uncompressed matches original
> ok 834 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Handle, Append(1)
> ok 835 - $out isa IO::File
> ok 836 - Uncompressed ok
> ok 837 - Created output file
> ok 838 - Input buffer not changed
> ok 839 - Uncompressed matches original
> ok 840 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Buffer, Append(1)
> ok 841 - Uncompressed ok
> ok 842 - Input buffer not changed
> ok 843 - Uncompressed matches original
> ok 844 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Filename, Append(1)
> ok 845 - Uncompressed ok
> ok 846 - Created output file
> ok 847 - Input buffer not changed
> ok 848 - Uncompressed matches original
> ok 849 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Handle, Append(1)
> ok 850 - $out isa IO::File
> ok 851 - Uncompressed ok
> ok 852 - Created output file
> ok 853 - Input buffer not changed
> ok 854 - Uncompressed matches original
> ok 855 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Buffer, Append(1)
> ok 856 - Uncompressed ok
> ok 857 - Input buffer not changed
> ok 858 - Uncompressed matches original
> ok 859 - IO::Uncompress::AnyUncompress::anyuncompress - From stdin (via '-') to Buffer content, Append(1)
> ok 860 - redirect STDIN
> ok 861 - Uncompressed ok
> ok 862 - Input buffer not changed
> ok 863 - Uncompressed matches original
> ok 864 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Buffer, InputLength
> ok 865 - Uncompressed ok
> ok 866 - Uncompressed matches original
> ok 867 - Length of Appended data ok
> ok 868 - Appended data ok
> ok 869 - Uncompressed ok
> ok 870 - Uncompressed matches original
> ok 871 - Length of Appended data ok
> ok 872 - Appended data ok
> ok 873 - IO::Uncompress::AnyUncompress::anyuncompress - From stdin (via -) to Buffer content, InputLength
> ok 874 - redirect STDIN
> ok 875 - Uncompressed ok
> ok 876 - Length of Appended data ok
> ok 877 - Uncompressed matches original
> ok 878 - Appended data ok
> ok 879 - IO::Uncompress::AnyUncompress::anyuncompress - From stdin (via *main::STDIN) to Buffer content, InputLength
> ok 880 - redirect STDIN
> ok 881 - Uncompressed ok
> ok 882 - Length of Appended data ok
> ok 883 - Uncompressed matches original
> ok 884 - Appended data ok
> ok 885 - Created output filehandle
> ok 886 - IO::Uncompress::Bunzip2::bunzip2 - From ArrayRef to Buffer
> ok 887 - UnCompressed ok
> ok 888
> ok 889 - IO::Uncompress::Bunzip2::bunzip2 - From ArrayRef to Filename
> ok 890 - UnCompressed ok
> ok 891
> ok 892 - IO::Uncompress::Bunzip2::bunzip2 - From ArrayRef to Filehandle
> ok 893 - UnCompressed ok
> ok 894
> ok 895 - IO::Uncompress::Bunzip2::bunzip2 - From Array Ref to Array Ref
> ok 896 - UnCompressed ok
> ok 897 - Input array not changed
> ok 898 - Got Expected uncompressed data
> ok 899 - Created output filehandle
> ok 900 - IO::Uncompress::AnyUncompress::anyuncompress - From ArrayRef to Buffer
> ok 901 - UnCompressed ok
> ok 902
> ok 903 - IO::Uncompress::AnyUncompress::anyuncompress - From ArrayRef to Filename
> ok 904 - UnCompressed ok
> ok 905
> ok 906 - IO::Uncompress::AnyUncompress::anyuncompress - From ArrayRef to Filehandle
> ok 907 - UnCompressed ok
> ok 908
> ok 909 - IO::Uncompress::AnyUncompress::anyuncompress - From Array Ref to Array Ref
> ok 910 - UnCompressed ok
> ok 911 - Input array not changed
> ok 912 - Got Expected uncompressed data
> ok 913 - Temp Directory tmpdir1100782X00007.tmp exists
> ok 914 - IO::Uncompress::Bunzip2::bunzip2 - From FileGlob to FileGlob
> ok 915 - UnCompressed ok
> ok 916 - got expected from tmpdir1100782X00008.tmp/a1.tmp
> ok 917 - got expected from tmpdir1100782X00008.tmp/a2.tmp
> ok 918 - got expected from tmpdir1100782X00008.tmp/a3.tmp
> ok 919 - got all files
> ok 920 - IO::Uncompress::Bunzip2::bunzip2 - From FileGlob to Arrayref
> ok 921 - UnCompressed ok
> ok 922 - got expected data
> ok 923 - got expected data
> ok 924 - got expected data
> ok 925 - got expected data
> ok 926 - got all files
> ok 927 - IO::Uncompress::Bunzip2::bunzip2 - From FileGlob to Buffer
> ok 928 - UnCompressed ok
> ok 929 - got expected uncompressed data
> ok 930 - IO::Uncompress::Bunzip2::bunzip2 - From FileGlob to Filename
> ok 931 - tst1100782X00195.tmp does not exist
> ok 932 - UnCompressed ok
> ok 933 - tst1100782X00195.tmp does exist
> ok 934 - got expected uncompressed data
> ok 935 - IO::Uncompress::Bunzip2::bunzip2 - From FileGlob to Filehandle
> ok 936 - UnCompressed ok
> ok 937 - tst1100782X00196.tmp does exist
> ok 938 - got expected uncompressed data
> ok 939 - Temp Directory tmpdir1100782X00009.tmp exists
> ok 940 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to FileGlob
> ok 941 - UnCompressed ok
> ok 942 - got expected from tmpdir1100782X00010.tmp/a1.tmp
> ok 943 - got expected from tmpdir1100782X00010.tmp/a2.tmp
> ok 944 - got expected from tmpdir1100782X00010.tmp/a3.tmp
> ok 945 - got all files
> ok 946 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to Arrayref
> ok 947 - UnCompressed ok
> ok 948 - got expected data
> ok 949 - got expected data
> ok 950 - got expected data
> ok 951 - got expected data
> ok 952 - got all files
> ok 953 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to Buffer
> ok 954 - UnCompressed ok
> ok 955 - got expected uncompressed data
> ok 956 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to Filename
> ok 957 - tst1100782X00197.tmp does not exist
> ok 958 - UnCompressed ok
> ok 959 - tst1100782X00197.tmp does exist
> ok 960 - got expected uncompressed data
> ok 961 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to Filehandle
> ok 962 - UnCompressed ok
> ok 963 - tst1100782X00198.tmp does exist
> ok 964 - got expected uncompressed data
> ok 965 - More write tests
> ok 966 - Array Input Error tests
> ok 967 - []
> ok 968 - IO::Compress::Bzip2::bzip2 fails
> ok 969 - got error message
> ok 970 - [[]]
> ok 971 - IO::Compress::Bzip2::bzip2 fails
> ok 972 - got error message
> ok 973 - [[[]]]
> ok 974 - IO::Compress::Bzip2::bzip2 fails
> ok 975 - got error message
> ok 976 - [[\"ab"], [\"cd"]]
> ok 977 - IO::Compress::Bzip2::bzip2 fails
> ok 978 - got error message
> ok 979 - [\""]
> ok 980 - IO::Compress::Bzip2::bzip2 fails
> ok 981 - got error message
> ok 982 - [\undef]
> ok 983 - IO::Compress::Bzip2::bzip2 fails
> ok 984 - got error message
> ok 985 - [\"abcd"]
> ok 986 - IO::Compress::Bzip2::bzip2 fails
> ok 987 - got error message
> ok 988 - [\&xx]
> ok 989 - IO::Compress::Bzip2::bzip2 fails
> ok 990 - got error message
> ok 991 - [$fh2]
> ok 992 - IO::Compress::Bzip2::bzip2 fails
> ok 993 - got error message
> ok 994 - [""]
> ok 995 - got error message
> ok 996 - [undef]
> ok 997 - got error message
> ok 998 - Compressed ok
> ok 999 - UnCompressed ok
> ok 1000 - round trip ok
> ok 1001
> ok 1002
> ok 1003 - Compressed ok
> ok 1004
> ok 1005
> ok 1006 - UnCompressed ok
> ok 1007 - round trip ok
> ok
> t/105oneshot-deflate.t ..........
> 1..1007
> 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 - Input and Output handle are the same
> ok 15 - File zero length
> 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 - Input and Output handle are the same
> ok 43 - File zero length
> 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 - Input and Output handle are the same
> ok 71 - File zero length
> 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 scalar reference
> ok 88 # skip readonly + threads
> ok 89 - TrailingData output not scalar 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 '<undef>' Append 1
> ok 115 - Compressed ok
> ok 116 - Input buffer not changed
> ok 117 - Already OK
> ok 118 - no error []
> ok 119 - Uncompressed matches original
> ok 120 - IO::Compress::Deflate::deflate - From Buff to Array Ref content '<undef>' Append 1
> ok 121 - Compressed ok
> ok 122 - Array[0] unchanged
> ok 123 - Input buffer not changed
> ok 124 - Uncompressed matches original
> ok 125 - IO::Compress::Deflate::deflate - From Array Ref to Array Ref content '<undef>' Append 1
> ok 126 - Compressed ok
> ok 127 - Array[0] unchanged
> ok 128 - Uncompressed matches original
> ok 129 - IO::Compress::Deflate::deflate - From Buff to Filename content '<undef>' Append 1
> ok 130 - Output file does not exist
> ok 131 - Compressed ok
> ok 132 - Created output file
> ok 133 - Already OK
> ok 134 - Uncompressed matches original
> ok 135 - IO::Compress::Deflate::deflate - From Buff to Handle content '<undef>' Append 1
> ok 136 - Output file does not exist
> ok 137 - Created output filehandle
> ok 138 - Compressed ok
> ok 139 - Created output file
> ok 140 - Already OK
> ok 141 - Uncompressed matches original
> ok 142 - IO::Compress::Deflate::deflate - From Filename to Filename content '<undef>' Append 1
> ok 143 - Output file does not exist
> ok 144 - Compressed ok
> ok 145 - Created output file
> ok 146 - Already OK
> ok 147 - Uncompressed matches original
> ok 148 - IO::Compress::Deflate::deflate - From Filename to Handle content '<undef>' Append 1
> ok 149 - Output file does not exist
> ok 150 - Compressed ok
> ok 151 - Created output file
> ok 152 - Already OK
> ok 153 - Uncompressed matches original
> ok 154 - IO::Compress::Deflate::deflate - From Filename to Buffer content '<undef>' Append 1
> ok 155 - Compressed ok
> ok 156 - Already OK
> ok 157 - Uncompressed matches original
> ok 158 - IO::Compress::Deflate::deflate - From Handle to Filename content '<undef>' Append 1
> ok 159 - Output file does not exist
> ok 160 - Compressed ok
> ok 161 - Created output file
> ok 162 - Already OK
> ok 163 - Uncompressed matches original
> ok 164 - IO::Compress::Deflate::deflate - From Handle to Handle content '<undef>' Append 1
> ok 165 - Output file does not exist
> ok 166 - Compressed ok
> ok 167 - Created output file
> ok 168 - Already OK
> ok 169 - Uncompressed matches original
> ok 170 - IO::Compress::Deflate::deflate - From Handle to Buffer content '<undef>' Append 1
> ok 171 - Compressed ok
> ok 172 - Already OK
> ok 173 - Uncompressed matches original
> ok 174 - IO::Compress::Deflate::deflate - From stdin (via '-') to Buffer content '<undef>' Append 1
> ok 175 - redirect STDIN
> ok 176 - Compressed ok
> ok 177 - Already OK
> ok 178 - Uncompressed matches original
> ok 179 - IO::Compress::Deflate::deflate - From Buff to Buff content '' Append 1
> ok 180 - Compressed ok
> ok 181 - Input buffer not changed
> ok 182 - Already OK
> ok 183 - no error []
> ok 184 - Uncompressed matches original
> ok 185 - IO::Compress::Deflate::deflate - From Buff to Array Ref content '' Append 1
> ok 186 - Compressed ok
> ok 187 - Array[0] unchanged
> ok 188 - Input buffer not changed
> ok 189 - Uncompressed matches original
> ok 190 - IO::Compress::Deflate::deflate - From Array Ref to Array Ref content '' Append 1
> ok 191 - Compressed ok
> ok 192 - Array[0] unchanged
> ok 193 - Uncompressed matches original
> ok 194 - IO::Compress::Deflate::deflate - From Buff to Filename content '' Append 1
> ok 195 - Output file does not exist
> ok 196 - Compressed ok
> ok 197 - Created output file
> ok 198 - Already OK
> ok 199 - Uncompressed matches original
> ok 200 - IO::Compress::Deflate::deflate - From Buff to Handle content '' Append 1
> ok 201 - Output file does not exist
> ok 202 - Created output filehandle
> ok 203 - Compressed ok
> ok 204 - Created output file
> ok 205 - Already OK
> ok 206 - Uncompressed matches original
> ok 207 - IO::Compress::Deflate::deflate - From Filename to Filename content '' Append 1
> ok 208 - Output file does not exist
> ok 209 - Compressed ok
> ok 210 - Created output file
> ok 211 - Already OK
> ok 212 - Uncompressed matches original
> ok 213 - IO::Compress::Deflate::deflate - From Filename to Handle content '' Append 1
> ok 214 - Output file does not exist
> ok 215 - Compressed ok
> ok 216 - Created output file
> ok 217 - Already OK
> ok 218 - Uncompressed matches original
> ok 219 - IO::Compress::Deflate::deflate - From Filename to Buffer content '' Append 1
> ok 220 - Compressed ok
> ok 221 - Already OK
> ok 222 - Uncompressed matches original
> ok 223 - IO::Compress::Deflate::deflate - From Handle to Filename content '' Append 1
> ok 224 - Output file does not exist
> ok 225 - Compressed ok
> ok 226 - Created output file
> ok 227 - Already OK
> ok 228 - Uncompressed matches original
> ok 229 - IO::Compress::Deflate::deflate - From Handle to Handle content '' Append 1
> ok 230 - Output file does not exist
> ok 231 - Compressed ok
> ok 232 - Created output file
> ok 233 - Already OK
> ok 234 - Uncompressed matches original
> ok 235 - IO::Compress::Deflate::deflate - From Handle to Buffer content '' Append 1
> ok 236 - Compressed ok
> ok 237 - Already OK
> ok 238 - Uncompressed matches original
> ok 239 - IO::Compress::Deflate::deflate - From stdin (via '-') to Buffer content '' Append 1
> ok 240 - redirect STDIN
> ok 241 - Compressed ok
> ok 242 - Already OK
> ok 243 - Uncompressed matches original
> ok 244 - IO::Compress::Deflate::deflate - From Buff to Buff content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 245 - Compressed ok
> ok 246 - Input buffer not changed
> ok 247 - Already OK
> ok 248 - no error []
> ok 249 - Uncompressed matches original
> ok 250 - IO::Compress::Deflate::deflate - From Buff to Array Ref content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 251 - Compressed ok
> ok 252 - Array[0] unchanged
> ok 253 - Input buffer not changed
> ok 254 - Uncompressed matches original
> ok 255 - IO::Compress::Deflate::deflate - From Array Ref to Array Ref content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 256 - Compressed ok
> ok 257 - Array[0] unchanged
> ok 258 - Uncompressed matches original
> ok 259 - IO::Compress::Deflate::deflate - From Buff to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 260 - Output file does not exist
> ok 261 - Compressed ok
> ok 262 - Created output file
> ok 263 - Already OK
> ok 264 - Uncompressed matches original
> ok 265 - IO::Compress::Deflate::deflate - From Buff to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 266 - Output file does not exist
> ok 267 - Created output filehandle
> ok 268 - Compressed ok
> ok 269 - Created output file
> ok 270 - Already OK
> ok 271 - Uncompressed matches original
> ok 272 - IO::Compress::Deflate::deflate - From Filename to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 273 - Output file does not exist
> ok 274 - Compressed ok
> ok 275 - Created output file
> ok 276 - Already OK
> ok 277 - Uncompressed matches original
> ok 278 - IO::Compress::Deflate::deflate - From Filename to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 279 - Output file does not exist
> ok 280 - Compressed ok
> ok 281 - Created output file
> ok 282 - Already OK
> ok 283 - Uncompressed matches original
> ok 284 - IO::Compress::Deflate::deflate - From Filename to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 285 - Compressed ok
> ok 286 - Already OK
> ok 287 - Uncompressed matches original
> ok 288 - IO::Compress::Deflate::deflate - From Handle to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 289 - Output file does not exist
> ok 290 - Compressed ok
> ok 291 - Created output file
> ok 292 - Already OK
> ok 293 - Uncompressed matches original
> ok 294 - IO::Compress::Deflate::deflate - From Handle to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 295 - Output file does not exist
> ok 296 - Compressed ok
> ok 297 - Created output file
> ok 298 - Already OK
> ok 299 - Uncompressed matches original
> ok 300 - IO::Compress::Deflate::deflate - From Handle to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 301 - Compressed ok
> ok 302 - Already OK
> ok 303 - Uncompressed matches original
> ok 304 - IO::Compress::Deflate::deflate - From stdin (via '-') to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 305 - redirect STDIN
> ok 306 - Compressed ok
> ok 307 - Already OK
> ok 308 - Uncompressed matches original
> ok 309 - IO::Compress::Deflate::deflate - From Buff to Buff content '<undef>' Append 0
> ok 310 - Compressed ok
> ok 311 - Input buffer not changed
> ok 312 - no error []
> ok 313 - Uncompressed matches original
> ok 314 - IO::Compress::Deflate::deflate - From Buff to Array Ref content '<undef>' Append 0
> ok 315 - Compressed ok
> ok 316 - Array[0] unchanged
> ok 317 - Input buffer not changed
> ok 318 - Uncompressed matches original
> ok 319 - IO::Compress::Deflate::deflate - From Array Ref to Array Ref content '<undef>' Append 0
> ok 320 - Compressed ok
> ok 321 - Array[0] unchanged
> ok 322 - Uncompressed matches original
> ok 323 - IO::Compress::Deflate::deflate - From Buff to Filename content '<undef>' Append 0
> ok 324 - Output file does not exist
> ok 325 - Compressed ok
> ok 326 - Created output file
> ok 327 - Uncompressed matches original
> ok 328 - IO::Compress::Deflate::deflate - From Buff to Handle content '<undef>' Append 0
> ok 329 - Output file does not exist
> ok 330 - Created output filehandle
> ok 331 - Compressed ok
> ok 332 - Created output file
> ok 333 - Uncompressed matches original
> ok 334 - IO::Compress::Deflate::deflate - From Filename to Filename content '<undef>' Append 0
> ok 335 - Output file does not exist
> ok 336 - Compressed ok
> ok 337 - Created output file
> ok 338 - Uncompressed matches original
> ok 339 - IO::Compress::Deflate::deflate - From Filename to Handle content '<undef>' Append 0
> ok 340 - Output file does not exist
> ok 341 - Compressed ok
> ok 342 - Created output file
> ok 343 - Uncompressed matches original
> ok 344 - IO::Compress::Deflate::deflate - From Filename to Buffer content '<undef>' Append 0
> ok 345 - Compressed ok
> ok 346 - Uncompressed matches original
> ok 347 - IO::Compress::Deflate::deflate - From Handle to Filename content '<undef>' Append 0
> ok 348 - Output file does not exist
> ok 349 - Compressed ok
> ok 350 - Created output file
> ok 351 - Uncompressed matches original
> ok 352 - IO::Compress::Deflate::deflate - From Handle to Handle content '<undef>' Append 0
> ok 353 - Output file does not exist
> ok 354 - Compressed ok
> ok 355 - Created output file
> ok 356 - Uncompressed matches original
> ok 357 - IO::Compress::Deflate::deflate - From Handle to Buffer content '<undef>' Append 0
> ok 358 - Compressed ok
> ok 359 - Uncompressed matches original
> ok 360 - IO::Compress::Deflate::deflate - From stdin (via '-') to Buffer content '<undef>' Append 0
> ok 361 - redirect STDIN
> ok 362 - Compressed ok
> ok 363 - Uncompressed matches original
> ok 364 - IO::Compress::Deflate::deflate - From Buff to Buff content '' Append 0
> ok 365 - Compressed ok
> ok 366 - Input buffer not changed
> ok 367 - no error []
> ok 368 - Uncompressed matches original
> ok 369 - IO::Compress::Deflate::deflate - From Buff to Array Ref content '' Append 0
> ok 370 - Compressed ok
> ok 371 - Array[0] unchanged
> ok 372 - Input buffer not changed
> ok 373 - Uncompressed matches original
> ok 374 - IO::Compress::Deflate::deflate - From Array Ref to Array Ref content '' Append 0
> ok 375 - Compressed ok
> ok 376 - Array[0] unchanged
> ok 377 - Uncompressed matches original
> ok 378 - IO::Compress::Deflate::deflate - From Buff to Filename content '' Append 0
> ok 379 - Output file does not exist
> ok 380 - Compressed ok
> ok 381 - Created output file
> ok 382 - Uncompressed matches original
> ok 383 - IO::Compress::Deflate::deflate - From Buff to Handle content '' Append 0
> ok 384 - Output file does not exist
> ok 385 - Created output filehandle
> ok 386 - Compressed ok
> ok 387 - Created output file
> ok 388 - Uncompressed matches original
> ok 389 - IO::Compress::Deflate::deflate - From Filename to Filename 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 Handle content '' Append 0
> ok 395 - Output file does not exist
> ok 396 - Compressed ok
> ok 397 - Created output file
> ok 398 - Uncompressed matches original
> ok 399 - IO::Compress::Deflate::deflate - From Filename to Buffer content '' Append 0
> ok 400 - Compressed ok
> ok 401 - Uncompressed matches original
> ok 402 - IO::Compress::Deflate::deflate - From Handle to Filename 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 Handle content '' Append 0
> ok 408 - Output file does not exist
> ok 409 - Compressed ok
> ok 410 - Created output file
> ok 411 - Uncompressed matches original
> ok 412 - IO::Compress::Deflate::deflate - From Handle to Buffer content '' Append 0
> ok 413 - Compressed ok
> ok 414 - Uncompressed matches original
> ok 415 - IO::Compress::Deflate::deflate - From stdin (via '-') to Buffer content '' Append 0
> ok 416 - redirect STDIN
> ok 417 - Compressed ok
> ok 418 - Uncompressed matches original
> ok 419 - IO::Compress::Deflate::deflate - From Buff to Buff content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 420 - Compressed ok
> ok 421 - Input buffer not changed
> ok 422 - no error []
> ok 423 - Uncompressed matches original
> ok 424 - IO::Compress::Deflate::deflate - From Buff to Array Ref content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 425 - Compressed ok
> ok 426 - Array[0] unchanged
> ok 427 - Input buffer not changed
> ok 428 - Uncompressed matches original
> ok 429 - IO::Compress::Deflate::deflate - From Array Ref to Array Ref content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 430 - Compressed ok
> ok 431 - Array[0] unchanged
> ok 432 - Uncompressed matches original
> ok 433 - IO::Compress::Deflate::deflate - From Buff to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 434 - Output file does not exist
> ok 435 - Compressed ok
> ok 436 - Created output file
> ok 437 - Uncompressed matches original
> ok 438 - IO::Compress::Deflate::deflate - From Buff to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 439 - Output file does not exist
> ok 440 - Created output filehandle
> ok 441 - Compressed ok
> ok 442 - Created output file
> ok 443 - Uncompressed matches original
> ok 444 - IO::Compress::Deflate::deflate - From Filename to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 445 - Output file does not exist
> ok 446 - Compressed ok
> ok 447 - Created output file
> ok 448 - Uncompressed matches original
> ok 449 - IO::Compress::Deflate::deflate - From Filename to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 450 - Output file does not exist
> ok 451 - Compressed ok
> ok 452 - Created output file
> ok 453 - Uncompressed matches original
> ok 454 - IO::Compress::Deflate::deflate - From Filename to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 455 - Compressed ok
> ok 456 - Uncompressed matches original
> ok 457 - IO::Compress::Deflate::deflate - From Handle to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 458 - Output file does not exist
> ok 459 - Compressed ok
> ok 460 - Created output file
> ok 461 - Uncompressed matches original
> ok 462 - IO::Compress::Deflate::deflate - From Handle to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 463 - Output file does not exist
> ok 464 - Compressed ok
> ok 465 - Created output file
> ok 466 - Uncompressed matches original
> ok 467 - IO::Compress::Deflate::deflate - From Handle to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 468 - Compressed ok
> ok 469 - Uncompressed matches original
> ok 470 - IO::Compress::Deflate::deflate - From stdin (via '-') to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 471 - redirect STDIN
> ok 472 - Compressed ok
> ok 473 - Uncompressed matches original
> ok 474 - Created output filehandle
> ok 475 - IO::Compress::Deflate::deflate - From Array Ref to Array Ref
> ok 476 - Compressed ok
> ok 477 - Array[0] unchanged
> ok 478 - Input array not changed
> ok 479 - Got Expected uncompressed data
> ok 480 - IO::Compress::Deflate::deflate - From Array Ref to Buffer, MultiStream 1
> ok 481 - Compressed ok
> ok 482 - Got Expected uncompressed data
> ok 483 - Header count ok
> ok 484 - IO::Compress::Deflate::deflate - From Array Ref to Filename, MultiStream 1
> ok 485 - Compressed ok
> ok 486 - Got Expected uncompressed data
> ok 487 - Header count ok
> ok 488 - IO::Compress::Deflate::deflate - From Array Ref to Filehandle, MultiStream 1
> ok 489 - Compressed ok
> ok 490 - Got Expected uncompressed data
> ok 491 - Header count ok
> ok 492 - Truncated file
> ok 493 - Compressed ok
> ok 494 - Compressed ok
> ok 495 - Compressed ok
> ok 496 - Uncompressed stream 1 ok
> ok 497
> ok 498 - Didn't uncompress
> ok 499 - Got unexpected eof
> ok 500 - IO::Compress::Deflate::deflate - From Array Ref to Buffer, MultiStream 0
> ok 501 - Compressed ok
> ok 502 - Got Expected uncompressed data
> ok 503 - Header count ok
> ok 504 - IO::Compress::Deflate::deflate - From Array Ref to Filename, MultiStream 0
> ok 505 - Compressed ok
> ok 506 - Got Expected uncompressed data
> ok 507 - Header count ok
> ok 508 - IO::Compress::Deflate::deflate - From Array Ref to Filehandle, MultiStream 0
> ok 509 - Compressed ok
> ok 510 - Got Expected uncompressed data
> ok 511 - Header count ok
> ok 512 - Truncated file
> ok 513 - Compressed ok
> ok 514 - Compressed ok
> ok 515 - Compressed ok
> ok 516 - Uncompressed stream 1 ok
> ok 517
> ok 518 - Didn't uncompress
> ok 519 - Got unexpected eof
> ok 520 - Round trip binary data that happens to include \r\n
> ok 521
> ok 522 - Compressed ok
> ok 523 - Uncompressed ok
> ok 524 - round tripped ok
> ok 525 - Trailingdata with IO::Uncompress::Inflate::inflate, from filehandle
> ok 526 - Compressed ok
> ok 527 - Uncompressed OK
> ok 528 - Got uncompressed data
> ok 529 - Got trailing data
> ok 530 - Trailingdata with IO::Uncompress::Inflate::inflate, from buffer
> ok 531 - Compressed ok
> ok 532 - Uncompressed OK
> ok 533 - Got uncompressed data
> ok 534 - Got trailing data
> ok 535 - Temp Directory tmpdir1100783X00003.tmp exists
> ok 536 - IO::Compress::Deflate::deflate - From FileGlob to FileGlob files [a1]
> ok 537 - Compressed ok
> ok 538 - got expected from tmpdir1100783X00004.tmp/a1.tmp
> ok 539 - got all files
> ok 540 - IO::Compress::Deflate::deflate - From FileGlob to Array files [a1]
> ok 541 - Compressed ok
> ok 542
> ok 543 - got expected
> ok 544 - got all files
> ok 545 - IO::Compress::Deflate::deflate - From FileGlob to Buffer files [a1], MS 1
> ok 546 - Compressed ok
> ok 547 - got expected
> ok 548 - Header count ok
> ok 549 - IO::Compress::Deflate::deflate - From FileGlob to Filename files [a1], MS 1
> ok 550 - Compressed ok
> ok 551 - got expected
> ok 552 - Header count ok
> ok 553 - IO::Compress::Deflate::deflate - From FileGlob to Filehandle files [a1], MS 1
> ok 554 - Compressed ok
> ok 555 - got expected
> ok 556 - Header count ok
> ok 557 - IO::Compress::Deflate::deflate - From FileGlob to Buffer files [a1], MS 0
> ok 558 - Compressed ok
> ok 559 - got expected
> ok 560 - Header count ok
> ok 561 - IO::Compress::Deflate::deflate - From FileGlob to Filename files [a1], MS 0
> ok 562 - Compressed ok
> ok 563 - got expected
> ok 564 - Header count ok
> ok 565 - IO::Compress::Deflate::deflate - From FileGlob to Filehandle files [a1], MS 0
> ok 566 - Compressed ok
> ok 567 - got expected
> ok 568 - Header count ok
> ok 569 - Temp Directory tmpdir1100783X00005.tmp exists
> ok 570 - IO::Compress::Deflate::deflate - From FileGlob to FileGlob files [a1 a2 a3]
> ok 571 - Compressed ok
> ok 572 - got expected from tmpdir1100783X00006.tmp/a1.tmp
> ok 573 - got expected from tmpdir1100783X00006.tmp/a2.tmp
> ok 574 - got expected from tmpdir1100783X00006.tmp/a3.tmp
> ok 575 - got all files
> ok 576 - IO::Compress::Deflate::deflate - From FileGlob to Array files [a1 a2 a3]
> ok 577 - Compressed ok
> ok 578
> ok 579 - got expected
> ok 580 - got expected
> ok 581 - got expected
> ok 582 - got all files
> ok 583 - IO::Compress::Deflate::deflate - From FileGlob to Buffer files [a1 a2 a3], MS 1
> ok 584 - Compressed ok
> ok 585 - got expected
> ok 586 - Header count ok
> ok 587 - IO::Compress::Deflate::deflate - From FileGlob to Filename files [a1 a2 a3], MS 1
> ok 588 - Compressed ok
> ok 589 - got expected
> ok 590 - Header count ok
> ok 591 - IO::Compress::Deflate::deflate - From FileGlob to Filehandle files [a1 a2 a3], MS 1
> ok 592 - Compressed ok
> ok 593 - got expected
> ok 594 - Header count ok
> ok 595 - IO::Compress::Deflate::deflate - From FileGlob to Buffer files [a1 a2 a3], MS 0
> ok 596 - Compressed ok
> ok 597 - got expected
> ok 598 - Header count ok
> ok 599 - IO::Compress::Deflate::deflate - From FileGlob to Filename files [a1 a2 a3], MS 0
> ok 600 - Compressed ok
> ok 601 - got expected
> ok 602 - Header count ok
> ok 603 - IO::Compress::Deflate::deflate - From FileGlob to Filehandle files [a1 a2 a3], MS 0
> ok 604 - Compressed ok
> ok 605 - got expected
> ok 606 - Header count ok
> ok 607 - IO::Uncompress::Inflate::inflate - From Buff to Buff, Append(0)
> ok 608 - Uncompressed ok
> ok 609 - Input buffer not changed
> ok 610 - Uncompressed matches original
> ok 611 - IO::Uncompress::Inflate::inflate - From Buff to Array, Append(0)
> ok 612 - Uncompressed ok
> ok 613 - Input buffer not changed
> ok 614 - Uncompressed matches original
> ok 615 - Uncompressed matches original
> ok 616 - only 2 elements in the array
> ok 617 - IO::Uncompress::Inflate::inflate - From Buff to Filename, Append(0)
> ok 618 - Output file does not exist
> ok 619 - Uncompressed ok
> ok 620 - Created output file
> ok 621 - Input buffer not changed
> ok 622 - Uncompressed matches original
> ok 623 - IO::Uncompress::Inflate::inflate - From Buff to Handle, Append(0)
> ok 624 - Output file does not exist
> ok 625 - $of isa IO::File
> ok 626 - Uncompressed ok
> ok 627 - Created output file
> ok 628 - Input buffer not changed
> ok 629 - Uncompressed matches original
> ok 630 - IO::Uncompress::Inflate::inflate - From Filename to Filename, Append(0)
> ok 631 - Output file does not exist
> ok 632 - Uncompressed ok
> ok 633 - Created output file
> ok 634 - Input buffer not changed
> ok 635 - Uncompressed matches original
> ok 636 - IO::Uncompress::Inflate::inflate - From Filename to Handle, Append(0)
> ok 637 - Output file does not exist
> ok 638 - $out isa IO::File
> ok 639 - Uncompressed ok
> ok 640 - Created output file
> ok 641 - Input buffer not changed
> ok 642 - Uncompressed matches original
> ok 643 - IO::Uncompress::Inflate::inflate - From Filename to Buffer, Append(0)
> ok 644 - Uncompressed ok
> ok 645 - Input buffer not changed
> ok 646 - Uncompressed matches original
> ok 647 - IO::Uncompress::Inflate::inflate - From Handle to Filename, Append(0)
> ok 648 - Output file does not exist
> ok 649 - Uncompressed ok
> ok 650 - Created output file
> ok 651 - Input buffer not changed
> ok 652 - Uncompressed matches original
> ok 653 - IO::Uncompress::Inflate::inflate - From Handle to Handle, Append(0)
> ok 654 - Output file does not exist
> ok 655 - $out isa IO::File
> ok 656 - Uncompressed ok
> ok 657 - Created output file
> ok 658 - Input buffer not changed
> ok 659 - Uncompressed matches original
> ok 660 - IO::Uncompress::Inflate::inflate - From Filename to Buffer, Append(0)
> ok 661 - Uncompressed ok
> ok 662 - Input buffer not changed
> ok 663 - Uncompressed matches original
> ok 664 - IO::Uncompress::Inflate::inflate - From stdin (via '-') to Buffer content, Append(0)
> ok 665 - redirect STDIN
> ok 666 - Uncompressed ok
> ok 667 - Input buffer not changed
> ok 668 - Uncompressed matches original
> ok 669 - IO::Uncompress::Inflate::inflate - From Buff to Buff, Append(1)
> ok 670 - Uncompressed ok
> ok 671 - Input buffer not changed
> ok 672 - Uncompressed matches original
> ok 673 - IO::Uncompress::Inflate::inflate - From Buff to Array, Append(1)
> ok 674 - Uncompressed ok
> ok 675 - Input buffer not changed
> ok 676 - Uncompressed matches original
> ok 677 - Uncompressed matches original
> ok 678 - only 2 elements in the array
> ok 679 - IO::Uncompress::Inflate::inflate - From Buff to Filename, Append(1)
> ok 680 - Uncompressed ok
> ok 681 - Created output file
> ok 682 - Input buffer not changed
> ok 683 - Uncompressed matches original
> ok 684 - IO::Uncompress::Inflate::inflate - From Buff to Handle, Append(1)
> ok 685 - $of isa IO::File
> ok 686 - Uncompressed ok
> ok 687 - Created output file
> ok 688 - Input buffer not changed
> ok 689 - Uncompressed matches original
> ok 690 - IO::Uncompress::Inflate::inflate - From Filename to Filename, Append(1)
> ok 691 - Uncompressed ok
> ok 692 - Created output file
> ok 693 - Input buffer not changed
> ok 694 - Uncompressed matches original
> ok 695 - IO::Uncompress::Inflate::inflate - From Filename to Handle, Append(1)
> ok 696 - $out isa IO::File
> ok 697 - Uncompressed ok
> ok 698 - Created output file
> ok 699 - Input buffer not changed
> ok 700 - Uncompressed matches original
> ok 701 - IO::Uncompress::Inflate::inflate - From Filename to Buffer, Append(1)
> ok 702 - Uncompressed ok
> ok 703 - Input buffer not changed
> ok 704 - Uncompressed matches original
> ok 705 - IO::Uncompress::Inflate::inflate - From Handle to Filename, Append(1)
> ok 706 - Uncompressed ok
> ok 707 - Created output file
> ok 708 - Input buffer not changed
> ok 709 - Uncompressed matches original
> ok 710 - IO::Uncompress::Inflate::inflate - From Handle to Handle, Append(1)
> ok 711 - $out isa IO::File
> ok 712 - Uncompressed ok
> ok 713 - Created output file
> ok 714 - Input buffer not changed
> ok 715 - Uncompressed matches original
> ok 716 - IO::Uncompress::Inflate::inflate - From Filename to Buffer, Append(1)
> ok 717 - Uncompressed ok
> ok 718 - Input buffer not changed
> ok 719 - Uncompressed matches original
> ok 720 - IO::Uncompress::Inflate::inflate - From stdin (via '-') to Buffer content, Append(1)
> ok 721 - redirect STDIN
> ok 722 - Uncompressed ok
> ok 723 - Input buffer not changed
> ok 724 - Uncompressed matches original
> ok 725 - IO::Uncompress::Inflate::inflate - From Handle to Buffer, InputLength
> ok 726 - Uncompressed ok
> ok 727 - Uncompressed matches original
> ok 728 - Length of Appended data ok
> ok 729 - Appended data ok
> ok 730 - Uncompressed ok
> ok 731 - Uncompressed matches original
> ok 732 - Length of Appended data ok
> ok 733 - Appended data ok
> ok 734 - IO::Uncompress::Inflate::inflate - From stdin (via -) to Buffer content, InputLength
> ok 735 - redirect STDIN
> ok 736 - Uncompressed ok
> ok 737 - Length of Appended data ok
> ok 738 - Uncompressed matches original
> ok 739 - Appended data ok
> ok 740 - IO::Uncompress::Inflate::inflate - From stdin (via *main::STDIN) to Buffer content, InputLength
> ok 741 - redirect STDIN
> ok 742 - Uncompressed ok
> ok 743 - Length of Appended data ok
> ok 744 - Uncompressed matches original
> ok 745 - Appended data ok
> ok 746 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Buff, Append(0)
> ok 747 - Uncompressed ok
> ok 748 - Input buffer not changed
> ok 749 - Uncompressed matches original
> ok 750 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Array, Append(0)
> ok 751 - Uncompressed ok
> ok 752 - Input buffer not changed
> ok 753 - Uncompressed matches original
> ok 754 - Uncompressed matches original
> ok 755 - only 2 elements in the array
> ok 756 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Filename, Append(0)
> ok 757 - Output file does not exist
> ok 758 - Uncompressed ok
> ok 759 - Created output file
> ok 760 - Input buffer not changed
> ok 761 - Uncompressed matches original
> ok 762 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Handle, Append(0)
> ok 763 - Output file does not exist
> ok 764 - $of isa IO::File
> ok 765 - Uncompressed ok
> ok 766 - Created output file
> ok 767 - Input buffer not changed
> ok 768 - Uncompressed matches original
> ok 769 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Filename, Append(0)
> ok 770 - Output file does not exist
> ok 771 - Uncompressed ok
> ok 772 - Created output file
> ok 773 - Input buffer not changed
> ok 774 - Uncompressed matches original
> ok 775 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Handle, Append(0)
> ok 776 - Output file does not exist
> ok 777 - $out isa IO::File
> ok 778 - Uncompressed ok
> ok 779 - Created output file
> ok 780 - Input buffer not changed
> ok 781 - Uncompressed matches original
> ok 782 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Buffer, Append(0)
> ok 783 - Uncompressed ok
> ok 784 - Input buffer not changed
> ok 785 - Uncompressed matches original
> ok 786 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Filename, Append(0)
> ok 787 - Output file does not exist
> ok 788 - Uncompressed ok
> ok 789 - Created output file
> ok 790 - Input buffer not changed
> ok 791 - Uncompressed matches original
> ok 792 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Handle, Append(0)
> ok 793 - Output file does not exist
> ok 794 - $out isa IO::File
> ok 795 - Uncompressed ok
> ok 796 - Created output file
> ok 797 - Input buffer not changed
> ok 798 - Uncompressed matches original
> ok 799 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Buffer, Append(0)
> ok 800 - Uncompressed ok
> ok 801 - Input buffer not changed
> ok 802 - Uncompressed matches original
> ok 803 - IO::Uncompress::AnyUncompress::anyuncompress - From stdin (via '-') to Buffer content, Append(0)
> ok 804 - redirect STDIN
> ok 805 - Uncompressed ok
> ok 806 - Input buffer not changed
> ok 807 - Uncompressed matches original
> ok 808 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Buff, Append(1)
> ok 809 - Uncompressed ok
> ok 810 - Input buffer not changed
> ok 811 - Uncompressed matches original
> ok 812 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Array, Append(1)
> ok 813 - Uncompressed ok
> ok 814 - Input buffer not changed
> ok 815 - Uncompressed matches original
> ok 816 - Uncompressed matches original
> ok 817 - only 2 elements in the array
> ok 818 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Filename, Append(1)
> ok 819 - Uncompressed ok
> ok 820 - Created output file
> ok 821 - Input buffer not changed
> ok 822 - Uncompressed matches original
> ok 823 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Handle, Append(1)
> ok 824 - $of isa IO::File
> ok 825 - Uncompressed ok
> ok 826 - Created output file
> ok 827 - Input buffer not changed
> ok 828 - Uncompressed matches original
> ok 829 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Filename, Append(1)
> ok 830 - Uncompressed ok
> ok 831 - Created output file
> ok 832 - Input buffer not changed
> ok 833 - Uncompressed matches original
> ok 834 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Handle, Append(1)
> ok 835 - $out isa IO::File
> ok 836 - Uncompressed ok
> ok 837 - Created output file
> ok 838 - Input buffer not changed
> ok 839 - Uncompressed matches original
> ok 840 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Buffer, Append(1)
> ok 841 - Uncompressed ok
> ok 842 - Input buffer not changed
> ok 843 - Uncompressed matches original
> ok 844 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Filename, Append(1)
> ok 845 - Uncompressed ok
> ok 846 - Created output file
> ok 847 - Input buffer not changed
> ok 848 - Uncompressed matches original
> ok 849 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Handle, Append(1)
> ok 850 - $out isa IO::File
> ok 851 - Uncompressed ok
> ok 852 - Created output file
> ok 853 - Input buffer not changed
> ok 854 - Uncompressed matches original
> ok 855 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Buffer, Append(1)
> ok 856 - Uncompressed ok
> ok 857 - Input buffer not changed
> ok 858 - Uncompressed matches original
> ok 859 - IO::Uncompress::AnyUncompress::anyuncompress - From stdin (via '-') to Buffer content, Append(1)
> ok 860 - redirect STDIN
> ok 861 - Uncompressed ok
> ok 862 - Input buffer not changed
> ok 863 - Uncompressed matches original
> ok 864 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Buffer, InputLength
> ok 865 - Uncompressed ok
> ok 866 - Uncompressed matches original
> ok 867 - Length of Appended data ok
> ok 868 - Appended data ok
> ok 869 - Uncompressed ok
> ok 870 - Uncompressed matches original
> ok 871 - Length of Appended data ok
> ok 872 - Appended data ok
> ok 873 - IO::Uncompress::AnyUncompress::anyuncompress - From stdin (via -) to Buffer content, InputLength
> ok 874 - redirect STDIN
> ok 875 - Uncompressed ok
> ok 876 - Length of Appended data ok
> ok 877 - Uncompressed matches original
> ok 878 - Appended data ok
> ok 879 - IO::Uncompress::AnyUncompress::anyuncompress - From stdin (via *main::STDIN) to Buffer content, InputLength
> ok 880 - redirect STDIN
> ok 881 - Uncompressed ok
> ok 882 - Length of Appended data ok
> ok 883 - Uncompressed matches original
> ok 884 - Appended data ok
> ok 885 - Created output filehandle
> ok 886 - IO::Uncompress::Inflate::inflate - From ArrayRef to Buffer
> ok 887 - UnCompressed ok
> ok 888
> ok 889 - IO::Uncompress::Inflate::inflate - From ArrayRef to Filename
> ok 890 - UnCompressed ok
> ok 891
> ok 892 - IO::Uncompress::Inflate::inflate - From ArrayRef to Filehandle
> ok 893 - UnCompressed ok
> ok 894
> ok 895 - IO::Uncompress::Inflate::inflate - From Array Ref to Array Ref
> ok 896 - UnCompressed ok
> ok 897 - Input array not changed
> ok 898 - Got Expected uncompressed data
> ok 899 - Created output filehandle
> ok 900 - IO::Uncompress::AnyUncompress::anyuncompress - From ArrayRef to Buffer
> ok 901 - UnCompressed ok
> ok 902
> ok 903 - IO::Uncompress::AnyUncompress::anyuncompress - From ArrayRef to Filename
> ok 904 - UnCompressed ok
> ok 905
> ok 906 - IO::Uncompress::AnyUncompress::anyuncompress - From ArrayRef to Filehandle
> ok 907 - UnCompressed ok
> ok 908
> ok 909 - IO::Uncompress::AnyUncompress::anyuncompress - From Array Ref to Array Ref
> ok 910 - UnCompressed ok
> ok 911 - Input array not changed
> ok 912 - Got Expected uncompressed data
> ok 913 - Temp Directory tmpdir1100783X00007.tmp exists
> ok 914 - IO::Uncompress::Inflate::inflate - From FileGlob to FileGlob
> ok 915 - UnCompressed ok
> ok 916 - got expected from tmpdir1100783X00008.tmp/a1.tmp
> ok 917 - got expected from tmpdir1100783X00008.tmp/a2.tmp
> ok 918 - got expected from tmpdir1100783X00008.tmp/a3.tmp
> ok 919 - got all files
> ok 920 - IO::Uncompress::Inflate::inflate - From FileGlob to Arrayref
> ok 921 - UnCompressed ok
> ok 922 - got expected data
> ok 923 - got expected data
> ok 924 - got expected data
> ok 925 - got expected data
> ok 926 - got all files
> ok 927 - IO::Uncompress::Inflate::inflate - From FileGlob to Buffer
> ok 928 - UnCompressed ok
> ok 929 - got expected uncompressed data
> ok 930 - IO::Uncompress::Inflate::inflate - From FileGlob to Filename
> ok 931 - tst1100783X00195.tmp does not exist
> ok 932 - UnCompressed ok
> ok 933 - tst1100783X00195.tmp does exist
> ok 934 - got expected uncompressed data
> ok 935 - IO::Uncompress::Inflate::inflate - From FileGlob to Filehandle
> ok 936 - UnCompressed ok
> ok 937 - tst1100783X00196.tmp does exist
> ok 938 - got expected uncompressed data
> ok 939 - Temp Directory tmpdir1100783X00009.tmp exists
> ok 940 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to FileGlob
> ok 941 - UnCompressed ok
> ok 942 - got expected from tmpdir1100783X00010.tmp/a1.tmp
> ok 943 - got expected from tmpdir1100783X00010.tmp/a2.tmp
> ok 944 - got expected from tmpdir1100783X00010.tmp/a3.tmp
> ok 945 - got all files
> ok 946 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to Arrayref
> ok 947 - UnCompressed ok
> ok 948 - got expected data
> ok 949 - got expected data
> ok 950 - got expected data
> ok 951 - got expected data
> ok 952 - got all files
> ok 953 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to Buffer
> ok 954 - UnCompressed ok
> ok 955 - got expected uncompressed data
> ok 956 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to Filename
> ok 957 - tst1100783X00197.tmp does not exist
> ok 958 - UnCompressed ok
> ok 959 - tst1100783X00197.tmp does exist
> ok 960 - got expected uncompressed data
> ok 961 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to Filehandle
> ok 962 - UnCompressed ok
> ok 963 - tst1100783X00198.tmp does exist
> ok 964 - got expected uncompressed data
> ok 965 - More write tests
> ok 966 - Array Input Error tests
> ok 967 - []
> ok 968 - IO::Compress::Deflate::deflate fails
> ok 969 - got error message
> ok 970 - [[]]
> ok 971 - IO::Compress::Deflate::deflate fails
> ok 972 - got error message
> ok 973 - [[[]]]
> ok 974 - IO::Compress::Deflate::deflate fails
> ok 975 - got error message
> ok 976 - [[\"ab"], [\"cd"]]
> ok 977 - IO::Compress::Deflate::deflate fails
> ok 978 - got error message
> ok 979 - [\""]
> ok 980 - IO::Compress::Deflate::deflate fails
> ok 981 - got error message
> ok 982 - [\undef]
> ok 983 - IO::Compress::Deflate::deflate fails
> ok 984 - got error message
> ok 985 - [\"abcd"]
> ok 986 - IO::Compress::Deflate::deflate fails
> ok 987 - got error message
> ok 988 - [\&xx]
> ok 989 - IO::Compress::Deflate::deflate fails
> ok 990 - got error message
> ok 991 - [$fh2]
> ok 992 - IO::Compress::Deflate::deflate fails
> ok 993 - got error message
> ok 994 - [""]
> ok 995 - got error message
> ok 996 - [undef]
> ok 997 - got error message
> ok 998 - Compressed ok
> ok 999 - UnCompressed ok
> ok 1000 - round trip ok
> ok 1001
> ok 1002
> ok 1003 - Compressed ok
> ok 1004
> ok 1005
> ok 1006 - UnCompressed ok
> ok 1007 - round trip ok
> ok
> t/105oneshot-gzip-only.t ........
> 1..70
> 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 'tst1100784X00000.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 'tst1100784X00000.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
> t/105oneshot-gzip.t .............
> 1..1007
> 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 - Input and Output handle are the same
> ok 15 - File zero length
> 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 - Input and Output handle are the same
> ok 43 - File zero length
> 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 - Input and Output handle are the same
> ok 71 - File zero length
> 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 scalar reference
> ok 88 # skip readonly + threads
> ok 89 - TrailingData output not scalar 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 'Inflation Error: data error'
> ok 112 - anyuncompress ok
> ok 113 - Got error 'Inflation Error: data error'
> ok 114 - IO::Compress::Gzip::gzip - From Buff to Buff content '<undef>' Append 1
> ok 115 - Compressed ok
> ok 116 - Input buffer not changed
> ok 117 - Already OK
> ok 118 - no error []
> ok 119 - Uncompressed matches original
> ok 120 - IO::Compress::Gzip::gzip - From Buff to Array Ref content '<undef>' Append 1
> ok 121 - Compressed ok
> ok 122 - Array[0] unchanged
> ok 123 - Input buffer not changed
> ok 124 - Uncompressed matches original
> ok 125 - IO::Compress::Gzip::gzip - From Array Ref to Array Ref content '<undef>' Append 1
> ok 126 - Compressed ok
> ok 127 - Array[0] unchanged
> ok 128 - Uncompressed matches original
> ok 129 - IO::Compress::Gzip::gzip - From Buff to Filename content '<undef>' Append 1
> ok 130 - Output file does not exist
> ok 131 - Compressed ok
> ok 132 - Created output file
> ok 133 - Already OK
> ok 134 - Uncompressed matches original
> ok 135 - IO::Compress::Gzip::gzip - From Buff to Handle content '<undef>' Append 1
> ok 136 - Output file does not exist
> ok 137 - Created output filehandle
> ok 138 - Compressed ok
> ok 139 - Created output file
> ok 140 - Already OK
> ok 141 - Uncompressed matches original
> ok 142 - IO::Compress::Gzip::gzip - From Filename to Filename content '<undef>' Append 1
> ok 143 - Output file does not exist
> ok 144 - Compressed ok
> ok 145 - Created output file
> ok 146 - Already OK
> ok 147 - Uncompressed matches original
> ok 148 - IO::Compress::Gzip::gzip - From Filename to Handle content '<undef>' Append 1
> ok 149 - Output file does not exist
> ok 150 - Compressed ok
> ok 151 - Created output file
> ok 152 - Already OK
> ok 153 - Uncompressed matches original
> ok 154 - IO::Compress::Gzip::gzip - From Filename to Buffer content '<undef>' Append 1
> ok 155 - Compressed ok
> ok 156 - Already OK
> ok 157 - Uncompressed matches original
> ok 158 - IO::Compress::Gzip::gzip - From Handle to Filename content '<undef>' Append 1
> ok 159 - Output file does not exist
> ok 160 - Compressed ok
> ok 161 - Created output file
> ok 162 - Already OK
> ok 163 - Uncompressed matches original
> ok 164 - IO::Compress::Gzip::gzip - From Handle to Handle content '<undef>' Append 1
> ok 165 - Output file does not exist
> ok 166 - Compressed ok
> ok 167 - Created output file
> ok 168 - Already OK
> ok 169 - Uncompressed matches original
> ok 170 - IO::Compress::Gzip::gzip - From Handle to Buffer content '<undef>' Append 1
> ok 171 - Compressed ok
> ok 172 - Already OK
> ok 173 - Uncompressed matches original
> ok 174 - IO::Compress::Gzip::gzip - From stdin (via '-') to Buffer content '<undef>' Append 1
> ok 175 - redirect STDIN
> ok 176 - Compressed ok
> ok 177 - Already OK
> ok 178 - Uncompressed matches original
> ok 179 - IO::Compress::Gzip::gzip - From Buff to Buff content '' Append 1
> ok 180 - Compressed ok
> ok 181 - Input buffer not changed
> ok 182 - Already OK
> ok 183 - no error []
> ok 184 - Uncompressed matches original
> ok 185 - IO::Compress::Gzip::gzip - From Buff to Array Ref content '' Append 1
> ok 186 - Compressed ok
> ok 187 - Array[0] unchanged
> ok 188 - Input buffer not changed
> ok 189 - Uncompressed matches original
> ok 190 - IO::Compress::Gzip::gzip - From Array Ref to Array Ref content '' Append 1
> ok 191 - Compressed ok
> ok 192 - Array[0] unchanged
> ok 193 - Uncompressed matches original
> ok 194 - IO::Compress::Gzip::gzip - From Buff to Filename content '' Append 1
> ok 195 - Output file does not exist
> ok 196 - Compressed ok
> ok 197 - Created output file
> ok 198 - Already OK
> ok 199 - Uncompressed matches original
> ok 200 - IO::Compress::Gzip::gzip - From Buff to Handle content '' Append 1
> ok 201 - Output file does not exist
> ok 202 - Created output filehandle
> ok 203 - Compressed ok
> ok 204 - Created output file
> ok 205 - Already OK
> ok 206 - Uncompressed matches original
> ok 207 - IO::Compress::Gzip::gzip - From Filename to Filename content '' Append 1
> ok 208 - Output file does not exist
> ok 209 - Compressed ok
> ok 210 - Created output file
> ok 211 - Already OK
> ok 212 - Uncompressed matches original
> ok 213 - IO::Compress::Gzip::gzip - From Filename to Handle content '' Append 1
> ok 214 - Output file does not exist
> ok 215 - Compressed ok
> ok 216 - Created output file
> ok 217 - Already OK
> ok 218 - Uncompressed matches original
> ok 219 - IO::Compress::Gzip::gzip - From Filename to Buffer content '' Append 1
> ok 220 - Compressed ok
> ok 221 - Already OK
> ok 222 - Uncompressed matches original
> ok 223 - IO::Compress::Gzip::gzip - From Handle to Filename content '' Append 1
> ok 224 - Output file does not exist
> ok 225 - Compressed ok
> ok 226 - Created output file
> ok 227 - Already OK
> ok 228 - Uncompressed matches original
> ok 229 - IO::Compress::Gzip::gzip - From Handle to Handle content '' Append 1
> ok 230 - Output file does not exist
> ok 231 - Compressed ok
> ok 232 - Created output file
> ok 233 - Already OK
> ok 234 - Uncompressed matches original
> ok 235 - IO::Compress::Gzip::gzip - From Handle to Buffer content '' Append 1
> ok 236 - Compressed ok
> ok 237 - Already OK
> ok 238 - Uncompressed matches original
> ok 239 - IO::Compress::Gzip::gzip - From stdin (via '-') to Buffer content '' Append 1
> ok 240 - redirect STDIN
> ok 241 - Compressed ok
> ok 242 - Already OK
> ok 243 - Uncompressed matches original
> ok 244 - IO::Compress::Gzip::gzip - From Buff to Buff content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 245 - Compressed ok
> ok 246 - Input buffer not changed
> ok 247 - Already OK
> ok 248 - no error []
> ok 249 - Uncompressed matches original
> ok 250 - IO::Compress::Gzip::gzip - From Buff to Array Ref content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 251 - Compressed ok
> ok 252 - Array[0] unchanged
> ok 253 - Input buffer not changed
> ok 254 - Uncompressed matches original
> ok 255 - IO::Compress::Gzip::gzip - From Array Ref to Array Ref content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 256 - Compressed ok
> ok 257 - Array[0] unchanged
> ok 258 - Uncompressed matches original
> ok 259 - IO::Compress::Gzip::gzip - From Buff to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 260 - Output file does not exist
> ok 261 - Compressed ok
> ok 262 - Created output file
> ok 263 - Already OK
> ok 264 - Uncompressed matches original
> ok 265 - IO::Compress::Gzip::gzip - From Buff to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 266 - Output file does not exist
> ok 267 - Created output filehandle
> ok 268 - Compressed ok
> ok 269 - Created output file
> ok 270 - Already OK
> ok 271 - Uncompressed matches original
> ok 272 - IO::Compress::Gzip::gzip - From Filename to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 273 - Output file does not exist
> ok 274 - Compressed ok
> ok 275 - Created output file
> ok 276 - Already OK
> ok 277 - Uncompressed matches original
> ok 278 - IO::Compress::Gzip::gzip - From Filename to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 279 - Output file does not exist
> ok 280 - Compressed ok
> ok 281 - Created output file
> ok 282 - Already OK
> ok 283 - Uncompressed matches original
> ok 284 - IO::Compress::Gzip::gzip - From Filename to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 285 - Compressed ok
> ok 286 - Already OK
> ok 287 - Uncompressed matches original
> ok 288 - IO::Compress::Gzip::gzip - From Handle to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 289 - Output file does not exist
> ok 290 - Compressed ok
> ok 291 - Created output file
> ok 292 - Already OK
> ok 293 - Uncompressed matches original
> ok 294 - IO::Compress::Gzip::gzip - From Handle to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 295 - Output file does not exist
> ok 296 - Compressed ok
> ok 297 - Created output file
> ok 298 - Already OK
> ok 299 - Uncompressed matches original
> ok 300 - IO::Compress::Gzip::gzip - From Handle to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 301 - Compressed ok
> ok 302 - Already OK
> ok 303 - Uncompressed matches original
> ok 304 - IO::Compress::Gzip::gzip - From stdin (via '-') to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 305 - redirect STDIN
> ok 306 - Compressed ok
> ok 307 - Already OK
> ok 308 - Uncompressed matches original
> ok 309 - IO::Compress::Gzip::gzip - From Buff to Buff content '<undef>' Append 0
> ok 310 - Compressed ok
> ok 311 - Input buffer not changed
> ok 312 - no error []
> ok 313 - Uncompressed matches original
> ok 314 - IO::Compress::Gzip::gzip - From Buff to Array Ref content '<undef>' Append 0
> ok 315 - Compressed ok
> ok 316 - Array[0] unchanged
> ok 317 - Input buffer not changed
> ok 318 - Uncompressed matches original
> ok 319 - IO::Compress::Gzip::gzip - From Array Ref to Array Ref content '<undef>' Append 0
> ok 320 - Compressed ok
> ok 321 - Array[0] unchanged
> ok 322 - Uncompressed matches original
> ok 323 - IO::Compress::Gzip::gzip - From Buff to Filename content '<undef>' Append 0
> ok 324 - Output file does not exist
> ok 325 - Compressed ok
> ok 326 - Created output file
> ok 327 - Uncompressed matches original
> ok 328 - IO::Compress::Gzip::gzip - From Buff to Handle content '<undef>' Append 0
> ok 329 - Output file does not exist
> ok 330 - Created output filehandle
> ok 331 - Compressed ok
> ok 332 - Created output file
> ok 333 - Uncompressed matches original
> ok 334 - IO::Compress::Gzip::gzip - From Filename to Filename content '<undef>' Append 0
> ok 335 - Output file does not exist
> ok 336 - Compressed ok
> ok 337 - Created output file
> ok 338 - Uncompressed matches original
> ok 339 - IO::Compress::Gzip::gzip - From Filename to Handle content '<undef>' Append 0
> ok 340 - Output file does not exist
> ok 341 - Compressed ok
> ok 342 - Created output file
> ok 343 - Uncompressed matches original
> ok 344 - IO::Compress::Gzip::gzip - From Filename to Buffer content '<undef>' Append 0
> ok 345 - Compressed ok
> ok 346 - Uncompressed matches original
> ok 347 - IO::Compress::Gzip::gzip - From Handle to Filename content '<undef>' Append 0
> ok 348 - Output file does not exist
> ok 349 - Compressed ok
> ok 350 - Created output file
> ok 351 - Uncompressed matches original
> ok 352 - IO::Compress::Gzip::gzip - From Handle to Handle content '<undef>' Append 0
> ok 353 - Output file does not exist
> ok 354 - Compressed ok
> ok 355 - Created output file
> ok 356 - Uncompressed matches original
> ok 357 - IO::Compress::Gzip::gzip - From Handle to Buffer content '<undef>' Append 0
> ok 358 - Compressed ok
> ok 359 - Uncompressed matches original
> ok 360 - IO::Compress::Gzip::gzip - From stdin (via '-') to Buffer content '<undef>' Append 0
> ok 361 - redirect STDIN
> ok 362 - Compressed ok
> ok 363 - Uncompressed matches original
> ok 364 - IO::Compress::Gzip::gzip - From Buff to Buff content '' Append 0
> ok 365 - Compressed ok
> ok 366 - Input buffer not changed
> ok 367 - no error []
> ok 368 - Uncompressed matches original
> ok 369 - IO::Compress::Gzip::gzip - From Buff to Array Ref content '' Append 0
> ok 370 - Compressed ok
> ok 371 - Array[0] unchanged
> ok 372 - Input buffer not changed
> ok 373 - Uncompressed matches original
> ok 374 - IO::Compress::Gzip::gzip - From Array Ref to Array Ref content '' Append 0
> ok 375 - Compressed ok
> ok 376 - Array[0] unchanged
> ok 377 - Uncompressed matches original
> ok 378 - IO::Compress::Gzip::gzip - From Buff to Filename content '' Append 0
> ok 379 - Output file does not exist
> ok 380 - Compressed ok
> ok 381 - Created output file
> ok 382 - Uncompressed matches original
> ok 383 - IO::Compress::Gzip::gzip - From Buff to Handle content '' Append 0
> ok 384 - Output file does not exist
> ok 385 - Created output filehandle
> ok 386 - Compressed ok
> ok 387 - Created output file
> ok 388 - Uncompressed matches original
> ok 389 - IO::Compress::Gzip::gzip - From Filename to Filename 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 Handle content '' Append 0
> ok 395 - Output file does not exist
> ok 396 - Compressed ok
> ok 397 - Created output file
> ok 398 - Uncompressed matches original
> ok 399 - IO::Compress::Gzip::gzip - From Filename to Buffer content '' Append 0
> ok 400 - Compressed ok
> ok 401 - Uncompressed matches original
> ok 402 - IO::Compress::Gzip::gzip - From Handle to Filename 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 Handle content '' Append 0
> ok 408 - Output file does not exist
> ok 409 - Compressed ok
> ok 410 - Created output file
> ok 411 - Uncompressed matches original
> ok 412 - IO::Compress::Gzip::gzip - From Handle to Buffer content '' Append 0
> ok 413 - Compressed ok
> ok 414 - Uncompressed matches original
> ok 415 - IO::Compress::Gzip::gzip - From stdin (via '-') to Buffer content '' Append 0
> ok 416 - redirect STDIN
> ok 417 - Compressed ok
> ok 418 - Uncompressed matches original
> ok 419 - IO::Compress::Gzip::gzip - From Buff to Buff content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 420 - Compressed ok
> ok 421 - Input buffer not changed
> ok 422 - no error []
> ok 423 - Uncompressed matches original
> ok 424 - IO::Compress::Gzip::gzip - From Buff to Array Ref content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 425 - Compressed ok
> ok 426 - Array[0] unchanged
> ok 427 - Input buffer not changed
> ok 428 - Uncompressed matches original
> ok 429 - IO::Compress::Gzip::gzip - From Array Ref to Array Ref content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 430 - Compressed ok
> ok 431 - Array[0] unchanged
> ok 432 - Uncompressed matches original
> ok 433 - IO::Compress::Gzip::gzip - From Buff to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 434 - Output file does not exist
> ok 435 - Compressed ok
> ok 436 - Created output file
> ok 437 - Uncompressed matches original
> ok 438 - IO::Compress::Gzip::gzip - From Buff to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 439 - Output file does not exist
> ok 440 - Created output filehandle
> ok 441 - Compressed ok
> ok 442 - Created output file
> ok 443 - Uncompressed matches original
> ok 444 - IO::Compress::Gzip::gzip - From Filename to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 445 - Output file does not exist
> ok 446 - Compressed ok
> ok 447 - Created output file
> ok 448 - Uncompressed matches original
> ok 449 - IO::Compress::Gzip::gzip - From Filename to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 450 - Output file does not exist
> ok 451 - Compressed ok
> ok 452 - Created output file
> ok 453 - Uncompressed matches original
> ok 454 - IO::Compress::Gzip::gzip - From Filename to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 455 - Compressed ok
> ok 456 - Uncompressed matches original
> ok 457 - IO::Compress::Gzip::gzip - From Handle to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 458 - Output file does not exist
> ok 459 - Compressed ok
> ok 460 - Created output file
> ok 461 - Uncompressed matches original
> ok 462 - IO::Compress::Gzip::gzip - From Handle to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 463 - Output file does not exist
> ok 464 - Compressed ok
> ok 465 - Created output file
> ok 466 - Uncompressed matches original
> ok 467 - IO::Compress::Gzip::gzip - From Handle to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 468 - Compressed ok
> ok 469 - Uncompressed matches original
> ok 470 - IO::Compress::Gzip::gzip - From stdin (via '-') to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 471 - redirect STDIN
> ok 472 - Compressed ok
> ok 473 - Uncompressed matches original
> ok 474 - Created output filehandle
> ok 475 - IO::Compress::Gzip::gzip - From Array Ref to Array Ref
> ok 476 - Compressed ok
> ok 477 - Array[0] unchanged
> ok 478 - Input array not changed
> ok 479 - Got Expected uncompressed data
> ok 480 - IO::Compress::Gzip::gzip - From Array Ref to Buffer, MultiStream 1
> ok 481 - Compressed ok
> ok 482 - Got Expected uncompressed data
> ok 483 - Header count ok
> ok 484 - IO::Compress::Gzip::gzip - From Array Ref to Filename, MultiStream 1
> ok 485 - Compressed ok
> ok 486 - Got Expected uncompressed data
> ok 487 - Header count ok
> ok 488 - IO::Compress::Gzip::gzip - From Array Ref to Filehandle, MultiStream 1
> ok 489 - Compressed ok
> ok 490 - Got Expected uncompressed data
> ok 491 - Header count ok
> ok 492 - Truncated file
> ok 493 - Compressed ok
> ok 494 - Compressed ok
> ok 495 - Compressed ok
> ok 496 - Uncompressed stream 1 ok
> ok 497
> ok 498 - Didn't uncompress
> ok 499 - Got unexpected eof
> ok 500 - IO::Compress::Gzip::gzip - From Array Ref to Buffer, MultiStream 0
> ok 501 - Compressed ok
> ok 502 - Got Expected uncompressed data
> ok 503 - Header count ok
> ok 504 - IO::Compress::Gzip::gzip - From Array Ref to Filename, MultiStream 0
> ok 505 - Compressed ok
> ok 506 - Got Expected uncompressed data
> ok 507 - Header count ok
> ok 508 - IO::Compress::Gzip::gzip - From Array Ref to Filehandle, MultiStream 0
> ok 509 - Compressed ok
> ok 510 - Got Expected uncompressed data
> ok 511 - Header count ok
> ok 512 - Truncated file
> ok 513 - Compressed ok
> ok 514 - Compressed ok
> ok 515 - Compressed ok
> ok 516 - Uncompressed stream 1 ok
> ok 517
> ok 518 - Didn't uncompress
> ok 519 - Got unexpected eof
> ok 520 - Round trip binary data that happens to include \r\n
> ok 521
> ok 522 - Compressed ok
> ok 523 - Uncompressed ok
> ok 524 - round tripped ok
> ok 525 - Trailingdata with IO::Uncompress::Gunzip::gunzip, from filehandle
> ok 526 - Compressed ok
> ok 527 - Uncompressed OK
> ok 528 - Got uncompressed data
> ok 529 - Got trailing data
> ok 530 - Trailingdata with IO::Uncompress::Gunzip::gunzip, from buffer
> ok 531 - Compressed ok
> ok 532 - Uncompressed OK
> ok 533 - Got uncompressed data
> ok 534 - Got trailing data
> ok 535 - Temp Directory tmpdir1100785X00003.tmp exists
> ok 536 - IO::Compress::Gzip::gzip - From FileGlob to FileGlob files [a1]
> ok 537 - Compressed ok
> ok 538 - got expected from tmpdir1100785X00004.tmp/a1.tmp
> ok 539 - got all files
> ok 540 - IO::Compress::Gzip::gzip - From FileGlob to Array files [a1]
> ok 541 - Compressed ok
> ok 542
> ok 543 - got expected
> ok 544 - got all files
> ok 545 - IO::Compress::Gzip::gzip - From FileGlob to Buffer files [a1], MS 1
> ok 546 - Compressed ok
> ok 547 - got expected
> ok 548 - Header count ok
> ok 549 - IO::Compress::Gzip::gzip - From FileGlob to Filename files [a1], MS 1
> ok 550 - Compressed ok
> ok 551 - got expected
> ok 552 - Header count ok
> ok 553 - IO::Compress::Gzip::gzip - From FileGlob to Filehandle files [a1], MS 1
> ok 554 - Compressed ok
> ok 555 - got expected
> ok 556 - Header count ok
> ok 557 - IO::Compress::Gzip::gzip - From FileGlob to Buffer files [a1], MS 0
> ok 558 - Compressed ok
> ok 559 - got expected
> ok 560 - Header count ok
> ok 561 - IO::Compress::Gzip::gzip - From FileGlob to Filename files [a1], MS 0
> ok 562 - Compressed ok
> ok 563 - got expected
> ok 564 - Header count ok
> ok 565 - IO::Compress::Gzip::gzip - From FileGlob to Filehandle files [a1], MS 0
> ok 566 - Compressed ok
> ok 567 - got expected
> ok 568 - Header count ok
> ok 569 - Temp Directory tmpdir1100785X00005.tmp exists
> ok 570 - IO::Compress::Gzip::gzip - From FileGlob to FileGlob files [a1 a2 a3]
> ok 571 - Compressed ok
> ok 572 - got expected from tmpdir1100785X00006.tmp/a1.tmp
> ok 573 - got expected from tmpdir1100785X00006.tmp/a2.tmp
> ok 574 - got expected from tmpdir1100785X00006.tmp/a3.tmp
> ok 575 - got all files
> ok 576 - IO::Compress::Gzip::gzip - From FileGlob to Array files [a1 a2 a3]
> ok 577 - Compressed ok
> ok 578
> ok 579 - got expected
> ok 580 - got expected
> ok 581 - got expected
> ok 582 - got all files
> ok 583 - IO::Compress::Gzip::gzip - From FileGlob to Buffer files [a1 a2 a3], MS 1
> ok 584 - Compressed ok
> ok 585 - got expected
> ok 586 - Header count ok
> ok 587 - IO::Compress::Gzip::gzip - From FileGlob to Filename files [a1 a2 a3], MS 1
> ok 588 - Compressed ok
> ok 589 - got expected
> ok 590 - Header count ok
> ok 591 - IO::Compress::Gzip::gzip - From FileGlob to Filehandle files [a1 a2 a3], MS 1
> ok 592 - Compressed ok
> ok 593 - got expected
> ok 594 - Header count ok
> ok 595 - IO::Compress::Gzip::gzip - From FileGlob to Buffer files [a1 a2 a3], MS 0
> ok 596 - Compressed ok
> ok 597 - got expected
> ok 598 - Header count ok
> ok 599 - IO::Compress::Gzip::gzip - From FileGlob to Filename files [a1 a2 a3], MS 0
> ok 600 - Compressed ok
> ok 601 - got expected
> ok 602 - Header count ok
> ok 603 - IO::Compress::Gzip::gzip - From FileGlob to Filehandle files [a1 a2 a3], MS 0
> ok 604 - Compressed ok
> ok 605 - got expected
> ok 606 - Header count ok
> ok 607 - IO::Uncompress::Gunzip::gunzip - From Buff to Buff, Append(0)
> ok 608 - Uncompressed ok
> ok 609 - Input buffer not changed
> ok 610 - Uncompressed matches original
> ok 611 - IO::Uncompress::Gunzip::gunzip - From Buff to Array, Append(0)
> ok 612 - Uncompressed ok
> ok 613 - Input buffer not changed
> ok 614 - Uncompressed matches original
> ok 615 - Uncompressed matches original
> ok 616 - only 2 elements in the array
> ok 617 - IO::Uncompress::Gunzip::gunzip - From Buff to Filename, Append(0)
> ok 618 - Output file does not exist
> ok 619 - Uncompressed ok
> ok 620 - Created output file
> ok 621 - Input buffer not changed
> ok 622 - Uncompressed matches original
> ok 623 - IO::Uncompress::Gunzip::gunzip - From Buff to Handle, Append(0)
> ok 624 - Output file does not exist
> ok 625 - $of isa IO::File
> ok 626 - Uncompressed ok
> ok 627 - Created output file
> ok 628 - Input buffer not changed
> ok 629 - Uncompressed matches original
> ok 630 - IO::Uncompress::Gunzip::gunzip - From Filename to Filename, Append(0)
> ok 631 - Output file does not exist
> ok 632 - Uncompressed ok
> ok 633 - Created output file
> ok 634 - Input buffer not changed
> ok 635 - Uncompressed matches original
> ok 636 - IO::Uncompress::Gunzip::gunzip - From Filename to Handle, Append(0)
> ok 637 - Output file does not exist
> ok 638 - $out isa IO::File
> ok 639 - Uncompressed ok
> ok 640 - Created output file
> ok 641 - Input buffer not changed
> ok 642 - Uncompressed matches original
> ok 643 - IO::Uncompress::Gunzip::gunzip - From Filename to Buffer, Append(0)
> ok 644 - Uncompressed ok
> ok 645 - Input buffer not changed
> ok 646 - Uncompressed matches original
> ok 647 - IO::Uncompress::Gunzip::gunzip - From Handle to Filename, Append(0)
> ok 648 - Output file does not exist
> ok 649 - Uncompressed ok
> ok 650 - Created output file
> ok 651 - Input buffer not changed
> ok 652 - Uncompressed matches original
> ok 653 - IO::Uncompress::Gunzip::gunzip - From Handle to Handle, Append(0)
> ok 654 - Output file does not exist
> ok 655 - $out isa IO::File
> ok 656 - Uncompressed ok
> ok 657 - Created output file
> ok 658 - Input buffer not changed
> ok 659 - Uncompressed matches original
> ok 660 - IO::Uncompress::Gunzip::gunzip - From Filename to Buffer, Append(0)
> ok 661 - Uncompressed ok
> ok 662 - Input buffer not changed
> ok 663 - Uncompressed matches original
> ok 664 - IO::Uncompress::Gunzip::gunzip - From stdin (via '-') to Buffer content, Append(0)
> ok 665 - redirect STDIN
> ok 666 - Uncompressed ok
> ok 667 - Input buffer not changed
> ok 668 - Uncompressed matches original
> ok 669 - IO::Uncompress::Gunzip::gunzip - From Buff to Buff, Append(1)
> ok 670 - Uncompressed ok
> ok 671 - Input buffer not changed
> ok 672 - Uncompressed matches original
> ok 673 - IO::Uncompress::Gunzip::gunzip - From Buff to Array, Append(1)
> ok 674 - Uncompressed ok
> ok 675 - Input buffer not changed
> ok 676 - Uncompressed matches original
> ok 677 - Uncompressed matches original
> ok 678 - only 2 elements in the array
> ok 679 - IO::Uncompress::Gunzip::gunzip - From Buff to Filename, Append(1)
> ok 680 - Uncompressed ok
> ok 681 - Created output file
> ok 682 - Input buffer not changed
> ok 683 - Uncompressed matches original
> ok 684 - IO::Uncompress::Gunzip::gunzip - From Buff to Handle, Append(1)
> ok 685 - $of isa IO::File
> ok 686 - Uncompressed ok
> ok 687 - Created output file
> ok 688 - Input buffer not changed
> ok 689 - Uncompressed matches original
> ok 690 - IO::Uncompress::Gunzip::gunzip - From Filename to Filename, Append(1)
> ok 691 - Uncompressed ok
> ok 692 - Created output file
> ok 693 - Input buffer not changed
> ok 694 - Uncompressed matches original
> ok 695 - IO::Uncompress::Gunzip::gunzip - From Filename to Handle, Append(1)
> ok 696 - $out isa IO::File
> ok 697 - Uncompressed ok
> ok 698 - Created output file
> ok 699 - Input buffer not changed
> ok 700 - Uncompressed matches original
> ok 701 - IO::Uncompress::Gunzip::gunzip - From Filename to Buffer, Append(1)
> ok 702 - Uncompressed ok
> ok 703 - Input buffer not changed
> ok 704 - Uncompressed matches original
> ok 705 - IO::Uncompress::Gunzip::gunzip - From Handle to Filename, Append(1)
> ok 706 - Uncompressed ok
> ok 707 - Created output file
> ok 708 - Input buffer not changed
> ok 709 - Uncompressed matches original
> ok 710 - IO::Uncompress::Gunzip::gunzip - From Handle to Handle, Append(1)
> ok 711 - $out isa IO::File
> ok 712 - Uncompressed ok
> ok 713 - Created output file
> ok 714 - Input buffer not changed
> ok 715 - Uncompressed matches original
> ok 716 - IO::Uncompress::Gunzip::gunzip - From Filename to Buffer, Append(1)
> ok 717 - Uncompressed ok
> ok 718 - Input buffer not changed
> ok 719 - Uncompressed matches original
> ok 720 - IO::Uncompress::Gunzip::gunzip - From stdin (via '-') to Buffer content, Append(1)
> ok 721 - redirect STDIN
> ok 722 - Uncompressed ok
> ok 723 - Input buffer not changed
> ok 724 - Uncompressed matches original
> ok 725 - IO::Uncompress::Gunzip::gunzip - From Handle to Buffer, InputLength
> ok 726 - Uncompressed ok
> ok 727 - Uncompressed matches original
> ok 728 - Length of Appended data ok
> ok 729 - Appended data ok
> ok 730 - Uncompressed ok
> ok 731 - Uncompressed matches original
> ok 732 - Length of Appended data ok
> ok 733 - Appended data ok
> ok 734 - IO::Uncompress::Gunzip::gunzip - From stdin (via -) to Buffer content, InputLength
> ok 735 - redirect STDIN
> ok 736 - Uncompressed ok
> ok 737 - Length of Appended data ok
> ok 738 - Uncompressed matches original
> ok 739 - Appended data ok
> ok 740 - IO::Uncompress::Gunzip::gunzip - From stdin (via *main::STDIN) to Buffer content, InputLength
> ok 741 - redirect STDIN
> ok 742 - Uncompressed ok
> ok 743 - Length of Appended data ok
> ok 744 - Uncompressed matches original
> ok 745 - Appended data ok
> ok 746 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Buff, Append(0)
> ok 747 - Uncompressed ok
> ok 748 - Input buffer not changed
> ok 749 - Uncompressed matches original
> ok 750 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Array, Append(0)
> ok 751 - Uncompressed ok
> ok 752 - Input buffer not changed
> ok 753 - Uncompressed matches original
> ok 754 - Uncompressed matches original
> ok 755 - only 2 elements in the array
> ok 756 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Filename, Append(0)
> ok 757 - Output file does not exist
> ok 758 - Uncompressed ok
> ok 759 - Created output file
> ok 760 - Input buffer not changed
> ok 761 - Uncompressed matches original
> ok 762 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Handle, Append(0)
> ok 763 - Output file does not exist
> ok 764 - $of isa IO::File
> ok 765 - Uncompressed ok
> ok 766 - Created output file
> ok 767 - Input buffer not changed
> ok 768 - Uncompressed matches original
> ok 769 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Filename, Append(0)
> ok 770 - Output file does not exist
> ok 771 - Uncompressed ok
> ok 772 - Created output file
> ok 773 - Input buffer not changed
> ok 774 - Uncompressed matches original
> ok 775 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Handle, Append(0)
> ok 776 - Output file does not exist
> ok 777 - $out isa IO::File
> ok 778 - Uncompressed ok
> ok 779 - Created output file
> ok 780 - Input buffer not changed
> ok 781 - Uncompressed matches original
> ok 782 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Buffer, Append(0)
> ok 783 - Uncompressed ok
> ok 784 - Input buffer not changed
> ok 785 - Uncompressed matches original
> ok 786 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Filename, Append(0)
> ok 787 - Output file does not exist
> ok 788 - Uncompressed ok
> ok 789 - Created output file
> ok 790 - Input buffer not changed
> ok 791 - Uncompressed matches original
> ok 792 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Handle, Append(0)
> ok 793 - Output file does not exist
> ok 794 - $out isa IO::File
> ok 795 - Uncompressed ok
> ok 796 - Created output file
> ok 797 - Input buffer not changed
> ok 798 - Uncompressed matches original
> ok 799 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Buffer, Append(0)
> ok 800 - Uncompressed ok
> ok 801 - Input buffer not changed
> ok 802 - Uncompressed matches original
> ok 803 - IO::Uncompress::AnyUncompress::anyuncompress - From stdin (via '-') to Buffer content, Append(0)
> ok 804 - redirect STDIN
> ok 805 - Uncompressed ok
> ok 806 - Input buffer not changed
> ok 807 - Uncompressed matches original
> ok 808 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Buff, Append(1)
> ok 809 - Uncompressed ok
> ok 810 - Input buffer not changed
> ok 811 - Uncompressed matches original
> ok 812 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Array, Append(1)
> ok 813 - Uncompressed ok
> ok 814 - Input buffer not changed
> ok 815 - Uncompressed matches original
> ok 816 - Uncompressed matches original
> ok 817 - only 2 elements in the array
> ok 818 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Filename, Append(1)
> ok 819 - Uncompressed ok
> ok 820 - Created output file
> ok 821 - Input buffer not changed
> ok 822 - Uncompressed matches original
> ok 823 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Handle, Append(1)
> ok 824 - $of isa IO::File
> ok 825 - Uncompressed ok
> ok 826 - Created output file
> ok 827 - Input buffer not changed
> ok 828 - Uncompressed matches original
> ok 829 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Filename, Append(1)
> ok 830 - Uncompressed ok
> ok 831 - Created output file
> ok 832 - Input buffer not changed
> ok 833 - Uncompressed matches original
> ok 834 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Handle, Append(1)
> ok 835 - $out isa IO::File
> ok 836 - Uncompressed ok
> ok 837 - Created output file
> ok 838 - Input buffer not changed
> ok 839 - Uncompressed matches original
> ok 840 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Buffer, Append(1)
> ok 841 - Uncompressed ok
> ok 842 - Input buffer not changed
> ok 843 - Uncompressed matches original
> ok 844 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Filename, Append(1)
> ok 845 - Uncompressed ok
> ok 846 - Created output file
> ok 847 - Input buffer not changed
> ok 848 - Uncompressed matches original
> ok 849 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Handle, Append(1)
> ok 850 - $out isa IO::File
> ok 851 - Uncompressed ok
> ok 852 - Created output file
> ok 853 - Input buffer not changed
> ok 854 - Uncompressed matches original
> ok 855 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Buffer, Append(1)
> ok 856 - Uncompressed ok
> ok 857 - Input buffer not changed
> ok 858 - Uncompressed matches original
> ok 859 - IO::Uncompress::AnyUncompress::anyuncompress - From stdin (via '-') to Buffer content, Append(1)
> ok 860 - redirect STDIN
> ok 861 - Uncompressed ok
> ok 862 - Input buffer not changed
> ok 863 - Uncompressed matches original
> ok 864 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Buffer, InputLength
> ok 865 - Uncompressed ok
> ok 866 - Uncompressed matches original
> ok 867 - Length of Appended data ok
> ok 868 - Appended data ok
> ok 869 - Uncompressed ok
> ok 870 - Uncompressed matches original
> ok 871 - Length of Appended data ok
> ok 872 - Appended data ok
> ok 873 - IO::Uncompress::AnyUncompress::anyuncompress - From stdin (via -) to Buffer content, InputLength
> ok 874 - redirect STDIN
> ok 875 - Uncompressed ok
> ok 876 - Length of Appended data ok
> ok 877 - Uncompressed matches original
> ok 878 - Appended data ok
> ok 879 - IO::Uncompress::AnyUncompress::anyuncompress - From stdin (via *main::STDIN) to Buffer content, InputLength
> ok 880 - redirect STDIN
> ok 881 - Uncompressed ok
> ok 882 - Length of Appended data ok
> ok 883 - Uncompressed matches original
> ok 884 - Appended data ok
> ok 885 - Created output filehandle
> ok 886 - IO::Uncompress::Gunzip::gunzip - From ArrayRef to Buffer
> ok 887 - UnCompressed ok
> ok 888
> ok 889 - IO::Uncompress::Gunzip::gunzip - From ArrayRef to Filename
> ok 890 - UnCompressed ok
> ok 891
> ok 892 - IO::Uncompress::Gunzip::gunzip - From ArrayRef to Filehandle
> ok 893 - UnCompressed ok
> ok 894
> ok 895 - IO::Uncompress::Gunzip::gunzip - From Array Ref to Array Ref
> ok 896 - UnCompressed ok
> ok 897 - Input array not changed
> ok 898 - Got Expected uncompressed data
> ok 899 - Created output filehandle
> ok 900 - IO::Uncompress::AnyUncompress::anyuncompress - From ArrayRef to Buffer
> ok 901 - UnCompressed ok
> ok 902
> ok 903 - IO::Uncompress::AnyUncompress::anyuncompress - From ArrayRef to Filename
> ok 904 - UnCompressed ok
> ok 905
> ok 906 - IO::Uncompress::AnyUncompress::anyuncompress - From ArrayRef to Filehandle
> ok 907 - UnCompressed ok
> ok 908
> ok 909 - IO::Uncompress::AnyUncompress::anyuncompress - From Array Ref to Array Ref
> ok 910 - UnCompressed ok
> ok 911 - Input array not changed
> ok 912 - Got Expected uncompressed data
> ok 913 - Temp Directory tmpdir1100785X00007.tmp exists
> ok 914 - IO::Uncompress::Gunzip::gunzip - From FileGlob to FileGlob
> ok 915 - UnCompressed ok
> ok 916 - got expected from tmpdir1100785X00008.tmp/a1.tmp
> ok 917 - got expected from tmpdir1100785X00008.tmp/a2.tmp
> ok 918 - got expected from tmpdir1100785X00008.tmp/a3.tmp
> ok 919 - got all files
> ok 920 - IO::Uncompress::Gunzip::gunzip - From FileGlob to Arrayref
> ok 921 - UnCompressed ok
> ok 922 - got expected data
> ok 923 - got expected data
> ok 924 - got expected data
> ok 925 - got expected data
> ok 926 - got all files
> ok 927 - IO::Uncompress::Gunzip::gunzip - From FileGlob to Buffer
> ok 928 - UnCompressed ok
> ok 929 - got expected uncompressed data
> ok 930 - IO::Uncompress::Gunzip::gunzip - From FileGlob to Filename
> ok 931 - tst1100785X00195.tmp does not exist
> ok 932 - UnCompressed ok
> ok 933 - tst1100785X00195.tmp does exist
> ok 934 - got expected uncompressed data
> ok 935 - IO::Uncompress::Gunzip::gunzip - From FileGlob to Filehandle
> ok 936 - UnCompressed ok
> ok 937 - tst1100785X00196.tmp does exist
> ok 938 - got expected uncompressed data
> ok 939 - Temp Directory tmpdir1100785X00009.tmp exists
> ok 940 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to FileGlob
> ok 941 - UnCompressed ok
> ok 942 - got expected from tmpdir1100785X00010.tmp/a1.tmp
> ok 943 - got expected from tmpdir1100785X00010.tmp/a2.tmp
> ok 944 - got expected from tmpdir1100785X00010.tmp/a3.tmp
> ok 945 - got all files
> ok 946 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to Arrayref
> ok 947 - UnCompressed ok
> ok 948 - got expected data
> ok 949 - got expected data
> ok 950 - got expected data
> ok 951 - got expected data
> ok 952 - got all files
> ok 953 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to Buffer
> ok 954 - UnCompressed ok
> ok 955 - got expected uncompressed data
> ok 956 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to Filename
> ok 957 - tst1100785X00197.tmp does not exist
> ok 958 - UnCompressed ok
> ok 959 - tst1100785X00197.tmp does exist
> ok 960 - got expected uncompressed data
> ok 961 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to Filehandle
> ok 962 - UnCompressed ok
> ok 963 - tst1100785X00198.tmp does exist
> ok 964 - got expected uncompressed data
> ok 965 - More write tests
> ok 966 - Array Input Error tests
> ok 967 - []
> ok 968 - IO::Compress::Gzip::gzip fails
> ok 969 - got error message
> ok 970 - [[]]
> ok 971 - IO::Compress::Gzip::gzip fails
> ok 972 - got error message
> ok 973 - [[[]]]
> ok 974 - IO::Compress::Gzip::gzip fails
> ok 975 - got error message
> ok 976 - [[\"ab"], [\"cd"]]
> ok 977 - IO::Compress::Gzip::gzip fails
> ok 978 - got error message
> ok 979 - [\""]
> ok 980 - IO::Compress::Gzip::gzip fails
> ok 981 - got error message
> ok 982 - [\undef]
> ok 983 - IO::Compress::Gzip::gzip fails
> ok 984 - got error message
> ok 985 - [\"abcd"]
> ok 986 - IO::Compress::Gzip::gzip fails
> ok 987 - got error message
> ok 988 - [\&xx]
> ok 989 - IO::Compress::Gzip::gzip fails
> ok 990 - got error message
> ok 991 - [$fh2]
> ok 992 - IO::Compress::Gzip::gzip fails
> ok 993 - got error message
> ok 994 - [""]
> ok 995 - got error message
> ok 996 - [undef]
> ok 997 - got error message
> ok 998 - Compressed ok
> ok 999 - UnCompressed ok
> ok 1000 - round trip ok
> ok 1001
> ok 1002
> ok 1003 - Compressed ok
> ok 1004
> ok 1005
> ok 1006 - UnCompressed ok
> ok 1007 - round trip ok
> ok
> t/105oneshot-rawdeflate.t .......
> 1..1007
> 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 - Input and Output handle are the same
> ok 15 - File zero length
> 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 - Input and Output handle are the same
> ok 43 - File zero length
> 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 - Input and Output handle are the same
> ok 71 - File zero length
> 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 scalar reference
> ok 88 # skip readonly + threads
> ok 89 - TrailingData output not scalar 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 'Inflation Error: data error'
> 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 '<undef>' Append 1
> ok 115 - Compressed ok
> ok 116 - Input buffer not changed
> ok 117 - Already OK
> ok 118 - no error []
> ok 119 - Uncompressed matches original
> ok 120 - IO::Compress::RawDeflate::rawdeflate - From Buff to Array Ref content '<undef>' Append 1
> ok 121 - Compressed ok
> ok 122 - Array[0] unchanged
> ok 123 - Input buffer not changed
> ok 124 - Uncompressed matches original
> ok 125 - IO::Compress::RawDeflate::rawdeflate - From Array Ref to Array Ref content '<undef>' Append 1
> ok 126 - Compressed ok
> ok 127 - Array[0] unchanged
> ok 128 - Uncompressed matches original
> ok 129 - IO::Compress::RawDeflate::rawdeflate - From Buff to Filename content '<undef>' Append 1
> ok 130 - Output file does not exist
> ok 131 - Compressed ok
> ok 132 - Created output file
> ok 133 - Already OK
> ok 134 - Uncompressed matches original
> ok 135 - IO::Compress::RawDeflate::rawdeflate - From Buff to Handle content '<undef>' Append 1
> ok 136 - Output file does not exist
> ok 137 - Created output filehandle
> ok 138 - Compressed ok
> ok 139 - Created output file
> ok 140 - Already OK
> ok 141 - Uncompressed matches original
> ok 142 - IO::Compress::RawDeflate::rawdeflate - From Filename to Filename content '<undef>' Append 1
> ok 143 - Output file does not exist
> ok 144 - Compressed ok
> ok 145 - Created output file
> ok 146 - Already OK
> ok 147 - Uncompressed matches original
> ok 148 - IO::Compress::RawDeflate::rawdeflate - From Filename to Handle content '<undef>' Append 1
> ok 149 - Output file does not exist
> ok 150 - Compressed ok
> ok 151 - Created output file
> ok 152 - Already OK
> ok 153 - Uncompressed matches original
> ok 154 - IO::Compress::RawDeflate::rawdeflate - From Filename to Buffer content '<undef>' Append 1
> ok 155 - Compressed ok
> ok 156 - Already OK
> ok 157 - Uncompressed matches original
> ok 158 - IO::Compress::RawDeflate::rawdeflate - From Handle to Filename content '<undef>' Append 1
> ok 159 - Output file does not exist
> ok 160 - Compressed ok
> ok 161 - Created output file
> ok 162 - Already OK
> ok 163 - Uncompressed matches original
> ok 164 - IO::Compress::RawDeflate::rawdeflate - From Handle to Handle content '<undef>' Append 1
> ok 165 - Output file does not exist
> ok 166 - Compressed ok
> ok 167 - Created output file
> ok 168 - Already OK
> ok 169 - Uncompressed matches original
> ok 170 - IO::Compress::RawDeflate::rawdeflate - From Handle to Buffer content '<undef>' Append 1
> ok 171 - Compressed ok
> ok 172 - Already OK
> ok 173 - Uncompressed matches original
> ok 174 - IO::Compress::RawDeflate::rawdeflate - From stdin (via '-') to Buffer content '<undef>' Append 1
> ok 175 - redirect STDIN
> ok 176 - Compressed ok
> ok 177 - Already OK
> ok 178 - Uncompressed matches original
> ok 179 - IO::Compress::RawDeflate::rawdeflate - From Buff to Buff content '' Append 1
> ok 180 - Compressed ok
> ok 181 - Input buffer not changed
> ok 182 - Already OK
> ok 183 - no error []
> ok 184 - Uncompressed matches original
> ok 185 - IO::Compress::RawDeflate::rawdeflate - From Buff to Array Ref content '' Append 1
> ok 186 - Compressed ok
> ok 187 - Array[0] unchanged
> ok 188 - Input buffer not changed
> ok 189 - Uncompressed matches original
> ok 190 - IO::Compress::RawDeflate::rawdeflate - From Array Ref to Array Ref content '' Append 1
> ok 191 - Compressed ok
> ok 192 - Array[0] unchanged
> ok 193 - Uncompressed matches original
> ok 194 - IO::Compress::RawDeflate::rawdeflate - From Buff to Filename content '' Append 1
> ok 195 - Output file does not exist
> ok 196 - Compressed ok
> ok 197 - Created output file
> ok 198 - Already OK
> ok 199 - Uncompressed matches original
> ok 200 - IO::Compress::RawDeflate::rawdeflate - From Buff to Handle content '' Append 1
> ok 201 - Output file does not exist
> ok 202 - Created output filehandle
> ok 203 - Compressed ok
> ok 204 - Created output file
> ok 205 - Already OK
> ok 206 - Uncompressed matches original
> ok 207 - IO::Compress::RawDeflate::rawdeflate - From Filename to Filename content '' Append 1
> ok 208 - Output file does not exist
> ok 209 - Compressed ok
> ok 210 - Created output file
> ok 211 - Already OK
> ok 212 - Uncompressed matches original
> ok 213 - IO::Compress::RawDeflate::rawdeflate - From Filename to Handle content '' Append 1
> ok 214 - Output file does not exist
> ok 215 - Compressed ok
> ok 216 - Created output file
> ok 217 - Already OK
> ok 218 - Uncompressed matches original
> ok 219 - IO::Compress::RawDeflate::rawdeflate - From Filename to Buffer content '' Append 1
> ok 220 - Compressed ok
> ok 221 - Already OK
> ok 222 - Uncompressed matches original
> ok 223 - IO::Compress::RawDeflate::rawdeflate - From Handle to Filename content '' Append 1
> ok 224 - Output file does not exist
> ok 225 - Compressed ok
> ok 226 - Created output file
> ok 227 - Already OK
> ok 228 - Uncompressed matches original
> ok 229 - IO::Compress::RawDeflate::rawdeflate - From Handle to Handle content '' Append 1
> ok 230 - Output file does not exist
> ok 231 - Compressed ok
> ok 232 - Created output file
> ok 233 - Already OK
> ok 234 - Uncompressed matches original
> ok 235 - IO::Compress::RawDeflate::rawdeflate - From Handle to Buffer content '' Append 1
> ok 236 - Compressed ok
> ok 237 - Already OK
> ok 238 - Uncompressed matches original
> ok 239 - IO::Compress::RawDeflate::rawdeflate - From stdin (via '-') to Buffer content '' Append 1
> ok 240 - redirect STDIN
> ok 241 - Compressed ok
> ok 242 - Already OK
> ok 243 - Uncompressed matches original
> ok 244 - IO::Compress::RawDeflate::rawdeflate - From Buff to Buff content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 245 - Compressed ok
> ok 246 - Input buffer not changed
> ok 247 - Already OK
> ok 248 - no error []
> ok 249 - Uncompressed matches original
> ok 250 - IO::Compress::RawDeflate::rawdeflate - From Buff to Array Ref content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 251 - Compressed ok
> ok 252 - Array[0] unchanged
> ok 253 - Input buffer not changed
> ok 254 - Uncompressed matches original
> ok 255 - IO::Compress::RawDeflate::rawdeflate - From Array Ref to Array Ref content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 256 - Compressed ok
> ok 257 - Array[0] unchanged
> ok 258 - Uncompressed matches original
> ok 259 - IO::Compress::RawDeflate::rawdeflate - From Buff to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 260 - Output file does not exist
> ok 261 - Compressed ok
> ok 262 - Created output file
> ok 263 - Already OK
> ok 264 - Uncompressed matches original
> ok 265 - IO::Compress::RawDeflate::rawdeflate - From Buff to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 266 - Output file does not exist
> ok 267 - Created output filehandle
> ok 268 - Compressed ok
> ok 269 - Created output file
> ok 270 - Already OK
> ok 271 - Uncompressed matches original
> ok 272 - IO::Compress::RawDeflate::rawdeflate - From Filename to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 273 - Output file does not exist
> ok 274 - Compressed ok
> ok 275 - Created output file
> ok 276 - Already OK
> ok 277 - Uncompressed matches original
> ok 278 - IO::Compress::RawDeflate::rawdeflate - From Filename to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 279 - Output file does not exist
> ok 280 - Compressed ok
> ok 281 - Created output file
> ok 282 - Already OK
> ok 283 - Uncompressed matches original
> ok 284 - IO::Compress::RawDeflate::rawdeflate - From Filename to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 285 - Compressed ok
> ok 286 - Already OK
> ok 287 - Uncompressed matches original
> ok 288 - IO::Compress::RawDeflate::rawdeflate - From Handle to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 289 - Output file does not exist
> ok 290 - Compressed ok
> ok 291 - Created output file
> ok 292 - Already OK
> ok 293 - Uncompressed matches original
> ok 294 - IO::Compress::RawDeflate::rawdeflate - From Handle to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 295 - Output file does not exist
> ok 296 - Compressed ok
> ok 297 - Created output file
> ok 298 - Already OK
> ok 299 - Uncompressed matches original
> ok 300 - IO::Compress::RawDeflate::rawdeflate - From Handle to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 301 - Compressed ok
> ok 302 - Already OK
> ok 303 - Uncompressed matches original
> ok 304 - IO::Compress::RawDeflate::rawdeflate - From stdin (via '-') to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 305 - redirect STDIN
> ok 306 - Compressed ok
> ok 307 - Already OK
> ok 308 - Uncompressed matches original
> ok 309 - IO::Compress::RawDeflate::rawdeflate - From Buff to Buff content '<undef>' Append 0
> ok 310 - Compressed ok
> ok 311 - Input buffer not changed
> ok 312 - no error []
> ok 313 - Uncompressed matches original
> ok 314 - IO::Compress::RawDeflate::rawdeflate - From Buff to Array Ref content '<undef>' Append 0
> ok 315 - Compressed ok
> ok 316 - Array[0] unchanged
> ok 317 - Input buffer not changed
> ok 318 - Uncompressed matches original
> ok 319 - IO::Compress::RawDeflate::rawdeflate - From Array Ref to Array Ref content '<undef>' Append 0
> ok 320 - Compressed ok
> ok 321 - Array[0] unchanged
> ok 322 - Uncompressed matches original
> ok 323 - IO::Compress::RawDeflate::rawdeflate - From Buff to Filename content '<undef>' Append 0
> ok 324 - Output file does not exist
> ok 325 - Compressed ok
> ok 326 - Created output file
> ok 327 - Uncompressed matches original
> ok 328 - IO::Compress::RawDeflate::rawdeflate - From Buff to Handle content '<undef>' Append 0
> ok 329 - Output file does not exist
> ok 330 - Created output filehandle
> ok 331 - Compressed ok
> ok 332 - Created output file
> ok 333 - Uncompressed matches original
> ok 334 - IO::Compress::RawDeflate::rawdeflate - From Filename to Filename content '<undef>' Append 0
> ok 335 - Output file does not exist
> ok 336 - Compressed ok
> ok 337 - Created output file
> ok 338 - Uncompressed matches original
> ok 339 - IO::Compress::RawDeflate::rawdeflate - From Filename to Handle content '<undef>' Append 0
> ok 340 - Output file does not exist
> ok 341 - Compressed ok
> ok 342 - Created output file
> ok 343 - Uncompressed matches original
> ok 344 - IO::Compress::RawDeflate::rawdeflate - From Filename to Buffer content '<undef>' Append 0
> ok 345 - Compressed ok
> ok 346 - Uncompressed matches original
> ok 347 - IO::Compress::RawDeflate::rawdeflate - From Handle to Filename content '<undef>' Append 0
> ok 348 - Output file does not exist
> ok 349 - Compressed ok
> ok 350 - Created output file
> ok 351 - Uncompressed matches original
> ok 352 - IO::Compress::RawDeflate::rawdeflate - From Handle to Handle content '<undef>' Append 0
> ok 353 - Output file does not exist
> ok 354 - Compressed ok
> ok 355 - Created output file
> ok 356 - Uncompressed matches original
> ok 357 - IO::Compress::RawDeflate::rawdeflate - From Handle to Buffer content '<undef>' Append 0
> ok 358 - Compressed ok
> ok 359 - Uncompressed matches original
> ok 360 - IO::Compress::RawDeflate::rawdeflate - From stdin (via '-') to Buffer content '<undef>' Append 0
> ok 361 - redirect STDIN
> ok 362 - Compressed ok
> ok 363 - Uncompressed matches original
> ok 364 - IO::Compress::RawDeflate::rawdeflate - From Buff to Buff content '' Append 0
> ok 365 - Compressed ok
> ok 366 - Input buffer not changed
> ok 367 - no error []
> ok 368 - Uncompressed matches original
> ok 369 - IO::Compress::RawDeflate::rawdeflate - From Buff to Array Ref content '' Append 0
> ok 370 - Compressed ok
> ok 371 - Array[0] unchanged
> ok 372 - Input buffer not changed
> ok 373 - Uncompressed matches original
> ok 374 - IO::Compress::RawDeflate::rawdeflate - From Array Ref to Array Ref content '' Append 0
> ok 375 - Compressed ok
> ok 376 - Array[0] unchanged
> ok 377 - Uncompressed matches original
> ok 378 - IO::Compress::RawDeflate::rawdeflate - From Buff to Filename content '' Append 0
> ok 379 - Output file does not exist
> ok 380 - Compressed ok
> ok 381 - Created output file
> ok 382 - Uncompressed matches original
> ok 383 - IO::Compress::RawDeflate::rawdeflate - From Buff to Handle content '' Append 0
> ok 384 - Output file does not exist
> ok 385 - Created output filehandle
> ok 386 - Compressed ok
> ok 387 - Created output file
> ok 388 - Uncompressed matches original
> ok 389 - IO::Compress::RawDeflate::rawdeflate - From Filename to Filename 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 Handle content '' Append 0
> ok 395 - Output file does not exist
> ok 396 - Compressed ok
> ok 397 - Created output file
> ok 398 - Uncompressed matches original
> ok 399 - IO::Compress::RawDeflate::rawdeflate - From Filename to Buffer content '' Append 0
> ok 400 - Compressed ok
> ok 401 - Uncompressed matches original
> ok 402 - IO::Compress::RawDeflate::rawdeflate - From Handle to Filename 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 Handle content '' Append 0
> ok 408 - Output file does not exist
> ok 409 - Compressed ok
> ok 410 - Created output file
> ok 411 - Uncompressed matches original
> ok 412 - IO::Compress::RawDeflate::rawdeflate - From Handle to Buffer content '' Append 0
> ok 413 - Compressed ok
> ok 414 - Uncompressed matches original
> ok 415 - IO::Compress::RawDeflate::rawdeflate - From stdin (via '-') to Buffer content '' Append 0
> ok 416 - redirect STDIN
> ok 417 - Compressed ok
> ok 418 - Uncompressed matches original
> ok 419 - IO::Compress::RawDeflate::rawdeflate - From Buff to Buff content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 420 - Compressed ok
> ok 421 - Input buffer not changed
> ok 422 - no error []
> ok 423 - Uncompressed matches original
> ok 424 - IO::Compress::RawDeflate::rawdeflate - From Buff to Array Ref content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 425 - Compressed ok
> ok 426 - Array[0] unchanged
> ok 427 - Input buffer not changed
> ok 428 - Uncompressed matches original
> ok 429 - IO::Compress::RawDeflate::rawdeflate - From Array Ref to Array Ref content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 430 - Compressed ok
> ok 431 - Array[0] unchanged
> ok 432 - Uncompressed matches original
> ok 433 - IO::Compress::RawDeflate::rawdeflate - From Buff to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 434 - Output file does not exist
> ok 435 - Compressed ok
> ok 436 - Created output file
> ok 437 - Uncompressed matches original
> ok 438 - IO::Compress::RawDeflate::rawdeflate - From Buff to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 439 - Output file does not exist
> ok 440 - Created output filehandle
> ok 441 - Compressed ok
> ok 442 - Created output file
> ok 443 - Uncompressed matches original
> ok 444 - IO::Compress::RawDeflate::rawdeflate - From Filename to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 445 - Output file does not exist
> ok 446 - Compressed ok
> ok 447 - Created output file
> ok 448 - Uncompressed matches original
> ok 449 - IO::Compress::RawDeflate::rawdeflate - From Filename to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 450 - Output file does not exist
> ok 451 - Compressed ok
> ok 452 - Created output file
> ok 453 - Uncompressed matches original
> ok 454 - IO::Compress::RawDeflate::rawdeflate - From Filename to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 455 - Compressed ok
> ok 456 - Uncompressed matches original
> ok 457 - IO::Compress::RawDeflate::rawdeflate - From Handle to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 458 - Output file does not exist
> ok 459 - Compressed ok
> ok 460 - Created output file
> ok 461 - Uncompressed matches original
> ok 462 - IO::Compress::RawDeflate::rawdeflate - From Handle to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 463 - Output file does not exist
> ok 464 - Compressed ok
> ok 465 - Created output file
> ok 466 - Uncompressed matches original
> ok 467 - IO::Compress::RawDeflate::rawdeflate - From Handle to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 468 - Compressed ok
> ok 469 - Uncompressed matches original
> ok 470 - IO::Compress::RawDeflate::rawdeflate - From stdin (via '-') to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 471 - redirect STDIN
> ok 472 - Compressed ok
> ok 473 - Uncompressed matches original
> ok 474 - Created output filehandle
> ok 475 - IO::Compress::RawDeflate::rawdeflate - From Array Ref to Array Ref
> ok 476 - Compressed ok
> ok 477 - Array[0] unchanged
> ok 478 - Input array not changed
> ok 479 - Got Expected uncompressed data
> ok 480 - IO::Compress::RawDeflate::rawdeflate - From Array Ref to Buffer, MultiStream 1
> ok 481 - Compressed ok
> ok 482 - Got Expected uncompressed data
> ok 483 - Header count ok
> ok 484 - IO::Compress::RawDeflate::rawdeflate - From Array Ref to Filename, MultiStream 1
> ok 485 - Compressed ok
> ok 486 - Got Expected uncompressed data
> ok 487 - Header count ok
> ok 488 - IO::Compress::RawDeflate::rawdeflate - From Array Ref to Filehandle, MultiStream 1
> ok 489 - Compressed ok
> ok 490 - Got Expected uncompressed data
> ok 491 - Header count ok
> ok 492 - Truncated file
> ok 493 - Compressed ok
> ok 494 - Compressed ok
> ok 495 - Compressed ok
> ok 496 - Uncompressed stream 1 ok
> ok 497
> ok 498 - Didn't uncompress
> ok 499 - Got unexpected eof
> ok 500 - IO::Compress::RawDeflate::rawdeflate - From Array Ref to Buffer, MultiStream 0
> ok 501 - Compressed ok
> ok 502 - Got Expected uncompressed data
> ok 503 - Header count ok
> ok 504 - IO::Compress::RawDeflate::rawdeflate - From Array Ref to Filename, MultiStream 0
> ok 505 - Compressed ok
> ok 506 - Got Expected uncompressed data
> ok 507 - Header count ok
> ok 508 - IO::Compress::RawDeflate::rawdeflate - From Array Ref to Filehandle, MultiStream 0
> ok 509 - Compressed ok
> ok 510 - Got Expected uncompressed data
> ok 511 - Header count ok
> ok 512 - Truncated file
> ok 513 - Compressed ok
> ok 514 - Compressed ok
> ok 515 - Compressed ok
> ok 516 - Uncompressed stream 1 ok
> ok 517
> ok 518 - Didn't uncompress
> ok 519 - Got unexpected eof
> ok 520 - Round trip binary data that happens to include \r\n
> ok 521
> ok 522 - Compressed ok
> ok 523 - Uncompressed ok
> ok 524 - round tripped ok
> ok 525 - Trailingdata with IO::Uncompress::RawInflate::rawinflate, from filehandle
> ok 526 - Compressed ok
> ok 527 - Uncompressed OK
> ok 528 - Got uncompressed data
> ok 529 - Got trailing data
> ok 530 - Trailingdata with IO::Uncompress::RawInflate::rawinflate, from buffer
> ok 531 - Compressed ok
> ok 532 - Uncompressed OK
> ok 533 - Got uncompressed data
> ok 534 - Got trailing data
> ok 535 - Temp Directory tmpdir1100786X00003.tmp exists
> ok 536 - IO::Compress::RawDeflate::rawdeflate - From FileGlob to FileGlob files [a1]
> ok 537 - Compressed ok
> ok 538 - got expected from tmpdir1100786X00004.tmp/a1.tmp
> ok 539 - got all files
> ok 540 - IO::Compress::RawDeflate::rawdeflate - From FileGlob to Array files [a1]
> ok 541 - Compressed ok
> ok 542
> ok 543 - got expected
> ok 544 - got all files
> ok 545 - IO::Compress::RawDeflate::rawdeflate - From FileGlob to Buffer files [a1], MS 1
> ok 546 - Compressed ok
> ok 547 - got expected
> ok 548 - Header count ok
> ok 549 - IO::Compress::RawDeflate::rawdeflate - From FileGlob to Filename files [a1], MS 1
> ok 550 - Compressed ok
> ok 551 - got expected
> ok 552 - Header count ok
> ok 553 - IO::Compress::RawDeflate::rawdeflate - From FileGlob to Filehandle files [a1], MS 1
> ok 554 - Compressed ok
> ok 555 - got expected
> ok 556 - Header count ok
> ok 557 - IO::Compress::RawDeflate::rawdeflate - From FileGlob to Buffer files [a1], MS 0
> ok 558 - Compressed ok
> ok 559 - got expected
> ok 560 - Header count ok
> ok 561 - IO::Compress::RawDeflate::rawdeflate - From FileGlob to Filename files [a1], MS 0
> ok 562 - Compressed ok
> ok 563 - got expected
> ok 564 - Header count ok
> ok 565 - IO::Compress::RawDeflate::rawdeflate - From FileGlob to Filehandle files [a1], MS 0
> ok 566 - Compressed ok
> ok 567 - got expected
> ok 568 - Header count ok
> ok 569 - Temp Directory tmpdir1100786X00005.tmp exists
> ok 570 - IO::Compress::RawDeflate::rawdeflate - From FileGlob to FileGlob files [a1 a2 a3]
> ok 571 - Compressed ok
> ok 572 - got expected from tmpdir1100786X00006.tmp/a1.tmp
> ok 573 - got expected from tmpdir1100786X00006.tmp/a2.tmp
> ok 574 - got expected from tmpdir1100786X00006.tmp/a3.tmp
> ok 575 - got all files
> ok 576 - IO::Compress::RawDeflate::rawdeflate - From FileGlob to Array files [a1 a2 a3]
> ok 577 - Compressed ok
> ok 578
> ok 579 - got expected
> ok 580 - got expected
> ok 581 - got expected
> ok 582 - got all files
> ok 583 - IO::Compress::RawDeflate::rawdeflate - From FileGlob to Buffer files [a1 a2 a3], MS 1
> ok 584 - Compressed ok
> ok 585 - got expected
> ok 586 - Header count ok
> ok 587 - IO::Compress::RawDeflate::rawdeflate - From FileGlob to Filename files [a1 a2 a3], MS 1
> ok 588 - Compressed ok
> ok 589 - got expected
> ok 590 - Header count ok
> ok 591 - IO::Compress::RawDeflate::rawdeflate - From FileGlob to Filehandle files [a1 a2 a3], MS 1
> ok 592 - Compressed ok
> ok 593 - got expected
> ok 594 - Header count ok
> ok 595 - IO::Compress::RawDeflate::rawdeflate - From FileGlob to Buffer files [a1 a2 a3], MS 0
> ok 596 - Compressed ok
> ok 597 - got expected
> ok 598 - Header count ok
> ok 599 - IO::Compress::RawDeflate::rawdeflate - From FileGlob to Filename files [a1 a2 a3], MS 0
> ok 600 - Compressed ok
> ok 601 - got expected
> ok 602 - Header count ok
> ok 603 - IO::Compress::RawDeflate::rawdeflate - From FileGlob to Filehandle files [a1 a2 a3], MS 0
> ok 604 - Compressed ok
> ok 605 - got expected
> ok 606 - Header count ok
> ok 607 - IO::Uncompress::RawInflate::rawinflate - From Buff to Buff, Append(0)
> ok 608 - Uncompressed ok
> ok 609 - Input buffer not changed
> ok 610 - Uncompressed matches original
> ok 611 - IO::Uncompress::RawInflate::rawinflate - From Buff to Array, Append(0)
> ok 612 - Uncompressed ok
> ok 613 - Input buffer not changed
> ok 614 - Uncompressed matches original
> ok 615 - Uncompressed matches original
> ok 616 - only 2 elements in the array
> ok 617 - IO::Uncompress::RawInflate::rawinflate - From Buff to Filename, Append(0)
> ok 618 - Output file does not exist
> ok 619 - Uncompressed ok
> ok 620 - Created output file
> ok 621 - Input buffer not changed
> ok 622 - Uncompressed matches original
> ok 623 - IO::Uncompress::RawInflate::rawinflate - From Buff to Handle, Append(0)
> ok 624 - Output file does not exist
> ok 625 - $of isa IO::File
> ok 626 - Uncompressed ok
> ok 627 - Created output file
> ok 628 - Input buffer not changed
> ok 629 - Uncompressed matches original
> ok 630 - IO::Uncompress::RawInflate::rawinflate - From Filename to Filename, Append(0)
> ok 631 - Output file does not exist
> ok 632 - Uncompressed ok
> ok 633 - Created output file
> ok 634 - Input buffer not changed
> ok 635 - Uncompressed matches original
> ok 636 - IO::Uncompress::RawInflate::rawinflate - From Filename to Handle, Append(0)
> ok 637 - Output file does not exist
> ok 638 - $out isa IO::File
> ok 639 - Uncompressed ok
> ok 640 - Created output file
> ok 641 - Input buffer not changed
> ok 642 - Uncompressed matches original
> ok 643 - IO::Uncompress::RawInflate::rawinflate - From Filename to Buffer, Append(0)
> ok 644 - Uncompressed ok
> ok 645 - Input buffer not changed
> ok 646 - Uncompressed matches original
> ok 647 - IO::Uncompress::RawInflate::rawinflate - From Handle to Filename, Append(0)
> ok 648 - Output file does not exist
> ok 649 - Uncompressed ok
> ok 650 - Created output file
> ok 651 - Input buffer not changed
> ok 652 - Uncompressed matches original
> ok 653 - IO::Uncompress::RawInflate::rawinflate - From Handle to Handle, Append(0)
> ok 654 - Output file does not exist
> ok 655 - $out isa IO::File
> ok 656 - Uncompressed ok
> ok 657 - Created output file
> ok 658 - Input buffer not changed
> ok 659 - Uncompressed matches original
> ok 660 - IO::Uncompress::RawInflate::rawinflate - From Filename to Buffer, Append(0)
> ok 661 - Uncompressed ok
> ok 662 - Input buffer not changed
> ok 663 - Uncompressed matches original
> ok 664 - IO::Uncompress::RawInflate::rawinflate - From stdin (via '-') to Buffer content, Append(0)
> ok 665 - redirect STDIN
> ok 666 - Uncompressed ok
> ok 667 - Input buffer not changed
> ok 668 - Uncompressed matches original
> ok 669 - IO::Uncompress::RawInflate::rawinflate - From Buff to Buff, Append(1)
> ok 670 - Uncompressed ok
> ok 671 - Input buffer not changed
> ok 672 - Uncompressed matches original
> ok 673 - IO::Uncompress::RawInflate::rawinflate - From Buff to Array, Append(1)
> ok 674 - Uncompressed ok
> ok 675 - Input buffer not changed
> ok 676 - Uncompressed matches original
> ok 677 - Uncompressed matches original
> ok 678 - only 2 elements in the array
> ok 679 - IO::Uncompress::RawInflate::rawinflate - From Buff to Filename, Append(1)
> ok 680 - Uncompressed ok
> ok 681 - Created output file
> ok 682 - Input buffer not changed
> ok 683 - Uncompressed matches original
> ok 684 - IO::Uncompress::RawInflate::rawinflate - From Buff to Handle, Append(1)
> ok 685 - $of isa IO::File
> ok 686 - Uncompressed ok
> ok 687 - Created output file
> ok 688 - Input buffer not changed
> ok 689 - Uncompressed matches original
> ok 690 - IO::Uncompress::RawInflate::rawinflate - From Filename to Filename, Append(1)
> ok 691 - Uncompressed ok
> ok 692 - Created output file
> ok 693 - Input buffer not changed
> ok 694 - Uncompressed matches original
> ok 695 - IO::Uncompress::RawInflate::rawinflate - From Filename to Handle, Append(1)
> ok 696 - $out isa IO::File
> ok 697 - Uncompressed ok
> ok 698 - Created output file
> ok 699 - Input buffer not changed
> ok 700 - Uncompressed matches original
> ok 701 - IO::Uncompress::RawInflate::rawinflate - From Filename to Buffer, Append(1)
> ok 702 - Uncompressed ok
> ok 703 - Input buffer not changed
> ok 704 - Uncompressed matches original
> ok 705 - IO::Uncompress::RawInflate::rawinflate - From Handle to Filename, Append(1)
> ok 706 - Uncompressed ok
> ok 707 - Created output file
> ok 708 - Input buffer not changed
> ok 709 - Uncompressed matches original
> ok 710 - IO::Uncompress::RawInflate::rawinflate - From Handle to Handle, Append(1)
> ok 711 - $out isa IO::File
> ok 712 - Uncompressed ok
> ok 713 - Created output file
> ok 714 - Input buffer not changed
> ok 715 - Uncompressed matches original
> ok 716 - IO::Uncompress::RawInflate::rawinflate - From Filename to Buffer, Append(1)
> ok 717 - Uncompressed ok
> ok 718 - Input buffer not changed
> ok 719 - Uncompressed matches original
> ok 720 - IO::Uncompress::RawInflate::rawinflate - From stdin (via '-') to Buffer content, Append(1)
> ok 721 - redirect STDIN
> ok 722 - Uncompressed ok
> ok 723 - Input buffer not changed
> ok 724 - Uncompressed matches original
> ok 725 - IO::Uncompress::RawInflate::rawinflate - From Handle to Buffer, InputLength
> ok 726 - Uncompressed ok
> ok 727 - Uncompressed matches original
> ok 728 - Length of Appended data ok
> ok 729 - Appended data ok
> ok 730 - Uncompressed ok
> ok 731 - Uncompressed matches original
> ok 732 - Length of Appended data ok
> ok 733 - Appended data ok
> ok 734 - IO::Uncompress::RawInflate::rawinflate - From stdin (via -) to Buffer content, InputLength
> ok 735 - redirect STDIN
> ok 736 - Uncompressed ok
> ok 737 - Length of Appended data ok
> ok 738 - Uncompressed matches original
> ok 739 - Appended data ok
> ok 740 - IO::Uncompress::RawInflate::rawinflate - From stdin (via *main::STDIN) to Buffer content, InputLength
> ok 741 - redirect STDIN
> ok 742 - Uncompressed ok
> ok 743 - Length of Appended data ok
> ok 744 - Uncompressed matches original
> ok 745 - Appended data ok
> ok 746 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Buff, Append(0)
> ok 747 - Uncompressed ok
> ok 748 - Input buffer not changed
> ok 749 - Uncompressed matches original
> ok 750 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Array, Append(0)
> ok 751 - Uncompressed ok
> ok 752 - Input buffer not changed
> ok 753 - Uncompressed matches original
> ok 754 - Uncompressed matches original
> ok 755 - only 2 elements in the array
> ok 756 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Filename, Append(0)
> ok 757 - Output file does not exist
> ok 758 - Uncompressed ok
> ok 759 - Created output file
> ok 760 - Input buffer not changed
> ok 761 - Uncompressed matches original
> ok 762 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Handle, Append(0)
> ok 763 - Output file does not exist
> ok 764 - $of isa IO::File
> ok 765 - Uncompressed ok
> ok 766 - Created output file
> ok 767 - Input buffer not changed
> ok 768 - Uncompressed matches original
> ok 769 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Filename, Append(0)
> ok 770 - Output file does not exist
> ok 771 - Uncompressed ok
> ok 772 - Created output file
> ok 773 - Input buffer not changed
> ok 774 - Uncompressed matches original
> ok 775 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Handle, Append(0)
> ok 776 - Output file does not exist
> ok 777 - $out isa IO::File
> ok 778 - Uncompressed ok
> ok 779 - Created output file
> ok 780 - Input buffer not changed
> ok 781 - Uncompressed matches original
> ok 782 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Buffer, Append(0)
> ok 783 - Uncompressed ok
> ok 784 - Input buffer not changed
> ok 785 - Uncompressed matches original
> ok 786 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Filename, Append(0)
> ok 787 - Output file does not exist
> ok 788 - Uncompressed ok
> ok 789 - Created output file
> ok 790 - Input buffer not changed
> ok 791 - Uncompressed matches original
> ok 792 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Handle, Append(0)
> ok 793 - Output file does not exist
> ok 794 - $out isa IO::File
> ok 795 - Uncompressed ok
> ok 796 - Created output file
> ok 797 - Input buffer not changed
> ok 798 - Uncompressed matches original
> ok 799 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Buffer, Append(0)
> ok 800 - Uncompressed ok
> ok 801 - Input buffer not changed
> ok 802 - Uncompressed matches original
> ok 803 - IO::Uncompress::AnyUncompress::anyuncompress - From stdin (via '-') to Buffer content, Append(0)
> ok 804 - redirect STDIN
> ok 805 - Uncompressed ok
> ok 806 - Input buffer not changed
> ok 807 - Uncompressed matches original
> ok 808 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Buff, Append(1)
> ok 809 - Uncompressed ok
> ok 810 - Input buffer not changed
> ok 811 - Uncompressed matches original
> ok 812 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Array, Append(1)
> ok 813 - Uncompressed ok
> ok 814 - Input buffer not changed
> ok 815 - Uncompressed matches original
> ok 816 - Uncompressed matches original
> ok 817 - only 2 elements in the array
> ok 818 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Filename, Append(1)
> ok 819 - Uncompressed ok
> ok 820 - Created output file
> ok 821 - Input buffer not changed
> ok 822 - Uncompressed matches original
> ok 823 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Handle, Append(1)
> ok 824 - $of isa IO::File
> ok 825 - Uncompressed ok
> ok 826 - Created output file
> ok 827 - Input buffer not changed
> ok 828 - Uncompressed matches original
> ok 829 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Filename, Append(1)
> ok 830 - Uncompressed ok
> ok 831 - Created output file
> ok 832 - Input buffer not changed
> ok 833 - Uncompressed matches original
> ok 834 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Handle, Append(1)
> ok 835 - $out isa IO::File
> ok 836 - Uncompressed ok
> ok 837 - Created output file
> ok 838 - Input buffer not changed
> ok 839 - Uncompressed matches original
> ok 840 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Buffer, Append(1)
> ok 841 - Uncompressed ok
> ok 842 - Input buffer not changed
> ok 843 - Uncompressed matches original
> ok 844 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Filename, Append(1)
> ok 845 - Uncompressed ok
> ok 846 - Created output file
> ok 847 - Input buffer not changed
> ok 848 - Uncompressed matches original
> ok 849 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Handle, Append(1)
> ok 850 - $out isa IO::File
> ok 851 - Uncompressed ok
> ok 852 - Created output file
> ok 853 - Input buffer not changed
> ok 854 - Uncompressed matches original
> ok 855 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Buffer, Append(1)
> ok 856 - Uncompressed ok
> ok 857 - Input buffer not changed
> ok 858 - Uncompressed matches original
> ok 859 - IO::Uncompress::AnyUncompress::anyuncompress - From stdin (via '-') to Buffer content, Append(1)
> ok 860 - redirect STDIN
> ok 861 - Uncompressed ok
> ok 862 - Input buffer not changed
> ok 863 - Uncompressed matches original
> ok 864 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Buffer, InputLength
> ok 865 - Uncompressed ok
> ok 866 - Uncompressed matches original
> ok 867 - Length of Appended data ok
> ok 868 - Appended data ok
> ok 869 - Uncompressed ok
> ok 870 - Uncompressed matches original
> ok 871 - Length of Appended data ok
> ok 872 - Appended data ok
> ok 873 - IO::Uncompress::AnyUncompress::anyuncompress - From stdin (via -) to Buffer content, InputLength
> ok 874 - redirect STDIN
> ok 875 - Uncompressed ok
> ok 876 - Length of Appended data ok
> ok 877 - Uncompressed matches original
> ok 878 - Appended data ok
> ok 879 - IO::Uncompress::AnyUncompress::anyuncompress - From stdin (via *main::STDIN) to Buffer content, InputLength
> ok 880 - redirect STDIN
> ok 881 - Uncompressed ok
> ok 882 - Length of Appended data ok
> ok 883 - Uncompressed matches original
> ok 884 - Appended data ok
> ok 885 - Created output filehandle
> ok 886 - IO::Uncompress::RawInflate::rawinflate - From ArrayRef to Buffer
> ok 887 - UnCompressed ok
> ok 888
> ok 889 - IO::Uncompress::RawInflate::rawinflate - From ArrayRef to Filename
> ok 890 - UnCompressed ok
> ok 891
> ok 892 - IO::Uncompress::RawInflate::rawinflate - From ArrayRef to Filehandle
> ok 893 - UnCompressed ok
> ok 894
> ok 895 - IO::Uncompress::RawInflate::rawinflate - From Array Ref to Array Ref
> ok 896 - UnCompressed ok
> ok 897 - Input array not changed
> ok 898 - Got Expected uncompressed data
> ok 899 - Created output filehandle
> ok 900 - IO::Uncompress::AnyUncompress::anyuncompress - From ArrayRef to Buffer
> ok 901 - UnCompressed ok
> ok 902
> ok 903 - IO::Uncompress::AnyUncompress::anyuncompress - From ArrayRef to Filename
> ok 904 - UnCompressed ok
> ok 905
> ok 906 - IO::Uncompress::AnyUncompress::anyuncompress - From ArrayRef to Filehandle
> ok 907 - UnCompressed ok
> ok 908
> ok 909 - IO::Uncompress::AnyUncompress::anyuncompress - From Array Ref to Array Ref
> ok 910 - UnCompressed ok
> ok 911 - Input array not changed
> ok 912 - Got Expected uncompressed data
> ok 913 - Temp Directory tmpdir1100786X00007.tmp exists
> ok 914 - IO::Uncompress::RawInflate::rawinflate - From FileGlob to FileGlob
> ok 915 - UnCompressed ok
> ok 916 - got expected from tmpdir1100786X00008.tmp/a1.tmp
> ok 917 - got expected from tmpdir1100786X00008.tmp/a2.tmp
> ok 918 - got expected from tmpdir1100786X00008.tmp/a3.tmp
> ok 919 - got all files
> ok 920 - IO::Uncompress::RawInflate::rawinflate - From FileGlob to Arrayref
> ok 921 - UnCompressed ok
> ok 922 - got expected data
> ok 923 - got expected data
> ok 924 - got expected data
> ok 925 - got expected data
> ok 926 - got all files
> ok 927 - IO::Uncompress::RawInflate::rawinflate - From FileGlob to Buffer
> ok 928 - UnCompressed ok
> ok 929 - got expected uncompressed data
> ok 930 - IO::Uncompress::RawInflate::rawinflate - From FileGlob to Filename
> ok 931 - tst1100786X00195.tmp does not exist
> ok 932 - UnCompressed ok
> ok 933 - tst1100786X00195.tmp does exist
> ok 934 - got expected uncompressed data
> ok 935 - IO::Uncompress::RawInflate::rawinflate - From FileGlob to Filehandle
> ok 936 - UnCompressed ok
> ok 937 - tst1100786X00196.tmp does exist
> ok 938 - got expected uncompressed data
> ok 939 - Temp Directory tmpdir1100786X00009.tmp exists
> ok 940 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to FileGlob
> ok 941 - UnCompressed ok
> ok 942 - got expected from tmpdir1100786X00010.tmp/a1.tmp
> ok 943 - got expected from tmpdir1100786X00010.tmp/a2.tmp
> ok 944 - got expected from tmpdir1100786X00010.tmp/a3.tmp
> ok 945 - got all files
> ok 946 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to Arrayref
> ok 947 - UnCompressed ok
> ok 948 - got expected data
> ok 949 - got expected data
> ok 950 - got expected data
> ok 951 - got expected data
> ok 952 - got all files
> ok 953 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to Buffer
> ok 954 - UnCompressed ok
> ok 955 - got expected uncompressed data
> ok 956 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to Filename
> ok 957 - tst1100786X00197.tmp does not exist
> ok 958 - UnCompressed ok
> ok 959 - tst1100786X00197.tmp does exist
> ok 960 - got expected uncompressed data
> ok 961 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to Filehandle
> ok 962 - UnCompressed ok
> ok 963 - tst1100786X00198.tmp does exist
> ok 964 - got expected uncompressed data
> ok 965 - More write tests
> ok 966 - Array Input Error tests
> ok 967 - []
> ok 968 - IO::Compress::RawDeflate::rawdeflate fails
> ok 969 - got error message
> ok 970 - [[]]
> ok 971 - IO::Compress::RawDeflate::rawdeflate fails
> ok 972 - got error message
> ok 973 - [[[]]]
> ok 974 - IO::Compress::RawDeflate::rawdeflate fails
> ok 975 - got error message
> ok 976 - [[\"ab"], [\"cd"]]
> ok 977 - IO::Compress::RawDeflate::rawdeflate fails
> ok 978 - got error message
> ok 979 - [\""]
> ok 980 - IO::Compress::RawDeflate::rawdeflate fails
> ok 981 - got error message
> ok 982 - [\undef]
> ok 983 - IO::Compress::RawDeflate::rawdeflate fails
> ok 984 - got error message
> ok 985 - [\"abcd"]
> ok 986 - IO::Compress::RawDeflate::rawdeflate fails
> ok 987 - got error message
> ok 988 - [\&xx]
> ok 989 - IO::Compress::RawDeflate::rawdeflate fails
> ok 990 - got error message
> ok 991 - [$fh2]
> ok 992 - IO::Compress::RawDeflate::rawdeflate fails
> ok 993 - got error message
> ok 994 - [""]
> ok 995 - got error message
> ok 996 - [undef]
> ok 997 - got error message
> ok 998 - Compressed ok
> ok 999 - UnCompressed ok
> ok 1000 - round trip ok
> ok 1001
> ok 1002
> ok 1003 - Compressed ok
> ok 1004
> ok 1005
> ok 1006 - UnCompressed ok
> ok 1007 - round trip ok
> ok
> t/105oneshot-zip-bzip2-only.t ...
> 1..248
> ok 1 - use IO::Compress::Zip;
> ok 2 - use IO::Uncompress::Unzip;
> ok 3 - Input 0, Stream 0, Zip64 0, Method 0
> ok 4 - zip ok
> ok 5 - unzip ok
> ok 6 - content ok
> ok 7 - got header
> ok 8 - stream is 0
> ok 9 - MethodID is 0
> ok 10 - Zip64 is 0
> ok 11 - Input 0, Stream 0, Zip64 0, Method 8
> ok 12 - zip ok
> ok 13 - unzip ok
> ok 14 - content ok
> ok 15 - got header
> ok 16 - stream is 0
> ok 17 - MethodID is 8
> ok 18 - Zip64 is 0
> ok 19 - Input 0, Stream 0, Zip64 0, Method 12
> ok 20 - zip ok
> ok 21 - unzip ok
> ok 22 - content ok
> ok 23 - got header
> ok 24 - stream is 0
> ok 25 - MethodID is 12
> ok 26 - Zip64 is 0
> ok 27 - Input 0, Stream 0, Zip64 1, Method 0
> ok 28 - zip ok
> ok 29 - unzip ok
> ok 30 - content ok
> ok 31 - got header
> ok 32 - stream is 0
> ok 33 - MethodID is 0
> ok 34 - Zip64 is 1
> ok 35 - Input 0, Stream 0, Zip64 1, Method 8
> ok 36 - zip ok
> ok 37 - unzip ok
> ok 38 - content ok
> ok 39 - got header
> ok 40 - stream is 0
> ok 41 - MethodID is 8
> ok 42 - Zip64 is 1
> ok 43 - Input 0, Stream 0, Zip64 1, Method 12
> ok 44 - zip ok
> ok 45 - unzip ok
> ok 46 - content ok
> ok 47 - got header
> ok 48 - stream is 0
> ok 49 - MethodID is 12
> ok 50 - Zip64 is 1
> ok 51 - Input 0, Stream 1, Zip64 0, Method 0
> ok 52 - zip ok
> ok 53 - unzip ok
> ok 54 - content ok
> ok 55 - got header
> ok 56 - stream is 1
> ok 57 - MethodID is 0
> ok 58 - Zip64 is 0
> ok 59 - Input 0, Stream 1, Zip64 0, Method 8
> ok 60 - zip ok
> ok 61 - unzip ok
> ok 62 - content ok
> ok 63 - got header
> ok 64 - stream is 1
> ok 65 - MethodID is 8
> ok 66 - Zip64 is 0
> ok 67 - Input 0, Stream 1, Zip64 0, Method 12
> ok 68 - zip ok
> ok 69 - unzip ok
> ok 70 - content ok
> ok 71 - got header
> ok 72 - stream is 1
> ok 73 - MethodID is 12
> ok 74 - Zip64 is 0
> ok 75 - Input 0, Stream 1, Zip64 1, Method 0
> ok 76 - zip ok
> ok 77 - unzip ok
> ok 78 - content ok
> ok 79 - got header
> ok 80 - stream is 1
> ok 81 - MethodID is 0
> ok 82 - Zip64 is 1
> ok 83 - Input 0, Stream 1, Zip64 1, Method 8
> ok 84 - zip ok
> ok 85 - unzip ok
> ok 86 - content ok
> ok 87 - got header
> ok 88 - stream is 1
> ok 89 - MethodID is 8
> ok 90 - Zip64 is 1
> ok 91 - Input 0, Stream 1, Zip64 1, Method 12
> ok 92 - zip ok
> ok 93 - unzip ok
> ok 94 - content ok
> ok 95 - got header
> ok 96 - stream is 1
> ok 97 - MethodID is 12
> ok 98 - Zip64 is 1
> ok 99 - Input 1, Stream 0, Zip64 0, Method 0
> ok 100 - zip ok
> ok 101 - unzip ok
> ok 102 - content ok
> ok 103 - got header
> ok 104 - stream is 0
> ok 105 - MethodID is 0
> ok 106 - Zip64 is 0
> ok 107 - Input 1, Stream 0, Zip64 0, Method 8
> ok 108 - zip ok
> ok 109 - unzip ok
> ok 110 - content ok
> ok 111 - got header
> ok 112 - stream is 0
> ok 113 - MethodID is 8
> ok 114 - Zip64 is 0
> ok 115 - Input 1, Stream 0, Zip64 0, Method 12
> ok 116 - zip ok
> ok 117 - unzip ok
> ok 118 - content ok
> ok 119 - got header
> ok 120 - stream is 0
> ok 121 - MethodID is 12
> ok 122 - Zip64 is 0
> ok 123 - Input 1, Stream 0, Zip64 1, Method 0
> ok 124 - zip ok
> ok 125 - unzip ok
> ok 126 - content ok
> ok 127 - got header
> ok 128 - stream is 0
> ok 129 - MethodID is 0
> ok 130 - Zip64 is 1
> ok 131 - Input 1, Stream 0, Zip64 1, Method 8
> ok 132 - zip ok
> ok 133 - unzip ok
> ok 134 - content ok
> ok 135 - got header
> ok 136 - stream is 0
> ok 137 - MethodID is 8
> ok 138 - Zip64 is 1
> ok 139 - Input 1, Stream 0, Zip64 1, Method 12
> ok 140 - zip ok
> ok 141 - unzip ok
> ok 142 - content ok
> ok 143 - got header
> ok 144 - stream is 0
> ok 145 - MethodID is 12
> ok 146 - Zip64 is 1
> ok 147 - Input 1, Stream 1, Zip64 0, Method 0
> ok 148 - zip ok
> ok 149 - unzip ok
> ok 150 - content ok
> ok 151 - got header
> ok 152 - stream is 1
> ok 153 - MethodID is 0
> ok 154 - Zip64 is 0
> ok 155 - Input 1, Stream 1, Zip64 0, Method 8
> ok 156 - zip ok
> ok 157 - unzip ok
> ok 158 - content ok
> ok 159 - got header
> ok 160 - stream is 1
> ok 161 - MethodID is 8
> ok 162 - Zip64 is 0
> ok 163 - Input 1, Stream 1, Zip64 0, Method 12
> ok 164 - zip ok
> ok 165 - unzip ok
> ok 166 - content ok
> ok 167 - got header
> ok 168 - stream is 1
> ok 169 - MethodID is 12
> ok 170 - Zip64 is 0
> ok 171 - Input 1, Stream 1, Zip64 1, Method 0
> ok 172 - zip ok
> ok 173 - unzip ok
> ok 174 - content ok
> ok 175 - got header
> ok 176 - stream is 1
> ok 177 - MethodID is 0
> ok 178 - Zip64 is 1
> ok 179 - Input 1, Stream 1, Zip64 1, Method 8
> ok 180 - zip ok
> ok 181 - unzip ok
> ok 182 - content ok
> ok 183 - got header
> ok 184 - stream is 1
> ok 185 - MethodID is 8
> ok 186 - Zip64 is 1
> ok 187 - Input 1, Stream 1, Zip64 1, Method 12
> ok 188 - zip ok
> ok 189 - unzip ok
> ok 190 - content ok
> ok 191 - got header
> ok 192 - stream is 1
> ok 193 - MethodID is 12
> ok 194 - Zip64 is 1
> ok 195 - Stream 0, Zip64 0, Method 0
> ok 196 - zip ok
> ok 197 - unzip tst1100787X00048.tmp ok
> ok 198 - content ok
> ok 199 - unzip tst1100787X00049.tmp ok
> ok 200 - content ok
> ok 201 - Stream 0, Zip64 0, Method 8
> ok 202 - zip ok
> ok 203 - unzip tst1100787X00051.tmp ok
> ok 204 - content ok
> ok 205 - unzip tst1100787X00052.tmp ok
> ok 206 - content ok
> ok 207 - Stream 0, Zip64 0, Method 12
> ok 208 - zip ok
> ok 209 - unzip tst1100787X00054.tmp ok
> ok 210 - content ok
> ok 211 - unzip tst1100787X00055.tmp ok
> ok 212 - content ok
> ok 213 - Stream 1, Zip64 0, Method 0
> ok 214 - zip ok
> ok 215 - unzip tst1100787X00057.tmp ok
> ok 216 - content ok
> ok 217 - unzip tst1100787X00058.tmp ok
> ok 218 - content ok
> ok 219 - Stream 1, Zip64 0, Method 8
> ok 220 - zip ok
> ok 221 - unzip tst1100787X00060.tmp ok
> ok 222 - content ok
> ok 223 - unzip tst1100787X00061.tmp ok
> ok 224 - content ok
> ok 225 - Stream 1, Zip64 0, Method 12
> ok 226 - zip ok
> ok 227 - unzip tst1100787X00063.tmp ok
> ok 228 - content ok
> ok 229 - unzip tst1100787X00064.tmp ok
> ok 230 - content ok
> ok 231 - Stream 1, Zip64 1, Method 0
> ok 232 - zip ok
> ok 233 - unzip tst1100787X00066.tmp ok
> ok 234 - content ok
> ok 235 - unzip tst1100787X00067.tmp ok
> ok 236 - content ok
> ok 237 - Stream 1, Zip64 1, Method 8
> ok 238 - zip ok
> ok 239 - unzip tst1100787X00069.tmp ok
> ok 240 - content ok
> ok 241 - unzip tst1100787X00070.tmp ok
> ok 242 - content ok
> ok 243 - Stream 1, Zip64 1, Method 12
> ok 244 - zip ok
> ok 245 - unzip tst1100787X00072.tmp ok
> ok 246 - content ok
> ok 247 - unzip tst1100787X00073.tmp ok
> ok 248 - content ok
> ok
> t/105oneshot-zip-only.t .........
> 1..230
> ok 1 - use IO::Compress::Zip;
> ok 2 - use IO::Uncompress::Unzip;
> ok 3 - Check zip header default NAME & MTIME settings
> ok 4 - zip ok
> ok 5 - unzip ok
> ok 6 - got expected content
> ok 7 - Created IO::Uncompress::Unzip object
> ok 8 - got Header info
> ok 9 - read ok
> ok 10 - got expected content
> ok 11 - closed ok
> ok 12 - Name is 'tst1100788X00000.tmp'
> ok 13 - Time is ok
> ok 14 - Override Name
> ok 15 - zip ok
> ok 16 - unzip ok
> ok 17 - got expected content
> ok 18 - Created IO::Uncompress::Unzip 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 - zip ok
> ok 27 - unzip ok
> ok 28 - got expected content
> ok 29 - Created IO::Uncompress::Unzip object
> ok 30 - got Header info
> ok 31 - read ok
> ok 32 - got expected content
> ok 33 - closed ok
> ok 34 - Name is 'tst1100788X00000.tmp'
> ok 35 - Time is 1671531779
> ok 36 - Override Name and Time
> ok 37 - zip ok
> ok 38 - unzip ok
> ok 39 - got expected content
> ok 40 - Created IO::Uncompress::Unzip 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 1671534779
> ok 47 - Filehandle doesn't have default Name or Time
> ok 48 - zip ok
> ok 49 - unzip ok
> ok 50 - got expected content
> ok 51 - Created IO::Uncompress::Unzip 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 - zip ok
> ok 61 - unzip ok
> ok 62 - got expected content
> ok 63 - Created IO::Uncompress::Unzip 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 - Check CanonicalName & FilterName
> ok 72 - zip ok
> ok 73 - unzip ok
> ok 74 - got expected content
> ok 75 - Created IO::Uncompress::Unzip object
> ok 76 - got Header info
> ok 77 - read ok
> ok 78 - got expected content
> ok 79 - closed ok
> ok 80 - Name is 'fred/joe'
> ok 81 - zip ok
> ok 82 - unzip ok
> ok 83 - got expected content
> ok 84 - Created IO::Uncompress::Unzip object
> ok 85 - got Header info
> ok 86 - read ok
> ok 87 - got expected content
> ok 88 - closed ok
> ok 89 - Name is '/fred/joe'
> ok 90 - zip ok
> ok 91 - unzip ok
> ok 92 - got expected content
> ok 93 - Created IO::Uncompress::Unzip object
> ok 94 - got Header info
> ok 95 - read ok
> ok 96 - got expected content
> ok 97 - closed ok
> ok 98 - Name is 'abcde'
> ok 99 - zip ok
> ok 100 - unzip ok
> ok 101 - got expected content
> ok 102 - Created IO::Uncompress::Unzip object
> ok 103 - got Header info
> ok 104 - read ok
> ok 105 - got expected content
> ok 106 - closed ok
> ok 107 - Name is 'fred/jim'
> ok 108 - zip ok
> ok 109 - unzip ok
> ok 110 - got expected content
> ok 111 - Created IO::Uncompress::Unzip object
> ok 112 - got Header info
> ok 113 - read ok
> ok 114 - got expected content
> ok 115 - closed ok
> ok 116 - Name is '/fred/jim'
> ok 117 - Detect encrypted zip file
> ok 118
> ok 119
> ok 120
> ok 121
> ok 122 - jar file with deflated directory
> ok 123
> ok 124
> ok 125 - Stream 0, Zip64 0, Method 0
> ok 126 - zip ok
> ok 127 - unzip ok
> ok 128 - content ok
> ok 129 - got header
> ok 130 - stream is 0
> ok 131 - MethodID is 0
> ok 132 - Zip64 is 0
> ok 133 - Stream 0, Zip64 0, Method 8
> ok 134 - zip ok
> ok 135 - unzip ok
> ok 136 - content ok
> ok 137 - got header
> ok 138 - stream is 0
> ok 139 - MethodID is 8
> ok 140 - Zip64 is 0
> ok 141 - Stream 0, Zip64 1, Method 0
> ok 142 - zip ok
> ok 143 - unzip ok
> ok 144 - content ok
> ok 145 - got header
> ok 146 - stream is 0
> ok 147 - MethodID is 0
> ok 148 - Zip64 is 1
> ok 149 - Stream 0, Zip64 1, Method 8
> ok 150 - zip ok
> ok 151 - unzip ok
> ok 152 - content ok
> ok 153 - got header
> ok 154 - stream is 0
> ok 155 - MethodID is 8
> ok 156 - Zip64 is 1
> ok 157 - Stream 1, Zip64 0, Method 0
> ok 158 - zip ok
> ok 159 - unzip ok
> ok 160 - content ok
> ok 161 - got header
> ok 162 - stream is 1
> ok 163 - MethodID is 0
> ok 164 - Zip64 is 0
> ok 165 - Stream 1, Zip64 0, Method 8
> ok 166 - zip ok
> ok 167 - unzip ok
> ok 168 - content ok
> ok 169 - got header
> ok 170 - stream is 1
> ok 171 - MethodID is 8
> ok 172 - Zip64 is 0
> ok 173 - Stream 1, Zip64 1, Method 0
> ok 174 - zip ok
> ok 175 - unzip ok
> ok 176 - content ok
> ok 177 - got header
> ok 178 - stream is 1
> ok 179 - MethodID is 0
> ok 180 - Zip64 is 1
> ok 181 - Stream 1, Zip64 1, Method 8
> ok 182 - zip ok
> ok 183 - unzip ok
> ok 184 - content ok
> ok 185 - got header
> ok 186 - stream is 1
> ok 187 - MethodID is 8
> ok 188 - Zip64 is 1
> ok 189 - Stream 0, Zip64 0, Method 0
> ok 190 - zip ok
> ok 191 - unzip tst1100788X00010.tmp ok
> ok 192 - content ok
> ok 193 - unzip tst1100788X00011.tmp ok
> ok 194 - content ok
> ok 195 - Stream 0, Zip64 0, Method 8
> ok 196 - zip ok
> ok 197 - unzip tst1100788X00013.tmp ok
> ok 198 - content ok
> ok 199 - unzip tst1100788X00014.tmp ok
> ok 200 - content ok
> ok 201 - Stream 1, Zip64 0, Method 0
> ok 202 - zip ok
> ok 203 - unzip tst1100788X00016.tmp ok
> ok 204 - content ok
> ok 205 - unzip tst1100788X00017.tmp ok
> ok 206 - content ok
> ok 207 - Stream 1, Zip64 0, Method 8
> ok 208 - zip ok
> ok 209 - unzip tst1100788X00019.tmp ok
> ok 210 - content ok
> ok 211 - unzip tst1100788X00020.tmp ok
> ok 212 - content ok
> ok 213 - Stream 1, Zip64 1, Method 0
> ok 214 - zip ok
> ok 215 - unzip tst1100788X00022.tmp ok
> ok 216 - content ok
> ok 217 - unzip tst1100788X00023.tmp ok
> ok 218 - content ok
> ok 219 - Stream 1, Zip64 1, Method 8
> ok 220 - zip ok
> ok 221 - unzip tst1100788X00025.tmp ok
> ok 222 - content ok
> ok 223 - unzip tst1100788X00026.tmp ok
> ok 224 - content ok
> ok 225 - Regression: ods streaming issue
> ok 226 - unzip meta.xml ok
> ok 227 - content ok
> ok 228 - Regression: odt non-streaming issue
> ok 229 - unzip manifest.rdf ok
> ok 230 - content ok
> ok
> t/105oneshot-zip-store-only.t ... skipped: Lengthy Tests Disabled
> t/105oneshot-zip.t ..............
> 1..1007
> ok 1 - use IO::Uncompress::AnyUncompress;
> ok 2 - Testing IO::Compress::Zip::zip 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::Zip::zip returned undef
> ok 10 - Input filename is a directory
> ok 11 - IO::Compress::Zip::zip returned undef
> ok 12 - Output filename is a directory
> ok 13 - Input and Output buffer are the same
> ok 14 - Input and Output handle are the same
> ok 15 - File zero length
> 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::Zip::zip 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::Zip::zip 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::Zip::zip returned undef
> ok 28 - IO::Compress::Zip::zip returned undef
> ok 29 - Unmatched ) in input fileglob
> ok 30 - Testing IO::Uncompress::Unzip::unzip 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::Unzip::unzip returned undef
> ok 38 - Input filename is a directory
> ok 39 - IO::Uncompress::Unzip::unzip returned undef
> ok 40 - Output filename is a directory
> ok 41 - Input and Output buffer are the same
> ok 42 - Input and Output handle are the same
> ok 43 - File zero length
> 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::Unzip::unzip 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::Unzip::unzip 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::Unzip::unzip returned undef
> ok 56 - IO::Uncompress::Unzip::unzip 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 - Input and Output handle are the same
> ok 71 - File zero length
> 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 scalar reference
> ok 88 # skip readonly + threads
> ok 89 - TrailingData output not scalar reference
> ok 90 - Non-compressed data with IO::Uncompress::Unzip::unzip, Transparent => 0
> ok 91 - Input buffer not changed
> ok 92 - IO::Uncompress::Unzip::unzip returned false
> ok 93 - error is 'Header Error: Bad Magic'
> ok 94 - Non-compressed data with IO::Uncompress::Unzip::unzip, Transparent => 1
> ok 95 - Input buffer not changed
> ok 96 - IO::Uncompress::Unzip::unzip 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::Unzip - corrupt data
> ok 109 - IO::Compress::Zip::zip ok
> ok 110 - IO::Uncompress::Unzip ok
> ok 111 - Got error 'Trailer Error: Data Descriptor signature, got 1684234849'
> ok 112 - anyuncompress ok
> ok 113 - Got error 'Trailer Error: Data Descriptor signature, got 1684234849'
> ok 114 - IO::Compress::Zip::zip - From Buff to Buff content '<undef>' Append 1
> ok 115 - Compressed ok
> ok 116 - Input buffer not changed
> ok 117 - Already OK
> ok 118 - no error []
> ok 119 - Uncompressed matches original
> ok 120 - IO::Compress::Zip::zip - From Buff to Array Ref content '<undef>' Append 1
> ok 121 - Compressed ok
> ok 122 - Array[0] unchanged
> ok 123 - Input buffer not changed
> ok 124 - Uncompressed matches original
> ok 125 - IO::Compress::Zip::zip - From Array Ref to Array Ref content '<undef>' Append 1
> ok 126 - Compressed ok
> ok 127 - Array[0] unchanged
> ok 128 - Uncompressed matches original
> ok 129 - IO::Compress::Zip::zip - From Buff to Filename content '<undef>' Append 1
> ok 130 - Output file does not exist
> ok 131 - Compressed ok
> ok 132 - Created output file
> ok 133 - Already OK
> ok 134 - Uncompressed matches original
> ok 135 - IO::Compress::Zip::zip - From Buff to Handle content '<undef>' Append 1
> ok 136 - Output file does not exist
> ok 137 - Created output filehandle
> ok 138 - Compressed ok
> ok 139 - Created output file
> ok 140 - Already OK
> ok 141 - Uncompressed matches original
> ok 142 - IO::Compress::Zip::zip - From Filename to Filename content '<undef>' Append 1
> ok 143 - Output file does not exist
> ok 144 - Compressed ok
> ok 145 - Created output file
> ok 146 - Already OK
> ok 147 - Uncompressed matches original
> ok 148 - IO::Compress::Zip::zip - From Filename to Handle content '<undef>' Append 1
> ok 149 - Output file does not exist
> ok 150 - Compressed ok
> ok 151 - Created output file
> ok 152 - Already OK
> ok 153 - Uncompressed matches original
> ok 154 - IO::Compress::Zip::zip - From Filename to Buffer content '<undef>' Append 1
> ok 155 - Compressed ok
> ok 156 - Already OK
> ok 157 - Uncompressed matches original
> ok 158 - IO::Compress::Zip::zip - From Handle to Filename content '<undef>' Append 1
> ok 159 - Output file does not exist
> ok 160 - Compressed ok
> ok 161 - Created output file
> ok 162 - Already OK
> ok 163 - Uncompressed matches original
> ok 164 - IO::Compress::Zip::zip - From Handle to Handle content '<undef>' Append 1
> ok 165 - Output file does not exist
> ok 166 - Compressed ok
> ok 167 - Created output file
> ok 168 - Already OK
> ok 169 - Uncompressed matches original
> ok 170 - IO::Compress::Zip::zip - From Handle to Buffer content '<undef>' Append 1
> ok 171 - Compressed ok
> ok 172 - Already OK
> ok 173 - Uncompressed matches original
> ok 174 - IO::Compress::Zip::zip - From stdin (via '-') to Buffer content '<undef>' Append 1
> ok 175 - redirect STDIN
> ok 176 - Compressed ok
> ok 177 - Already OK
> ok 178 - Uncompressed matches original
> ok 179 - IO::Compress::Zip::zip - From Buff to Buff content '' Append 1
> ok 180 - Compressed ok
> ok 181 - Input buffer not changed
> ok 182 - Already OK
> ok 183 - no error []
> ok 184 - Uncompressed matches original
> ok 185 - IO::Compress::Zip::zip - From Buff to Array Ref content '' Append 1
> ok 186 - Compressed ok
> ok 187 - Array[0] unchanged
> ok 188 - Input buffer not changed
> ok 189 - Uncompressed matches original
> ok 190 - IO::Compress::Zip::zip - From Array Ref to Array Ref content '' Append 1
> ok 191 - Compressed ok
> ok 192 - Array[0] unchanged
> ok 193 - Uncompressed matches original
> ok 194 - IO::Compress::Zip::zip - From Buff to Filename content '' Append 1
> ok 195 - Output file does not exist
> ok 196 - Compressed ok
> ok 197 - Created output file
> ok 198 - Already OK
> ok 199 - Uncompressed matches original
> ok 200 - IO::Compress::Zip::zip - From Buff to Handle content '' Append 1
> ok 201 - Output file does not exist
> ok 202 - Created output filehandle
> ok 203 - Compressed ok
> ok 204 - Created output file
> ok 205 - Already OK
> ok 206 - Uncompressed matches original
> ok 207 - IO::Compress::Zip::zip - From Filename to Filename content '' Append 1
> ok 208 - Output file does not exist
> ok 209 - Compressed ok
> ok 210 - Created output file
> ok 211 - Already OK
> ok 212 - Uncompressed matches original
> ok 213 - IO::Compress::Zip::zip - From Filename to Handle content '' Append 1
> ok 214 - Output file does not exist
> ok 215 - Compressed ok
> ok 216 - Created output file
> ok 217 - Already OK
> ok 218 - Uncompressed matches original
> ok 219 - IO::Compress::Zip::zip - From Filename to Buffer content '' Append 1
> ok 220 - Compressed ok
> ok 221 - Already OK
> ok 222 - Uncompressed matches original
> ok 223 - IO::Compress::Zip::zip - From Handle to Filename content '' Append 1
> ok 224 - Output file does not exist
> ok 225 - Compressed ok
> ok 226 - Created output file
> ok 227 - Already OK
> ok 228 - Uncompressed matches original
> ok 229 - IO::Compress::Zip::zip - From Handle to Handle content '' Append 1
> ok 230 - Output file does not exist
> ok 231 - Compressed ok
> ok 232 - Created output file
> ok 233 - Already OK
> ok 234 - Uncompressed matches original
> ok 235 - IO::Compress::Zip::zip - From Handle to Buffer content '' Append 1
> ok 236 - Compressed ok
> ok 237 - Already OK
> ok 238 - Uncompressed matches original
> ok 239 - IO::Compress::Zip::zip - From stdin (via '-') to Buffer content '' Append 1
> ok 240 - redirect STDIN
> ok 241 - Compressed ok
> ok 242 - Already OK
> ok 243 - Uncompressed matches original
> ok 244 - IO::Compress::Zip::zip - From Buff to Buff content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 245 - Compressed ok
> ok 246 - Input buffer not changed
> ok 247 - Already OK
> ok 248 - no error []
> ok 249 - Uncompressed matches original
> ok 250 - IO::Compress::Zip::zip - From Buff to Array Ref content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 251 - Compressed ok
> ok 252 - Array[0] unchanged
> ok 253 - Input buffer not changed
> ok 254 - Uncompressed matches original
> ok 255 - IO::Compress::Zip::zip - From Array Ref to Array Ref content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 256 - Compressed ok
> ok 257 - Array[0] unchanged
> ok 258 - Uncompressed matches original
> ok 259 - IO::Compress::Zip::zip - From Buff to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 260 - Output file does not exist
> ok 261 - Compressed ok
> ok 262 - Created output file
> ok 263 - Already OK
> ok 264 - Uncompressed matches original
> ok 265 - IO::Compress::Zip::zip - From Buff to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 266 - Output file does not exist
> ok 267 - Created output filehandle
> ok 268 - Compressed ok
> ok 269 - Created output file
> ok 270 - Already OK
> ok 271 - Uncompressed matches original
> ok 272 - IO::Compress::Zip::zip - From Filename to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 273 - Output file does not exist
> ok 274 - Compressed ok
> ok 275 - Created output file
> ok 276 - Already OK
> ok 277 - Uncompressed matches original
> ok 278 - IO::Compress::Zip::zip - From Filename to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 279 - Output file does not exist
> ok 280 - Compressed ok
> ok 281 - Created output file
> ok 282 - Already OK
> ok 283 - Uncompressed matches original
> ok 284 - IO::Compress::Zip::zip - From Filename to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 285 - Compressed ok
> ok 286 - Already OK
> ok 287 - Uncompressed matches original
> ok 288 - IO::Compress::Zip::zip - From Handle to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 289 - Output file does not exist
> ok 290 - Compressed ok
> ok 291 - Created output file
> ok 292 - Already OK
> ok 293 - Uncompressed matches original
> ok 294 - IO::Compress::Zip::zip - From Handle to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 295 - Output file does not exist
> ok 296 - Compressed ok
> ok 297 - Created output file
> ok 298 - Already OK
> ok 299 - Uncompressed matches original
> ok 300 - IO::Compress::Zip::zip - From Handle to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 301 - Compressed ok
> ok 302 - Already OK
> ok 303 - Uncompressed matches original
> ok 304 - IO::Compress::Zip::zip - From stdin (via '-') to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 1
> ok 305 - redirect STDIN
> ok 306 - Compressed ok
> ok 307 - Already OK
> ok 308 - Uncompressed matches original
> ok 309 - IO::Compress::Zip::zip - From Buff to Buff content '<undef>' Append 0
> ok 310 - Compressed ok
> ok 311 - Input buffer not changed
> ok 312 - no error []
> ok 313 - Uncompressed matches original
> ok 314 - IO::Compress::Zip::zip - From Buff to Array Ref content '<undef>' Append 0
> ok 315 - Compressed ok
> ok 316 - Array[0] unchanged
> ok 317 - Input buffer not changed
> ok 318 - Uncompressed matches original
> ok 319 - IO::Compress::Zip::zip - From Array Ref to Array Ref content '<undef>' Append 0
> ok 320 - Compressed ok
> ok 321 - Array[0] unchanged
> ok 322 - Uncompressed matches original
> ok 323 - IO::Compress::Zip::zip - From Buff to Filename content '<undef>' Append 0
> ok 324 - Output file does not exist
> ok 325 - Compressed ok
> ok 326 - Created output file
> ok 327 - Uncompressed matches original
> ok 328 - IO::Compress::Zip::zip - From Buff to Handle content '<undef>' Append 0
> ok 329 - Output file does not exist
> ok 330 - Created output filehandle
> ok 331 - Compressed ok
> ok 332 - Created output file
> ok 333 - Uncompressed matches original
> ok 334 - IO::Compress::Zip::zip - From Filename to Filename content '<undef>' Append 0
> ok 335 - Output file does not exist
> ok 336 - Compressed ok
> ok 337 - Created output file
> ok 338 - Uncompressed matches original
> ok 339 - IO::Compress::Zip::zip - From Filename to Handle content '<undef>' Append 0
> ok 340 - Output file does not exist
> ok 341 - Compressed ok
> ok 342 - Created output file
> ok 343 - Uncompressed matches original
> ok 344 - IO::Compress::Zip::zip - From Filename to Buffer content '<undef>' Append 0
> ok 345 - Compressed ok
> ok 346 - Uncompressed matches original
> ok 347 - IO::Compress::Zip::zip - From Handle to Filename content '<undef>' Append 0
> ok 348 - Output file does not exist
> ok 349 - Compressed ok
> ok 350 - Created output file
> ok 351 - Uncompressed matches original
> ok 352 - IO::Compress::Zip::zip - From Handle to Handle content '<undef>' Append 0
> ok 353 - Output file does not exist
> ok 354 - Compressed ok
> ok 355 - Created output file
> ok 356 - Uncompressed matches original
> ok 357 - IO::Compress::Zip::zip - From Handle to Buffer content '<undef>' Append 0
> ok 358 - Compressed ok
> ok 359 - Uncompressed matches original
> ok 360 - IO::Compress::Zip::zip - From stdin (via '-') to Buffer content '<undef>' Append 0
> ok 361 - redirect STDIN
> ok 362 - Compressed ok
> ok 363 - Uncompressed matches original
> ok 364 - IO::Compress::Zip::zip - From Buff to Buff content '' Append 0
> ok 365 - Compressed ok
> ok 366 - Input buffer not changed
> ok 367 - no error []
> ok 368 - Uncompressed matches original
> ok 369 - IO::Compress::Zip::zip - From Buff to Array Ref content '' Append 0
> ok 370 - Compressed ok
> ok 371 - Array[0] unchanged
> ok 372 - Input buffer not changed
> ok 373 - Uncompressed matches original
> ok 374 - IO::Compress::Zip::zip - From Array Ref to Array Ref content '' Append 0
> ok 375 - Compressed ok
> ok 376 - Array[0] unchanged
> ok 377 - Uncompressed matches original
> ok 378 - IO::Compress::Zip::zip - From Buff to Filename content '' Append 0
> ok 379 - Output file does not exist
> ok 380 - Compressed ok
> ok 381 - Created output file
> ok 382 - Uncompressed matches original
> ok 383 - IO::Compress::Zip::zip - From Buff to Handle content '' Append 0
> ok 384 - Output file does not exist
> ok 385 - Created output filehandle
> ok 386 - Compressed ok
> ok 387 - Created output file
> ok 388 - Uncompressed matches original
> ok 389 - IO::Compress::Zip::zip - From Filename to Filename 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::Zip::zip - From Filename to Handle content '' Append 0
> ok 395 - Output file does not exist
> ok 396 - Compressed ok
> ok 397 - Created output file
> ok 398 - Uncompressed matches original
> ok 399 - IO::Compress::Zip::zip - From Filename to Buffer content '' Append 0
> ok 400 - Compressed ok
> ok 401 - Uncompressed matches original
> ok 402 - IO::Compress::Zip::zip - From Handle to Filename 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::Zip::zip - From Handle to Handle content '' Append 0
> ok 408 - Output file does not exist
> ok 409 - Compressed ok
> ok 410 - Created output file
> ok 411 - Uncompressed matches original
> ok 412 - IO::Compress::Zip::zip - From Handle to Buffer content '' Append 0
> ok 413 - Compressed ok
> ok 414 - Uncompressed matches original
> ok 415 - IO::Compress::Zip::zip - From stdin (via '-') to Buffer content '' Append 0
> ok 416 - redirect STDIN
> ok 417 - Compressed ok
> ok 418 - Uncompressed matches original
> ok 419 - IO::Compress::Zip::zip - From Buff to Buff content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 420 - Compressed ok
> ok 421 - Input buffer not changed
> ok 422 - no error []
> ok 423 - Uncompressed matches original
> ok 424 - IO::Compress::Zip::zip - From Buff to Array Ref content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 425 - Compressed ok
> ok 426 - Array[0] unchanged
> ok 427 - Input buffer not changed
> ok 428 - Uncompressed matches original
> ok 429 - IO::Compress::Zip::zip - From Array Ref to Array Ref content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 430 - Compressed ok
> ok 431 - Array[0] unchanged
> ok 432 - Uncompressed matches original
> ok 433 - IO::Compress::Zip::zip - From Buff to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 434 - Output file does not exist
> ok 435 - Compressed ok
> ok 436 - Created output file
> ok 437 - Uncompressed matches original
> ok 438 - IO::Compress::Zip::zip - From Buff to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 439 - Output file does not exist
> ok 440 - Created output filehandle
> ok 441 - Compressed ok
> ok 442 - Created output file
> ok 443 - Uncompressed matches original
> ok 444 - IO::Compress::Zip::zip - From Filename to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 445 - Output file does not exist
> ok 446 - Compressed ok
> ok 447 - Created output file
> ok 448 - Uncompressed matches original
> ok 449 - IO::Compress::Zip::zip - From Filename to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 450 - Output file does not exist
> ok 451 - Compressed ok
> ok 452 - Created output file
> ok 453 - Uncompressed matches original
> ok 454 - IO::Compress::Zip::zip - From Filename to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 455 - Compressed ok
> ok 456 - Uncompressed matches original
> ok 457 - IO::Compress::Zip::zip - From Handle to Filename content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 458 - Output file does not exist
> ok 459 - Compressed ok
> ok 460 - Created output file
> ok 461 - Uncompressed matches original
> ok 462 - IO::Compress::Zip::zip - From Handle to Handle content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 463 - Output file does not exist
> ok 464 - Compressed ok
> ok 465 - Created output file
> ok 466 - Uncompressed matches original
> ok 467 - IO::Compress::Zip::zip - From Handle to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 468 - Compressed ok
> ok 469 - Uncompressed matches original
> ok 470 - IO::Compress::Zip::zip - From stdin (via '-') to Buffer content 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
> # dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
> # est. Quintus cenum parat.
> # ' Append 0
> ok 471 - redirect STDIN
> ok 472 - Compressed ok
> ok 473 - Uncompressed matches original
> ok 474 - Created output filehandle
> ok 475 - IO::Compress::Zip::zip - From Array Ref to Array Ref
> ok 476 - Compressed ok
> ok 477 - Array[0] unchanged
> ok 478 - Input array not changed
> ok 479 - Got Expected uncompressed data
> ok 480 - IO::Compress::Zip::zip - From Array Ref to Buffer, MultiStream 1
> ok 481 - Compressed ok
> ok 482 - Got Expected uncompressed data
> ok 483 - Header count ok
> ok 484 - IO::Compress::Zip::zip - From Array Ref to Filename, MultiStream 1
> ok 485 - Compressed ok
> ok 486 - Got Expected uncompressed data
> ok 487 - Header count ok
> ok 488 - IO::Compress::Zip::zip - From Array Ref to Filehandle, MultiStream 1
> ok 489 - Compressed ok
> ok 490 - Got Expected uncompressed data
> ok 491 - Header count ok
> ok 492 - Truncated file
> ok 493 - Compressed ok
> ok 494 - Compressed ok
> ok 495 - Compressed ok
> ok 496 - Uncompressed stream 1 ok
> ok 497
> ok 498 - Didn't uncompress
> ok 499 - Got unexpected eof
> ok 500 - IO::Compress::Zip::zip - From Array Ref to Buffer, MultiStream 0
> ok 501 - Compressed ok
> ok 502 - Got Expected uncompressed data
> ok 503 - Header count ok
> ok 504 - IO::Compress::Zip::zip - From Array Ref to Filename, MultiStream 0
> ok 505 - Compressed ok
> ok 506 - Got Expected uncompressed data
> ok 507 - Header count ok
> ok 508 - IO::Compress::Zip::zip - From Array Ref to Filehandle, MultiStream 0
> ok 509 - Compressed ok
> ok 510 - Got Expected uncompressed data
> ok 511 - Header count ok
> ok 512 - Truncated file
> ok 513 - Compressed ok
> ok 514 - Compressed ok
> ok 515 - Compressed ok
> ok 516 - Uncompressed stream 1 ok
> ok 517
> ok 518 - Didn't uncompress
> ok 519 - Got unexpected eof
> ok 520 - Round trip binary data that happens to include \r\n
> ok 521
> ok 522 - Compressed ok
> ok 523 - Uncompressed ok
> ok 524 - round tripped ok
> ok 525 - Trailingdata with IO::Uncompress::Unzip::unzip, from filehandle
> ok 526 - Compressed ok
> ok 527 - Uncompressed OK
> ok 528 - Got uncompressed data
> ok 529 - Got trailing data
> ok 530 - Trailingdata with IO::Uncompress::Unzip::unzip, from buffer
> ok 531 - Compressed ok
> ok 532 - Uncompressed OK
> ok 533 - Got uncompressed data
> ok 534 - Got trailing data
> ok 535 - Temp Directory tmpdir1100790X00003.tmp exists
> ok 536 - IO::Compress::Zip::zip - From FileGlob to FileGlob files [a1]
> ok 537 - Compressed ok
> ok 538 - got expected from tmpdir1100790X00004.tmp/a1.tmp
> ok 539 - got all files
> ok 540 - IO::Compress::Zip::zip - From FileGlob to Array files [a1]
> ok 541 - Compressed ok
> ok 542
> ok 543 - got expected
> ok 544 - got all files
> ok 545 - IO::Compress::Zip::zip - From FileGlob to Buffer files [a1], MS 1
> ok 546 - Compressed ok
> ok 547 - got expected
> ok 548 - Header count ok
> ok 549 - IO::Compress::Zip::zip - From FileGlob to Filename files [a1], MS 1
> ok 550 - Compressed ok
> ok 551 - got expected
> ok 552 - Header count ok
> ok 553 - IO::Compress::Zip::zip - From FileGlob to Filehandle files [a1], MS 1
> ok 554 - Compressed ok
> ok 555 - got expected
> ok 556 - Header count ok
> ok 557 - IO::Compress::Zip::zip - From FileGlob to Buffer files [a1], MS 0
> ok 558 - Compressed ok
> ok 559 - got expected
> ok 560 - Header count ok
> ok 561 - IO::Compress::Zip::zip - From FileGlob to Filename files [a1], MS 0
> ok 562 - Compressed ok
> ok 563 - got expected
> ok 564 - Header count ok
> ok 565 - IO::Compress::Zip::zip - From FileGlob to Filehandle files [a1], MS 0
> ok 566 - Compressed ok
> ok 567 - got expected
> ok 568 - Header count ok
> ok 569 - Temp Directory tmpdir1100790X00005.tmp exists
> ok 570 - IO::Compress::Zip::zip - From FileGlob to FileGlob files [a1 a2 a3]
> ok 571 - Compressed ok
> ok 572 - got expected from tmpdir1100790X00006.tmp/a1.tmp
> ok 573 - got expected from tmpdir1100790X00006.tmp/a2.tmp
> ok 574 - got expected from tmpdir1100790X00006.tmp/a3.tmp
> ok 575 - got all files
> ok 576 - IO::Compress::Zip::zip - From FileGlob to Array files [a1 a2 a3]
> ok 577 - Compressed ok
> ok 578
> ok 579 - got expected
> ok 580 - got expected
> ok 581 - got expected
> ok 582 - got all files
> ok 583 - IO::Compress::Zip::zip - From FileGlob to Buffer files [a1 a2 a3], MS 1
> ok 584 - Compressed ok
> ok 585 - got expected
> ok 586 - Header count ok
> ok 587 - IO::Compress::Zip::zip - From FileGlob to Filename files [a1 a2 a3], MS 1
> ok 588 - Compressed ok
> ok 589 - got expected
> ok 590 - Header count ok
> ok 591 - IO::Compress::Zip::zip - From FileGlob to Filehandle files [a1 a2 a3], MS 1
> ok 592 - Compressed ok
> ok 593 - got expected
> ok 594 - Header count ok
> ok 595 - IO::Compress::Zip::zip - From FileGlob to Buffer files [a1 a2 a3], MS 0
> ok 596 - Compressed ok
> ok 597 - got expected
> ok 598 - Header count ok
> ok 599 - IO::Compress::Zip::zip - From FileGlob to Filename files [a1 a2 a3], MS 0
> ok 600 - Compressed ok
> ok 601 - got expected
> ok 602 - Header count ok
> ok 603 - IO::Compress::Zip::zip - From FileGlob to Filehandle files [a1 a2 a3], MS 0
> ok 604 - Compressed ok
> ok 605 - got expected
> ok 606 - Header count ok
> ok 607 - IO::Uncompress::Unzip::unzip - From Buff to Buff, Append(0)
> ok 608 - Uncompressed ok
> ok 609 - Input buffer not changed
> ok 610 - Uncompressed matches original
> ok 611 - IO::Uncompress::Unzip::unzip - From Buff to Array, Append(0)
> ok 612 - Uncompressed ok
> ok 613 - Input buffer not changed
> ok 614 - Uncompressed matches original
> ok 615 - Uncompressed matches original
> ok 616 - only 2 elements in the array
> ok 617 - IO::Uncompress::Unzip::unzip - From Buff to Filename, Append(0)
> ok 618 - Output file does not exist
> ok 619 - Uncompressed ok
> ok 620 - Created output file
> ok 621 - Input buffer not changed
> ok 622 - Uncompressed matches original
> ok 623 - IO::Uncompress::Unzip::unzip - From Buff to Handle, Append(0)
> ok 624 - Output file does not exist
> ok 625 - $of isa IO::File
> ok 626 - Uncompressed ok
> ok 627 - Created output file
> ok 628 - Input buffer not changed
> ok 629 - Uncompressed matches original
> ok 630 - IO::Uncompress::Unzip::unzip - From Filename to Filename, Append(0)
> ok 631 - Output file does not exist
> ok 632 - Uncompressed ok
> ok 633 - Created output file
> ok 634 - Input buffer not changed
> ok 635 - Uncompressed matches original
> ok 636 - IO::Uncompress::Unzip::unzip - From Filename to Handle, Append(0)
> ok 637 - Output file does not exist
> ok 638 - $out isa IO::File
> ok 639 - Uncompressed ok
> ok 640 - Created output file
> ok 641 - Input buffer not changed
> ok 642 - Uncompressed matches original
> ok 643 - IO::Uncompress::Unzip::unzip - From Filename to Buffer, Append(0)
> ok 644 - Uncompressed ok
> ok 645 - Input buffer not changed
> ok 646 - Uncompressed matches original
> ok 647 - IO::Uncompress::Unzip::unzip - From Handle to Filename, Append(0)
> ok 648 - Output file does not exist
> ok 649 - Uncompressed ok
> ok 650 - Created output file
> ok 651 - Input buffer not changed
> ok 652 - Uncompressed matches original
> ok 653 - IO::Uncompress::Unzip::unzip - From Handle to Handle, Append(0)
> ok 654 - Output file does not exist
> ok 655 - $out isa IO::File
> ok 656 - Uncompressed ok
> ok 657 - Created output file
> ok 658 - Input buffer not changed
> ok 659 - Uncompressed matches original
> ok 660 - IO::Uncompress::Unzip::unzip - From Filename to Buffer, Append(0)
> ok 661 - Uncompressed ok
> ok 662 - Input buffer not changed
> ok 663 - Uncompressed matches original
> ok 664 - IO::Uncompress::Unzip::unzip - From stdin (via '-') to Buffer content, Append(0)
> ok 665 - redirect STDIN
> ok 666 - Uncompressed ok
> ok 667 - Input buffer not changed
> ok 668 - Uncompressed matches original
> ok 669 - IO::Uncompress::Unzip::unzip - From Buff to Buff, Append(1)
> ok 670 - Uncompressed ok
> ok 671 - Input buffer not changed
> ok 672 - Uncompressed matches original
> ok 673 - IO::Uncompress::Unzip::unzip - From Buff to Array, Append(1)
> ok 674 - Uncompressed ok
> ok 675 - Input buffer not changed
> ok 676 - Uncompressed matches original
> ok 677 - Uncompressed matches original
> ok 678 - only 2 elements in the array
> ok 679 - IO::Uncompress::Unzip::unzip - From Buff to Filename, Append(1)
> ok 680 - Uncompressed ok
> ok 681 - Created output file
> ok 682 - Input buffer not changed
> ok 683 - Uncompressed matches original
> ok 684 - IO::Uncompress::Unzip::unzip - From Buff to Handle, Append(1)
> ok 685 - $of isa IO::File
> ok 686 - Uncompressed ok
> ok 687 - Created output file
> ok 688 - Input buffer not changed
> ok 689 - Uncompressed matches original
> ok 690 - IO::Uncompress::Unzip::unzip - From Filename to Filename, Append(1)
> ok 691 - Uncompressed ok
> ok 692 - Created output file
> ok 693 - Input buffer not changed
> ok 694 - Uncompressed matches original
> ok 695 - IO::Uncompress::Unzip::unzip - From Filename to Handle, Append(1)
> ok 696 - $out isa IO::File
> ok 697 - Uncompressed ok
> ok 698 - Created output file
> ok 699 - Input buffer not changed
> ok 700 - Uncompressed matches original
> ok 701 - IO::Uncompress::Unzip::unzip - From Filename to Buffer, Append(1)
> ok 702 - Uncompressed ok
> ok 703 - Input buffer not changed
> ok 704 - Uncompressed matches original
> ok 705 - IO::Uncompress::Unzip::unzip - From Handle to Filename, Append(1)
> ok 706 - Uncompressed ok
> ok 707 - Created output file
> ok 708 - Input buffer not changed
> ok 709 - Uncompressed matches original
> ok 710 - IO::Uncompress::Unzip::unzip - From Handle to Handle, Append(1)
> ok 711 - $out isa IO::File
> ok 712 - Uncompressed ok
> ok 713 - Created output file
> ok 714 - Input buffer not changed
> ok 715 - Uncompressed matches original
> ok 716 - IO::Uncompress::Unzip::unzip - From Filename to Buffer, Append(1)
> ok 717 - Uncompressed ok
> ok 718 - Input buffer not changed
> ok 719 - Uncompressed matches original
> ok 720 - IO::Uncompress::Unzip::unzip - From stdin (via '-') to Buffer content, Append(1)
> ok 721 - redirect STDIN
> ok 722 - Uncompressed ok
> ok 723 - Input buffer not changed
> ok 724 - Uncompressed matches original
> ok 725 - IO::Uncompress::Unzip::unzip - From Handle to Buffer, InputLength
> ok 726 - Uncompressed ok
> ok 727 - Uncompressed matches original
> ok 728 - Length of Appended data ok
> ok 729 - Appended data ok
> ok 730 - Uncompressed ok
> ok 731 - Uncompressed matches original
> ok 732 - Length of Appended data ok
> ok 733 - Appended data ok
> ok 734 - IO::Uncompress::Unzip::unzip - From stdin (via -) to Buffer content, InputLength
> ok 735 - redirect STDIN
> ok 736 - Uncompressed ok
> ok 737 - Length of Appended data ok
> ok 738 - Uncompressed matches original
> ok 739 - Appended data ok
> ok 740 - IO::Uncompress::Unzip::unzip - From stdin (via *main::STDIN) to Buffer content, InputLength
> ok 741 - redirect STDIN
> ok 742 - Uncompressed ok
> ok 743 - Length of Appended data ok
> ok 744 - Uncompressed matches original
> ok 745 - Appended data ok
> ok 746 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Buff, Append(0)
> ok 747 - Uncompressed ok
> ok 748 - Input buffer not changed
> ok 749 - Uncompressed matches original
> ok 750 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Array, Append(0)
> ok 751 - Uncompressed ok
> ok 752 - Input buffer not changed
> ok 753 - Uncompressed matches original
> ok 754 - Uncompressed matches original
> ok 755 - only 2 elements in the array
> ok 756 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Filename, Append(0)
> ok 757 - Output file does not exist
> ok 758 - Uncompressed ok
> ok 759 - Created output file
> ok 760 - Input buffer not changed
> ok 761 - Uncompressed matches original
> ok 762 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Handle, Append(0)
> ok 763 - Output file does not exist
> ok 764 - $of isa IO::File
> ok 765 - Uncompressed ok
> ok 766 - Created output file
> ok 767 - Input buffer not changed
> ok 768 - Uncompressed matches original
> ok 769 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Filename, Append(0)
> ok 770 - Output file does not exist
> ok 771 - Uncompressed ok
> ok 772 - Created output file
> ok 773 - Input buffer not changed
> ok 774 - Uncompressed matches original
> ok 775 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Handle, Append(0)
> ok 776 - Output file does not exist
> ok 777 - $out isa IO::File
> ok 778 - Uncompressed ok
> ok 779 - Created output file
> ok 780 - Input buffer not changed
> ok 781 - Uncompressed matches original
> ok 782 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Buffer, Append(0)
> ok 783 - Uncompressed ok
> ok 784 - Input buffer not changed
> ok 785 - Uncompressed matches original
> ok 786 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Filename, Append(0)
> ok 787 - Output file does not exist
> ok 788 - Uncompressed ok
> ok 789 - Created output file
> ok 790 - Input buffer not changed
> ok 791 - Uncompressed matches original
> ok 792 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Handle, Append(0)
> ok 793 - Output file does not exist
> ok 794 - $out isa IO::File
> ok 795 - Uncompressed ok
> ok 796 - Created output file
> ok 797 - Input buffer not changed
> ok 798 - Uncompressed matches original
> ok 799 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Buffer, Append(0)
> ok 800 - Uncompressed ok
> ok 801 - Input buffer not changed
> ok 802 - Uncompressed matches original
> ok 803 - IO::Uncompress::AnyUncompress::anyuncompress - From stdin (via '-') to Buffer content, Append(0)
> ok 804 - redirect STDIN
> ok 805 - Uncompressed ok
> ok 806 - Input buffer not changed
> ok 807 - Uncompressed matches original
> ok 808 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Buff, Append(1)
> ok 809 - Uncompressed ok
> ok 810 - Input buffer not changed
> ok 811 - Uncompressed matches original
> ok 812 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Array, Append(1)
> ok 813 - Uncompressed ok
> ok 814 - Input buffer not changed
> ok 815 - Uncompressed matches original
> ok 816 - Uncompressed matches original
> ok 817 - only 2 elements in the array
> ok 818 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Filename, Append(1)
> ok 819 - Uncompressed ok
> ok 820 - Created output file
> ok 821 - Input buffer not changed
> ok 822 - Uncompressed matches original
> ok 823 - IO::Uncompress::AnyUncompress::anyuncompress - From Buff to Handle, Append(1)
> ok 824 - $of isa IO::File
> ok 825 - Uncompressed ok
> ok 826 - Created output file
> ok 827 - Input buffer not changed
> ok 828 - Uncompressed matches original
> ok 829 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Filename, Append(1)
> ok 830 - Uncompressed ok
> ok 831 - Created output file
> ok 832 - Input buffer not changed
> ok 833 - Uncompressed matches original
> ok 834 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Handle, Append(1)
> ok 835 - $out isa IO::File
> ok 836 - Uncompressed ok
> ok 837 - Created output file
> ok 838 - Input buffer not changed
> ok 839 - Uncompressed matches original
> ok 840 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Buffer, Append(1)
> ok 841 - Uncompressed ok
> ok 842 - Input buffer not changed
> ok 843 - Uncompressed matches original
> ok 844 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Filename, Append(1)
> ok 845 - Uncompressed ok
> ok 846 - Created output file
> ok 847 - Input buffer not changed
> ok 848 - Uncompressed matches original
> ok 849 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Handle, Append(1)
> ok 850 - $out isa IO::File
> ok 851 - Uncompressed ok
> ok 852 - Created output file
> ok 853 - Input buffer not changed
> ok 854 - Uncompressed matches original
> ok 855 - IO::Uncompress::AnyUncompress::anyuncompress - From Filename to Buffer, Append(1)
> ok 856 - Uncompressed ok
> ok 857 - Input buffer not changed
> ok 858 - Uncompressed matches original
> ok 859 - IO::Uncompress::AnyUncompress::anyuncompress - From stdin (via '-') to Buffer content, Append(1)
> ok 860 - redirect STDIN
> ok 861 - Uncompressed ok
> ok 862 - Input buffer not changed
> ok 863 - Uncompressed matches original
> ok 864 - IO::Uncompress::AnyUncompress::anyuncompress - From Handle to Buffer, InputLength
> ok 865 - Uncompressed ok
> ok 866 - Uncompressed matches original
> ok 867 - Length of Appended data ok
> ok 868 - Appended data ok
> ok 869 - Uncompressed ok
> ok 870 - Uncompressed matches original
> ok 871 - Length of Appended data ok
> ok 872 - Appended data ok
> ok 873 - IO::Uncompress::AnyUncompress::anyuncompress - From stdin (via -) to Buffer content, InputLength
> ok 874 - redirect STDIN
> ok 875 - Uncompressed ok
> ok 876 - Length of Appended data ok
> ok 877 - Uncompressed matches original
> ok 878 - Appended data ok
> ok 879 - IO::Uncompress::AnyUncompress::anyuncompress - From stdin (via *main::STDIN) to Buffer content, InputLength
> ok 880 - redirect STDIN
> ok 881 - Uncompressed ok
> ok 882 - Length of Appended data ok
> ok 883 - Uncompressed matches original
> ok 884 - Appended data ok
> ok 885 - Created output filehandle
> ok 886 - IO::Uncompress::Unzip::unzip - From ArrayRef to Buffer
> ok 887 - UnCompressed ok
> ok 888
> ok 889 - IO::Uncompress::Unzip::unzip - From ArrayRef to Filename
> ok 890 - UnCompressed ok
> ok 891
> ok 892 - IO::Uncompress::Unzip::unzip - From ArrayRef to Filehandle
> ok 893 - UnCompressed ok
> ok 894
> ok 895 - IO::Uncompress::Unzip::unzip - From Array Ref to Array Ref
> ok 896 - UnCompressed ok
> ok 897 - Input array not changed
> ok 898 - Got Expected uncompressed data
> ok 899 - Created output filehandle
> ok 900 - IO::Uncompress::AnyUncompress::anyuncompress - From ArrayRef to Buffer
> ok 901 - UnCompressed ok
> ok 902
> ok 903 - IO::Uncompress::AnyUncompress::anyuncompress - From ArrayRef to Filename
> ok 904 - UnCompressed ok
> ok 905
> ok 906 - IO::Uncompress::AnyUncompress::anyuncompress - From ArrayRef to Filehandle
> ok 907 - UnCompressed ok
> ok 908
> ok 909 - IO::Uncompress::AnyUncompress::anyuncompress - From Array Ref to Array Ref
> ok 910 - UnCompressed ok
> ok 911 - Input array not changed
> ok 912 - Got Expected uncompressed data
> ok 913 - Temp Directory tmpdir1100790X00007.tmp exists
> ok 914 - IO::Uncompress::Unzip::unzip - From FileGlob to FileGlob
> ok 915 - UnCompressed ok
> ok 916 - got expected from tmpdir1100790X00008.tmp/a1.tmp
> ok 917 - got expected from tmpdir1100790X00008.tmp/a2.tmp
> ok 918 - got expected from tmpdir1100790X00008.tmp/a3.tmp
> ok 919 - got all files
> ok 920 - IO::Uncompress::Unzip::unzip - From FileGlob to Arrayref
> ok 921 - UnCompressed ok
> ok 922 - got expected data
> ok 923 - got expected data
> ok 924 - got expected data
> ok 925 - got expected data
> ok 926 - got all files
> ok 927 - IO::Uncompress::Unzip::unzip - From FileGlob to Buffer
> ok 928 - UnCompressed ok
> ok 929 - got expected uncompressed data
> ok 930 - IO::Uncompress::Unzip::unzip - From FileGlob to Filename
> ok 931 - tst1100790X00195.tmp does not exist
> ok 932 - UnCompressed ok
> ok 933 - tst1100790X00195.tmp does exist
> ok 934 - got expected uncompressed data
> ok 935 - IO::Uncompress::Unzip::unzip - From FileGlob to Filehandle
> ok 936 - UnCompressed ok
> ok 937 - tst1100790X00196.tmp does exist
> ok 938 - got expected uncompressed data
> ok 939 - Temp Directory tmpdir1100790X00009.tmp exists
> ok 940 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to FileGlob
> ok 941 - UnCompressed ok
> ok 942 - got expected from tmpdir1100790X00010.tmp/a1.tmp
> ok 943 - got expected from tmpdir1100790X00010.tmp/a2.tmp
> ok 944 - got expected from tmpdir1100790X00010.tmp/a3.tmp
> ok 945 - got all files
> ok 946 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to Arrayref
> ok 947 - UnCompressed ok
> ok 948 - got expected data
> ok 949 - got expected data
> ok 950 - got expected data
> ok 951 - got expected data
> ok 952 - got all files
> ok 953 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to Buffer
> ok 954 - UnCompressed ok
> ok 955 - got expected uncompressed data
> ok 956 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to Filename
> ok 957 - tst1100790X00197.tmp does not exist
> ok 958 - UnCompressed ok
> ok 959 - tst1100790X00197.tmp does exist
> ok 960 - got expected uncompressed data
> ok 961 - IO::Uncompress::AnyUncompress::anyuncompress - From FileGlob to Filehandle
> ok 962 - UnCompressed ok
> ok 963 - tst1100790X00198.tmp does exist
> ok 964 - got expected uncompressed data
> ok 965 - More write tests
> ok 966 - Array Input Error tests
> ok 967 - []
> ok 968 - IO::Compress::Zip::zip fails
> ok 969 - got error message
> ok 970 - [[]]
> ok 971 - IO::Compress::Zip::zip fails
> ok 972 - got error message
> ok 973 - [[[]]]
> ok 974 - IO::Compress::Zip::zip fails
> ok 975 - got error message
> ok 976 - [[\"ab"], [\"cd"]]
> ok 977 - IO::Compress::Zip::zip fails
> ok 978 - got error message
> ok 979 - [\""]
> ok 980 - IO::Compress::Zip::zip fails
> ok 981 - got error message
> ok 982 - [\undef]
> ok 983 - IO::Compress::Zip::zip fails
> ok 984 - got error message
> ok 985 - [\"abcd"]
> ok 986 - IO::Compress::Zip::zip fails
> ok 987 - got error message
> ok 988 - [\&xx]
> ok 989 - IO::Compress::Zip::zip fails
> ok 990 - got error message
> ok 991 - [$fh2]
> ok 992 - IO::Compress::Zip::zip fails
> ok 993 - got error message
> ok 994 - [""]
> ok 995 - got error message
> ok 996 - [undef]
> ok 997 - got error message
> ok 998 - Compressed ok
> ok 999 - UnCompressed ok
> ok 1000 - round trip ok
> ok 1001
> ok 1002
> ok 1003 - Compressed ok
> ok 1004
> ok 1005
> ok 1006 - UnCompressed ok
> ok 1007 - round trip ok
> ok
> t/106prime-bzip2.t .............. skipped: Lengthy Tests Disabled
> t/106prime-deflate.t ............ skipped: Lengthy Tests Disabled
> t/106prime-gzip.t ............... skipped: Lengthy Tests Disabled
> t/106prime-rawdeflate.t ......... skipped: Lengthy Tests Disabled
> t/106prime-zip.t ................ skipped: Lengthy Tests Disabled
> t/107multi-bzip2.t ..............
> 1..1828
> ok 1 - use IO::Uncompress::AnyUncompress;
> ok 2 - Testing IO::Compress::Bzip2 with 1 streams to file
> ok 3 - $x isa IO::Compress::Bzip2
> ok 4 - Write OK
> ok 5 - newStream OK
> ok 6 - Close ok
> ok 7 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2 and 1 streams, from file
> ok 8 - $gz isa IO::Uncompress::Bunzip2
> ok 9 - ! error()
> ok 10 - eof()
> ok 11 - close() ok
> ok 12 - streamCount ok 2
> ok 13 - expected output
> ok 14 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress and 1 streams, from file
> ok 15 - $gz isa IO::Uncompress::Bunzip2
> ok 16 - ! error()
> ok 17 - eof()
> ok 18 - close() ok
> ok 19 - streamCount ok 2
> ok 20 - expected output
> ok 21 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 1 and 1 streams, from file
> ok 22 - $gz isa IO::Uncompress::Bunzip2
> ok 23 - ! error()
> ok 24 - eof()
> ok 25 - close() ok
> ok 26 - streamCount ok 2
> ok 27 - expected output
> ok 28 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 20 and 1 streams, from file
> ok 29 - $gz isa IO::Uncompress::Bunzip2
> ok 30 - ! error()
> ok 31 - eof()
> ok 32 - close() ok
> ok 33 - streamCount ok 2
> ok 34 - expected output
> ok 35 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 69 and 1 streams, from file
> ok 36 - $gz isa IO::Uncompress::Bunzip2
> ok 37 - ! error()
> ok 38 - eof()
> ok 39 - close() ok
> ok 40 - streamCount ok 2
> ok 41 - expected output
> ok 42 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 70 and 1 streams, from file
> ok 43 - $gz isa IO::Uncompress::Bunzip2
> ok 44 - ! error()
> ok 45 - eof()
> ok 46 - close() ok
> ok 47 - streamCount ok 2
> ok 48 - expected output
> ok 49 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 71 and 1 streams, from file
> ok 50 - $gz isa IO::Uncompress::Bunzip2
> ok 51 - ! error()
> ok 52 - eof()
> ok 53 - close() ok
> ok 54 - streamCount ok 2
> ok 55 - expected output
> ok 56 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 1 and 1 streams, from file
> ok 57 - $gz isa IO::Uncompress::Bunzip2
> ok 58 - ! error()
> ok 59 - eof()
> ok 60 - close() ok
> ok 61 - streamCount ok 2
> ok 62 - expected output
> ok 63 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 20 and 1 streams, from file
> ok 64 - $gz isa IO::Uncompress::Bunzip2
> ok 65 - ! error()
> ok 66 - eof()
> ok 67 - close() ok
> ok 68 - streamCount ok 2
> ok 69 - expected output
> ok 70 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 69 and 1 streams, from file
> ok 71 - $gz isa IO::Uncompress::Bunzip2
> ok 72 - ! error()
> ok 73 - eof()
> ok 74 - close() ok
> ok 75 - streamCount ok 2
> ok 76 - expected output
> ok 77 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 70 and 1 streams, from file
> ok 78 - $gz isa IO::Uncompress::Bunzip2
> ok 79 - ! error()
> ok 80 - eof()
> ok 81 - close() ok
> ok 82 - streamCount ok 2
> ok 83 - expected output
> ok 84 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 71 and 1 streams, from file
> ok 85 - $gz isa IO::Uncompress::Bunzip2
> ok 86 - ! error()
> ok 87 - eof()
> ok 88 - close() ok
> ok 89 - streamCount ok 2
> ok 90 - expected output
> ok 91 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2 nextStream and 1 streams, from file, Transparent => 0
> ok 92 - $gz isa IO::Uncompress::Bunzip2
> ok 93 - $. is 4
> ok 94 - ! error()
> ok 95 - eof()
> ok 96 - streamCount is 1
> ok 97 - expected output
> ok 98 - nextStream ok
> ok 99 - tell is 0
> ok 100 - $. is 0
> ok 101 - $. is 0
> ok 102 - ! error()
> ok 103 - eof()
> ok 104 - streamCount is ok
> ok 105 - expected output
> ok 106 - tell is 0
> ok 107 - nextStream ok
> ok 108 - eof()
> ok 109 - close() ok
> ok 110 - streamCount ok
> ok 111 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2 nextStream and 1 streams, from file, Transparent => 1
> ok 112 - $gz isa IO::Uncompress::Bunzip2
> ok 113 - $. is 4
> ok 114 - ! error()
> ok 115 - eof()
> ok 116 - streamCount is 1
> ok 117 - expected output
> ok 118 - nextStream ok
> ok 119 - tell is 0
> ok 120 - $. is 0
> ok 121 - $. is 0
> ok 122 - ! error()
> ok 123 - eof()
> ok 124 - streamCount is ok
> ok 125 - expected output
> ok 126 - tell is 0
> ok 127 - nextStream ok
> ok 128 - eof()
> ok 129 - close() ok
> ok 130 - streamCount ok
> ok 131 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress nextStream and 1 streams, from file, Transparent => 0
> ok 132 - $gz isa IO::Uncompress::Bunzip2
> ok 133 - $. is 4
> ok 134 - ! error()
> ok 135 - eof()
> ok 136 - streamCount is 1
> ok 137 - expected output
> ok 138 - nextStream ok
> ok 139 - tell is 0
> ok 140 - $. is 0
> ok 141 - $. is 0
> ok 142 - ! error()
> ok 143 - eof()
> ok 144 - streamCount is ok
> ok 145 - expected output
> ok 146 - tell is 0
> ok 147 - nextStream ok
> ok 148 - eof()
> ok 149 - close() ok
> ok 150 - streamCount ok
> ok 151 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress nextStream and 1 streams, from file, Transparent => 1
> ok 152 - $gz isa IO::Uncompress::Bunzip2
> ok 153 - $. is 4
> ok 154 - ! error()
> ok 155 - eof()
> ok 156 - streamCount is 1
> ok 157 - expected output
> ok 158 - nextStream ok
> ok 159 - tell is 0
> ok 160 - $. is 0
> ok 161 - $. is 0
> ok 162 - ! error()
> ok 163 - eof()
> ok 164 - streamCount is ok
> ok 165 - expected output
> ok 166 - tell is 0
> ok 167 - nextStream ok
> ok 168 - eof()
> ok 169 - close() ok
> ok 170 - streamCount ok
> ok 171 - Testing IO::Compress::Bzip2 with 2 streams to file
> ok 172 - $x isa IO::Compress::Bzip2
> ok 173 - Write OK
> ok 174 - newStream OK
> ok 175 - Write OK
> ok 176 - newStream OK
> ok 177 - Close ok
> ok 178 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2 and 2 streams, from file
> ok 179 - $gz isa IO::Uncompress::Bunzip2
> ok 180 - ! error()
> ok 181 - eof()
> ok 182 - close() ok
> ok 183 - streamCount ok 3
> ok 184 - expected output
> ok 185 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress and 2 streams, from file
> ok 186 - $gz isa IO::Uncompress::Bunzip2
> ok 187 - ! error()
> ok 188 - eof()
> ok 189 - close() ok
> ok 190 - streamCount ok 3
> ok 191 - expected output
> ok 192 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 1 and 2 streams, from file
> ok 193 - $gz isa IO::Uncompress::Bunzip2
> ok 194 - ! error()
> ok 195 - eof()
> ok 196 - close() ok
> ok 197 - streamCount ok 3
> ok 198 - expected output
> ok 199 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 20 and 2 streams, from file
> ok 200 - $gz isa IO::Uncompress::Bunzip2
> ok 201 - ! error()
> ok 202 - eof()
> ok 203 - close() ok
> ok 204 - streamCount ok 3
> ok 205 - expected output
> ok 206 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 69 and 2 streams, from file
> ok 207 - $gz isa IO::Uncompress::Bunzip2
> ok 208 - ! error()
> ok 209 - eof()
> ok 210 - close() ok
> ok 211 - streamCount ok 3
> ok 212 - expected output
> ok 213 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 70 and 2 streams, from file
> ok 214 - $gz isa IO::Uncompress::Bunzip2
> ok 215 - ! error()
> ok 216 - eof()
> ok 217 - close() ok
> ok 218 - streamCount ok 3
> ok 219 - expected output
> ok 220 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 71 and 2 streams, from file
> ok 221 - $gz isa IO::Uncompress::Bunzip2
> ok 222 - ! error()
> ok 223 - eof()
> ok 224 - close() ok
> ok 225 - streamCount ok 3
> ok 226 - expected output
> ok 227 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 1 and 2 streams, from file
> ok 228 - $gz isa IO::Uncompress::Bunzip2
> ok 229 - ! error()
> ok 230 - eof()
> ok 231 - close() ok
> ok 232 - streamCount ok 3
> ok 233 - expected output
> ok 234 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 20 and 2 streams, from file
> ok 235 - $gz isa IO::Uncompress::Bunzip2
> ok 236 - ! error()
> ok 237 - eof()
> ok 238 - close() ok
> ok 239 - streamCount ok 3
> ok 240 - expected output
> ok 241 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 69 and 2 streams, from file
> ok 242 - $gz isa IO::Uncompress::Bunzip2
> ok 243 - ! error()
> ok 244 - eof()
> ok 245 - close() ok
> ok 246 - streamCount ok 3
> ok 247 - expected output
> ok 248 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 70 and 2 streams, from file
> ok 249 - $gz isa IO::Uncompress::Bunzip2
> ok 250 - ! error()
> ok 251 - eof()
> ok 252 - close() ok
> ok 253 - streamCount ok 3
> ok 254 - expected output
> ok 255 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 71 and 2 streams, from file
> ok 256 - $gz isa IO::Uncompress::Bunzip2
> ok 257 - ! error()
> ok 258 - eof()
> ok 259 - close() ok
> ok 260 - streamCount ok 3
> ok 261 - expected output
> ok 262 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2 nextStream and 2 streams, from file, Transparent => 0
> ok 263 - $gz isa IO::Uncompress::Bunzip2
> ok 264 - $. is 4
> ok 265 - ! error()
> ok 266 - eof()
> ok 267 - streamCount is 1
> ok 268 - expected output
> ok 269 - nextStream ok
> ok 270 - tell is 0
> ok 271 - $. is 0
> ok 272 - $. is 2
> ok 273 - ! error()
> ok 274 - eof()
> ok 275 - streamCount is 2
> ok 276 - expected output
> ok 277 - nextStream ok
> ok 278 - tell is 0
> ok 279 - $. is 0
> ok 280 - $. is 0
> ok 281 - ! error()
> ok 282 - eof()
> ok 283 - streamCount is ok
> ok 284 - expected output
> ok 285 - tell is 0
> ok 286 - nextStream ok
> ok 287 - eof()
> ok 288 - close() ok
> ok 289 - streamCount ok
> ok 290 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2 nextStream and 2 streams, from file, Transparent => 1
> ok 291 - $gz isa IO::Uncompress::Bunzip2
> ok 292 - $. is 4
> ok 293 - ! error()
> ok 294 - eof()
> ok 295 - streamCount is 1
> ok 296 - expected output
> ok 297 - nextStream ok
> ok 298 - tell is 0
> ok 299 - $. is 0
> ok 300 - $. is 2
> ok 301 - ! error()
> ok 302 - eof()
> ok 303 - streamCount is 2
> ok 304 - expected output
> ok 305 - nextStream ok
> ok 306 - tell is 0
> ok 307 - $. is 0
> ok 308 - $. is 0
> ok 309 - ! error()
> ok 310 - eof()
> ok 311 - streamCount is ok
> ok 312 - expected output
> ok 313 - tell is 0
> ok 314 - nextStream ok
> ok 315 - eof()
> ok 316 - close() ok
> ok 317 - streamCount ok
> ok 318 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress nextStream and 2 streams, from file, Transparent => 0
> ok 319 - $gz isa IO::Uncompress::Bunzip2
> ok 320 - $. is 4
> ok 321 - ! error()
> ok 322 - eof()
> ok 323 - streamCount is 1
> ok 324 - expected output
> ok 325 - nextStream ok
> ok 326 - tell is 0
> ok 327 - $. is 0
> ok 328 - $. is 2
> ok 329 - ! error()
> ok 330 - eof()
> ok 331 - streamCount is 2
> ok 332 - expected output
> ok 333 - nextStream ok
> ok 334 - tell is 0
> ok 335 - $. is 0
> ok 336 - $. is 0
> ok 337 - ! error()
> ok 338 - eof()
> ok 339 - streamCount is ok
> ok 340 - expected output
> ok 341 - tell is 0
> ok 342 - nextStream ok
> ok 343 - eof()
> ok 344 - close() ok
> ok 345 - streamCount ok
> ok 346 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress nextStream and 2 streams, from file, Transparent => 1
> ok 347 - $gz isa IO::Uncompress::Bunzip2
> ok 348 - $. is 4
> ok 349 - ! error()
> ok 350 - eof()
> ok 351 - streamCount is 1
> ok 352 - expected output
> ok 353 - nextStream ok
> ok 354 - tell is 0
> ok 355 - $. is 0
> ok 356 - $. is 2
> ok 357 - ! error()
> ok 358 - eof()
> ok 359 - streamCount is 2
> ok 360 - expected output
> ok 361 - nextStream ok
> ok 362 - tell is 0
> ok 363 - $. is 0
> ok 364 - $. is 0
> ok 365 - ! error()
> ok 366 - eof()
> ok 367 - streamCount is ok
> ok 368 - expected output
> ok 369 - tell is 0
> ok 370 - nextStream ok
> ok 371 - eof()
> ok 372 - close() ok
> ok 373 - streamCount ok
> ok 374 - Testing IO::Compress::Bzip2 with 3 streams to file
> ok 375 - $x isa IO::Compress::Bzip2
> ok 376 - Write OK
> ok 377 - newStream OK
> ok 378 - Write OK
> ok 379 - newStream OK
> ok 380 - Write OK
> ok 381 - newStream OK
> ok 382 - Close ok
> ok 383 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2 and 3 streams, from file
> ok 384 - $gz isa IO::Uncompress::Bunzip2
> ok 385 - ! error()
> ok 386 - eof()
> ok 387 - close() ok
> ok 388 - streamCount ok 4
> ok 389 - expected output
> ok 390 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress and 3 streams, from file
> ok 391 - $gz isa IO::Uncompress::Bunzip2
> ok 392 - ! error()
> ok 393 - eof()
> ok 394 - close() ok
> ok 395 - streamCount ok 4
> ok 396 - expected output
> ok 397 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 1 and 3 streams, from file
> ok 398 - $gz isa IO::Uncompress::Bunzip2
> ok 399 - ! error()
> ok 400 - eof()
> ok 401 - close() ok
> ok 402 - streamCount ok 4
> ok 403 - expected output
> ok 404 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 20 and 3 streams, from file
> ok 405 - $gz isa IO::Uncompress::Bunzip2
> ok 406 - ! error()
> ok 407 - eof()
> ok 408 - close() ok
> ok 409 - streamCount ok 4
> ok 410 - expected output
> ok 411 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 69 and 3 streams, from file
> ok 412 - $gz isa IO::Uncompress::Bunzip2
> ok 413 - ! error()
> ok 414 - eof()
> ok 415 - close() ok
> ok 416 - streamCount ok 4
> ok 417 - expected output
> ok 418 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 70 and 3 streams, from file
> ok 419 - $gz isa IO::Uncompress::Bunzip2
> ok 420 - ! error()
> ok 421 - eof()
> ok 422 - close() ok
> ok 423 - streamCount ok 4
> ok 424 - expected output
> ok 425 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 71 and 3 streams, from file
> ok 426 - $gz isa IO::Uncompress::Bunzip2
> ok 427 - ! error()
> ok 428 - eof()
> ok 429 - close() ok
> ok 430 - streamCount ok 4
> ok 431 - expected output
> ok 432 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 1 and 3 streams, from file
> ok 433 - $gz isa IO::Uncompress::Bunzip2
> ok 434 - ! error()
> ok 435 - eof()
> ok 436 - close() ok
> ok 437 - streamCount ok 4
> ok 438 - expected output
> ok 439 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 20 and 3 streams, from file
> ok 440 - $gz isa IO::Uncompress::Bunzip2
> ok 441 - ! error()
> ok 442 - eof()
> ok 443 - close() ok
> ok 444 - streamCount ok 4
> ok 445 - expected output
> ok 446 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 69 and 3 streams, from file
> ok 447 - $gz isa IO::Uncompress::Bunzip2
> ok 448 - ! error()
> ok 449 - eof()
> ok 450 - close() ok
> ok 451 - streamCount ok 4
> ok 452 - expected output
> ok 453 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 70 and 3 streams, from file
> ok 454 - $gz isa IO::Uncompress::Bunzip2
> ok 455 - ! error()
> ok 456 - eof()
> ok 457 - close() ok
> ok 458 - streamCount ok 4
> ok 459 - expected output
> ok 460 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 71 and 3 streams, from file
> ok 461 - $gz isa IO::Uncompress::Bunzip2
> ok 462 - ! error()
> ok 463 - eof()
> ok 464 - close() ok
> ok 465 - streamCount ok 4
> ok 466 - expected output
> ok 467 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2 nextStream and 3 streams, from file, Transparent => 0
> ok 468 - $gz isa IO::Uncompress::Bunzip2
> ok 469 - $. is 4
> ok 470 - ! error()
> ok 471 - eof()
> ok 472 - streamCount is 1
> ok 473 - expected output
> ok 474 - nextStream ok
> ok 475 - tell is 0
> ok 476 - $. is 0
> ok 477 - $. is 2
> ok 478 - ! error()
> ok 479 - eof()
> ok 480 - streamCount is 2
> ok 481 - expected output
> ok 482 - nextStream ok
> ok 483 - tell is 0
> ok 484 - $. is 0
> ok 485 - $. is 1
> ok 486 - ! error()
> ok 487 - eof()
> ok 488 - streamCount is 3
> ok 489 - expected output
> ok 490 - nextStream ok
> ok 491 - tell is 0
> ok 492 - $. is 0
> ok 493 - $. is 0
> ok 494 - ! error()
> ok 495 - eof()
> ok 496 - streamCount is ok
> ok 497 - expected output
> ok 498 - tell is 0
> ok 499 - nextStream ok
> ok 500 - eof()
> ok 501 - close() ok
> ok 502 - streamCount ok
> ok 503 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2 nextStream and 3 streams, from file, Transparent => 1
> ok 504 - $gz isa IO::Uncompress::Bunzip2
> ok 505 - $. is 4
> ok 506 - ! error()
> ok 507 - eof()
> ok 508 - streamCount is 1
> ok 509 - expected output
> ok 510 - nextStream ok
> ok 511 - tell is 0
> ok 512 - $. is 0
> ok 513 - $. is 2
> ok 514 - ! error()
> ok 515 - eof()
> ok 516 - streamCount is 2
> ok 517 - expected output
> ok 518 - nextStream ok
> ok 519 - tell is 0
> ok 520 - $. is 0
> ok 521 - $. is 1
> ok 522 - ! error()
> ok 523 - eof()
> ok 524 - streamCount is 3
> ok 525 - expected output
> ok 526 - nextStream ok
> ok 527 - tell is 0
> ok 528 - $. is 0
> ok 529 - $. is 0
> ok 530 - ! error()
> ok 531 - eof()
> ok 532 - streamCount is ok
> ok 533 - expected output
> ok 534 - tell is 0
> ok 535 - nextStream ok
> ok 536 - eof()
> ok 537 - close() ok
> ok 538 - streamCount ok
> ok 539 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress nextStream and 3 streams, from file, Transparent => 0
> ok 540 - $gz isa IO::Uncompress::Bunzip2
> ok 541 - $. is 4
> ok 542 - ! error()
> ok 543 - eof()
> ok 544 - streamCount is 1
> ok 545 - expected output
> ok 546 - nextStream ok
> ok 547 - tell is 0
> ok 548 - $. is 0
> ok 549 - $. is 2
> ok 550 - ! error()
> ok 551 - eof()
> ok 552 - streamCount is 2
> ok 553 - expected output
> ok 554 - nextStream ok
> ok 555 - tell is 0
> ok 556 - $. is 0
> ok 557 - $. is 1
> ok 558 - ! error()
> ok 559 - eof()
> ok 560 - streamCount is 3
> ok 561 - expected output
> ok 562 - nextStream ok
> ok 563 - tell is 0
> ok 564 - $. is 0
> ok 565 - $. is 0
> ok 566 - ! error()
> ok 567 - eof()
> ok 568 - streamCount is ok
> ok 569 - expected output
> ok 570 - tell is 0
> ok 571 - nextStream ok
> ok 572 - eof()
> ok 573 - close() ok
> ok 574 - streamCount ok
> ok 575 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress nextStream and 3 streams, from file, Transparent => 1
> ok 576 - $gz isa IO::Uncompress::Bunzip2
> ok 577 - $. is 4
> ok 578 - ! error()
> ok 579 - eof()
> ok 580 - streamCount is 1
> ok 581 - expected output
> ok 582 - nextStream ok
> ok 583 - tell is 0
> ok 584 - $. is 0
> ok 585 - $. is 2
> ok 586 - ! error()
> ok 587 - eof()
> ok 588 - streamCount is 2
> ok 589 - expected output
> ok 590 - nextStream ok
> ok 591 - tell is 0
> ok 592 - $. is 0
> ok 593 - $. is 1
> ok 594 - ! error()
> ok 595 - eof()
> ok 596 - streamCount is 3
> ok 597 - expected output
> ok 598 - nextStream ok
> ok 599 - tell is 0
> ok 600 - $. is 0
> ok 601 - $. is 0
> ok 602 - ! error()
> ok 603 - eof()
> ok 604 - streamCount is ok
> ok 605 - expected output
> ok 606 - tell is 0
> ok 607 - nextStream ok
> ok 608 - eof()
> ok 609 - close() ok
> ok 610 - streamCount ok
> ok 611 - Testing IO::Compress::Bzip2 with 1 streams to filehandle
> ok 612 - $x isa IO::Compress::Bzip2
> ok 613 - Write OK
> ok 614 - newStream OK
> ok 615 - Close ok
> ok 616 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2 and 1 streams, from filehandle
> ok 617 - $gz isa IO::Uncompress::Bunzip2
> ok 618 - ! error()
> ok 619 - eof()
> ok 620 - close() ok
> ok 621 - streamCount ok 2
> ok 622 - expected output
> ok 623 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress and 1 streams, from filehandle
> ok 624 - $gz isa IO::Uncompress::Bunzip2
> ok 625 - ! error()
> ok 626 - eof()
> ok 627 - close() ok
> ok 628 - streamCount ok 2
> ok 629 - expected output
> ok 630 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 1 and 1 streams, from filehandle
> ok 631 - $gz isa IO::Uncompress::Bunzip2
> ok 632 - ! error()
> ok 633 - eof()
> ok 634 - close() ok
> ok 635 - streamCount ok 2
> ok 636 - expected output
> ok 637 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 20 and 1 streams, from filehandle
> ok 638 - $gz isa IO::Uncompress::Bunzip2
> ok 639 - ! error()
> ok 640 - eof()
> ok 641 - close() ok
> ok 642 - streamCount ok 2
> ok 643 - expected output
> ok 644 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 69 and 1 streams, from filehandle
> ok 645 - $gz isa IO::Uncompress::Bunzip2
> ok 646 - ! error()
> ok 647 - eof()
> ok 648 - close() ok
> ok 649 - streamCount ok 2
> ok 650 - expected output
> ok 651 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 70 and 1 streams, from filehandle
> ok 652 - $gz isa IO::Uncompress::Bunzip2
> ok 653 - ! error()
> ok 654 - eof()
> ok 655 - close() ok
> ok 656 - streamCount ok 2
> ok 657 - expected output
> ok 658 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 71 and 1 streams, from filehandle
> ok 659 - $gz isa IO::Uncompress::Bunzip2
> ok 660 - ! error()
> ok 661 - eof()
> ok 662 - close() ok
> ok 663 - streamCount ok 2
> ok 664 - expected output
> ok 665 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 1 and 1 streams, from filehandle
> ok 666 - $gz isa IO::Uncompress::Bunzip2
> ok 667 - ! error()
> ok 668 - eof()
> ok 669 - close() ok
> ok 670 - streamCount ok 2
> ok 671 - expected output
> ok 672 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 20 and 1 streams, from filehandle
> ok 673 - $gz isa IO::Uncompress::Bunzip2
> ok 674 - ! error()
> ok 675 - eof()
> ok 676 - close() ok
> ok 677 - streamCount ok 2
> ok 678 - expected output
> ok 679 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 69 and 1 streams, from filehandle
> ok 680 - $gz isa IO::Uncompress::Bunzip2
> ok 681 - ! error()
> ok 682 - eof()
> ok 683 - close() ok
> ok 684 - streamCount ok 2
> ok 685 - expected output
> ok 686 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 70 and 1 streams, from filehandle
> ok 687 - $gz isa IO::Uncompress::Bunzip2
> ok 688 - ! error()
> ok 689 - eof()
> ok 690 - close() ok
> ok 691 - streamCount ok 2
> ok 692 - expected output
> ok 693 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 71 and 1 streams, from filehandle
> ok 694 - $gz isa IO::Uncompress::Bunzip2
> ok 695 - ! error()
> ok 696 - eof()
> ok 697 - close() ok
> ok 698 - streamCount ok 2
> ok 699 - expected output
> ok 700 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2 nextStream and 1 streams, from filehandle, Transparent => 0
> ok 701 - $gz isa IO::Uncompress::Bunzip2
> ok 702 - $. is 4
> ok 703 - ! error()
> ok 704 - eof()
> ok 705 - streamCount is 1
> ok 706 - expected output
> ok 707 - nextStream ok
> ok 708 - tell is 0
> ok 709 - $. is 0
> ok 710 - $. is 0
> ok 711 - ! error()
> ok 712 - eof()
> ok 713 - streamCount is ok
> ok 714 - expected output
> ok 715 - tell is 0
> ok 716 - nextStream ok
> ok 717 - eof()
> ok 718 - close() ok
> ok 719 - streamCount ok
> ok 720 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2 nextStream and 1 streams, from filehandle, Transparent => 1
> ok 721 - $gz isa IO::Uncompress::Bunzip2
> ok 722 - $. is 4
> ok 723 - ! error()
> ok 724 - eof()
> ok 725 - streamCount is 1
> ok 726 - expected output
> ok 727 - nextStream ok
> ok 728 - tell is 0
> ok 729 - $. is 0
> ok 730 - $. is 0
> ok 731 - ! error()
> ok 732 - eof()
> ok 733 - streamCount is ok
> ok 734 - expected output
> ok 735 - tell is 0
> ok 736 - nextStream ok
> ok 737 - eof()
> ok 738 - close() ok
> ok 739 - streamCount ok
> ok 740 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress nextStream and 1 streams, from filehandle, Transparent => 0
> ok 741 - $gz isa IO::Uncompress::Bunzip2
> ok 742 - $. is 4
> ok 743 - ! error()
> ok 744 - eof()
> ok 745 - streamCount is 1
> ok 746 - expected output
> ok 747 - nextStream ok
> ok 748 - tell is 0
> ok 749 - $. is 0
> ok 750 - $. is 0
> ok 751 - ! error()
> ok 752 - eof()
> ok 753 - streamCount is ok
> ok 754 - expected output
> ok 755 - tell is 0
> ok 756 - nextStream ok
> ok 757 - eof()
> ok 758 - close() ok
> ok 759 - streamCount ok
> ok 760 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress nextStream and 1 streams, from filehandle, Transparent => 1
> ok 761 - $gz isa IO::Uncompress::Bunzip2
> ok 762 - $. is 4
> ok 763 - ! error()
> ok 764 - eof()
> ok 765 - streamCount is 1
> ok 766 - expected output
> ok 767 - nextStream ok
> ok 768 - tell is 0
> ok 769 - $. is 0
> ok 770 - $. is 0
> ok 771 - ! error()
> ok 772 - eof()
> ok 773 - streamCount is ok
> ok 774 - expected output
> ok 775 - tell is 0
> ok 776 - nextStream ok
> ok 777 - eof()
> ok 778 - close() ok
> ok 779 - streamCount ok
> ok 780 - Testing IO::Compress::Bzip2 with 2 streams to filehandle
> ok 781 - $x isa IO::Compress::Bzip2
> ok 782 - Write OK
> ok 783 - newStream OK
> ok 784 - Write OK
> ok 785 - newStream OK
> ok 786 - Close ok
> ok 787 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2 and 2 streams, from filehandle
> ok 788 - $gz isa IO::Uncompress::Bunzip2
> ok 789 - ! error()
> ok 790 - eof()
> ok 791 - close() ok
> ok 792 - streamCount ok 3
> ok 793 - expected output
> ok 794 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress and 2 streams, from filehandle
> ok 795 - $gz isa IO::Uncompress::Bunzip2
> ok 796 - ! error()
> ok 797 - eof()
> ok 798 - close() ok
> ok 799 - streamCount ok 3
> ok 800 - expected output
> ok 801 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 1 and 2 streams, from filehandle
> ok 802 - $gz isa IO::Uncompress::Bunzip2
> ok 803 - ! error()
> ok 804 - eof()
> ok 805 - close() ok
> ok 806 - streamCount ok 3
> ok 807 - expected output
> ok 808 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 20 and 2 streams, from filehandle
> ok 809 - $gz isa IO::Uncompress::Bunzip2
> ok 810 - ! error()
> ok 811 - eof()
> ok 812 - close() ok
> ok 813 - streamCount ok 3
> ok 814 - expected output
> ok 815 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 69 and 2 streams, from filehandle
> ok 816 - $gz isa IO::Uncompress::Bunzip2
> ok 817 - ! error()
> ok 818 - eof()
> ok 819 - close() ok
> ok 820 - streamCount ok 3
> ok 821 - expected output
> ok 822 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 70 and 2 streams, from filehandle
> ok 823 - $gz isa IO::Uncompress::Bunzip2
> ok 824 - ! error()
> ok 825 - eof()
> ok 826 - close() ok
> ok 827 - streamCount ok 3
> ok 828 - expected output
> ok 829 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 71 and 2 streams, from filehandle
> ok 830 - $gz isa IO::Uncompress::Bunzip2
> ok 831 - ! error()
> ok 832 - eof()
> ok 833 - close() ok
> ok 834 - streamCount ok 3
> ok 835 - expected output
> ok 836 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 1 and 2 streams, from filehandle
> ok 837 - $gz isa IO::Uncompress::Bunzip2
> ok 838 - ! error()
> ok 839 - eof()
> ok 840 - close() ok
> ok 841 - streamCount ok 3
> ok 842 - expected output
> ok 843 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 20 and 2 streams, from filehandle
> ok 844 - $gz isa IO::Uncompress::Bunzip2
> ok 845 - ! error()
> ok 846 - eof()
> ok 847 - close() ok
> ok 848 - streamCount ok 3
> ok 849 - expected output
> ok 850 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 69 and 2 streams, from filehandle
> ok 851 - $gz isa IO::Uncompress::Bunzip2
> ok 852 - ! error()
> ok 853 - eof()
> ok 854 - close() ok
> ok 855 - streamCount ok 3
> ok 856 - expected output
> ok 857 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 70 and 2 streams, from filehandle
> ok 858 - $gz isa IO::Uncompress::Bunzip2
> ok 859 - ! error()
> ok 860 - eof()
> ok 861 - close() ok
> ok 862 - streamCount ok 3
> ok 863 - expected output
> ok 864 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 71 and 2 streams, from filehandle
> ok 865 - $gz isa IO::Uncompress::Bunzip2
> ok 866 - ! error()
> ok 867 - eof()
> ok 868 - close() ok
> ok 869 - streamCount ok 3
> ok 870 - expected output
> ok 871 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2 nextStream and 2 streams, from filehandle, Transparent => 0
> ok 872 - $gz isa IO::Uncompress::Bunzip2
> ok 873 - $. is 4
> ok 874 - ! error()
> ok 875 - eof()
> ok 876 - streamCount is 1
> ok 877 - expected output
> ok 878 - nextStream ok
> ok 879 - tell is 0
> ok 880 - $. is 0
> ok 881 - $. is 2
> ok 882 - ! error()
> ok 883 - eof()
> ok 884 - streamCount is 2
> ok 885 - expected output
> ok 886 - nextStream ok
> ok 887 - tell is 0
> ok 888 - $. is 0
> ok 889 - $. is 0
> ok 890 - ! error()
> ok 891 - eof()
> ok 892 - streamCount is ok
> ok 893 - expected output
> ok 894 - tell is 0
> ok 895 - nextStream ok
> ok 896 - eof()
> ok 897 - close() ok
> ok 898 - streamCount ok
> ok 899 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2 nextStream and 2 streams, from filehandle, Transparent => 1
> ok 900 - $gz isa IO::Uncompress::Bunzip2
> ok 901 - $. is 4
> ok 902 - ! error()
> ok 903 - eof()
> ok 904 - streamCount is 1
> ok 905 - expected output
> ok 906 - nextStream ok
> ok 907 - tell is 0
> ok 908 - $. is 0
> ok 909 - $. is 2
> ok 910 - ! error()
> ok 911 - eof()
> ok 912 - streamCount is 2
> ok 913 - expected output
> ok 914 - nextStream ok
> ok 915 - tell is 0
> ok 916 - $. is 0
> ok 917 - $. is 0
> ok 918 - ! error()
> ok 919 - eof()
> ok 920 - streamCount is ok
> ok 921 - expected output
> ok 922 - tell is 0
> ok 923 - nextStream ok
> ok 924 - eof()
> ok 925 - close() ok
> ok 926 - streamCount ok
> ok 927 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress nextStream and 2 streams, from filehandle, Transparent => 0
> ok 928 - $gz isa IO::Uncompress::Bunzip2
> ok 929 - $. is 4
> ok 930 - ! error()
> ok 931 - eof()
> ok 932 - streamCount is 1
> ok 933 - expected output
> ok 934 - nextStream ok
> ok 935 - tell is 0
> ok 936 - $. is 0
> ok 937 - $. is 2
> ok 938 - ! error()
> ok 939 - eof()
> ok 940 - streamCount is 2
> ok 941 - expected output
> ok 942 - nextStream ok
> ok 943 - tell is 0
> ok 944 - $. is 0
> ok 945 - $. is 0
> ok 946 - ! error()
> ok 947 - eof()
> ok 948 - streamCount is ok
> ok 949 - expected output
> ok 950 - tell is 0
> ok 951 - nextStream ok
> ok 952 - eof()
> ok 953 - close() ok
> ok 954 - streamCount ok
> ok 955 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress nextStream and 2 streams, from filehandle, Transparent => 1
> ok 956 - $gz isa IO::Uncompress::Bunzip2
> ok 957 - $. is 4
> ok 958 - ! error()
> ok 959 - eof()
> ok 960 - streamCount is 1
> ok 961 - expected output
> ok 962 - nextStream ok
> ok 963 - tell is 0
> ok 964 - $. is 0
> ok 965 - $. is 2
> ok 966 - ! error()
> ok 967 - eof()
> ok 968 - streamCount is 2
> ok 969 - expected output
> ok 970 - nextStream ok
> ok 971 - tell is 0
> ok 972 - $. is 0
> ok 973 - $. is 0
> ok 974 - ! error()
> ok 975 - eof()
> ok 976 - streamCount is ok
> ok 977 - expected output
> ok 978 - tell is 0
> ok 979 - nextStream ok
> ok 980 - eof()
> ok 981 - close() ok
> ok 982 - streamCount ok
> ok 983 - Testing IO::Compress::Bzip2 with 3 streams to filehandle
> ok 984 - $x isa IO::Compress::Bzip2
> ok 985 - Write OK
> ok 986 - newStream OK
> ok 987 - Write OK
> ok 988 - newStream OK
> ok 989 - Write OK
> ok 990 - newStream OK
> ok 991 - Close ok
> ok 992 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2 and 3 streams, from filehandle
> ok 993 - $gz isa IO::Uncompress::Bunzip2
> ok 994 - ! error()
> ok 995 - eof()
> ok 996 - close() ok
> ok 997 - streamCount ok 4
> ok 998 - expected output
> ok 999 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress and 3 streams, from filehandle
> ok 1000 - $gz isa IO::Uncompress::Bunzip2
> ok 1001 - ! error()
> ok 1002 - eof()
> ok 1003 - close() ok
> ok 1004 - streamCount ok 4
> ok 1005 - expected output
> ok 1006 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 1 and 3 streams, from filehandle
> ok 1007 - $gz isa IO::Uncompress::Bunzip2
> ok 1008 - ! error()
> ok 1009 - eof()
> ok 1010 - close() ok
> ok 1011 - streamCount ok 4
> ok 1012 - expected output
> ok 1013 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 20 and 3 streams, from filehandle
> ok 1014 - $gz isa IO::Uncompress::Bunzip2
> ok 1015 - ! error()
> ok 1016 - eof()
> ok 1017 - close() ok
> ok 1018 - streamCount ok 4
> ok 1019 - expected output
> ok 1020 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 69 and 3 streams, from filehandle
> ok 1021 - $gz isa IO::Uncompress::Bunzip2
> ok 1022 - ! error()
> ok 1023 - eof()
> ok 1024 - close() ok
> ok 1025 - streamCount ok 4
> ok 1026 - expected output
> ok 1027 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 70 and 3 streams, from filehandle
> ok 1028 - $gz isa IO::Uncompress::Bunzip2
> ok 1029 - ! error()
> ok 1030 - eof()
> ok 1031 - close() ok
> ok 1032 - streamCount ok 4
> ok 1033 - expected output
> ok 1034 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 71 and 3 streams, from filehandle
> ok 1035 - $gz isa IO::Uncompress::Bunzip2
> ok 1036 - ! error()
> ok 1037 - eof()
> ok 1038 - close() ok
> ok 1039 - streamCount ok 4
> ok 1040 - expected output
> ok 1041 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 1 and 3 streams, from filehandle
> ok 1042 - $gz isa IO::Uncompress::Bunzip2
> ok 1043 - ! error()
> ok 1044 - eof()
> ok 1045 - close() ok
> ok 1046 - streamCount ok 4
> ok 1047 - expected output
> ok 1048 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 20 and 3 streams, from filehandle
> ok 1049 - $gz isa IO::Uncompress::Bunzip2
> ok 1050 - ! error()
> ok 1051 - eof()
> ok 1052 - close() ok
> ok 1053 - streamCount ok 4
> ok 1054 - expected output
> ok 1055 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 69 and 3 streams, from filehandle
> ok 1056 - $gz isa IO::Uncompress::Bunzip2
> ok 1057 - ! error()
> ok 1058 - eof()
> ok 1059 - close() ok
> ok 1060 - streamCount ok 4
> ok 1061 - expected output
> ok 1062 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 70 and 3 streams, from filehandle
> ok 1063 - $gz isa IO::Uncompress::Bunzip2
> ok 1064 - ! error()
> ok 1065 - eof()
> ok 1066 - close() ok
> ok 1067 - streamCount ok 4
> ok 1068 - expected output
> ok 1069 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 71 and 3 streams, from filehandle
> ok 1070 - $gz isa IO::Uncompress::Bunzip2
> ok 1071 - ! error()
> ok 1072 - eof()
> ok 1073 - close() ok
> ok 1074 - streamCount ok 4
> ok 1075 - expected output
> ok 1076 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2 nextStream and 3 streams, from filehandle, Transparent => 0
> ok 1077 - $gz isa IO::Uncompress::Bunzip2
> ok 1078 - $. is 4
> ok 1079 - ! error()
> ok 1080 - eof()
> ok 1081 - streamCount is 1
> ok 1082 - expected output
> ok 1083 - nextStream ok
> ok 1084 - tell is 0
> ok 1085 - $. is 0
> ok 1086 - $. is 2
> ok 1087 - ! error()
> ok 1088 - eof()
> ok 1089 - streamCount is 2
> ok 1090 - expected output
> ok 1091 - nextStream ok
> ok 1092 - tell is 0
> ok 1093 - $. is 0
> ok 1094 - $. is 1
> ok 1095 - ! error()
> ok 1096 - eof()
> ok 1097 - streamCount is 3
> ok 1098 - expected output
> ok 1099 - nextStream ok
> ok 1100 - tell is 0
> ok 1101 - $. is 0
> ok 1102 - $. is 0
> ok 1103 - ! error()
> ok 1104 - eof()
> ok 1105 - streamCount is ok
> ok 1106 - expected output
> ok 1107 - tell is 0
> ok 1108 - nextStream ok
> ok 1109 - eof()
> ok 1110 - close() ok
> ok 1111 - streamCount ok
> ok 1112 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2 nextStream and 3 streams, from filehandle, Transparent => 1
> ok 1113 - $gz isa IO::Uncompress::Bunzip2
> ok 1114 - $. is 4
> ok 1115 - ! error()
> ok 1116 - eof()
> ok 1117 - streamCount is 1
> ok 1118 - expected output
> ok 1119 - nextStream ok
> ok 1120 - tell is 0
> ok 1121 - $. is 0
> ok 1122 - $. is 2
> ok 1123 - ! error()
> ok 1124 - eof()
> ok 1125 - streamCount is 2
> ok 1126 - expected output
> ok 1127 - nextStream ok
> ok 1128 - tell is 0
> ok 1129 - $. is 0
> ok 1130 - $. is 1
> ok 1131 - ! error()
> ok 1132 - eof()
> ok 1133 - streamCount is 3
> ok 1134 - expected output
> ok 1135 - nextStream ok
> ok 1136 - tell is 0
> ok 1137 - $. is 0
> ok 1138 - $. is 0
> ok 1139 - ! error()
> ok 1140 - eof()
> ok 1141 - streamCount is ok
> ok 1142 - expected output
> ok 1143 - tell is 0
> ok 1144 - nextStream ok
> ok 1145 - eof()
> ok 1146 - close() ok
> ok 1147 - streamCount ok
> ok 1148 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress nextStream and 3 streams, from filehandle, Transparent => 0
> ok 1149 - $gz isa IO::Uncompress::Bunzip2
> ok 1150 - $. is 4
> ok 1151 - ! error()
> ok 1152 - eof()
> ok 1153 - streamCount is 1
> ok 1154 - expected output
> ok 1155 - nextStream ok
> ok 1156 - tell is 0
> ok 1157 - $. is 0
> ok 1158 - $. is 2
> ok 1159 - ! error()
> ok 1160 - eof()
> ok 1161 - streamCount is 2
> ok 1162 - expected output
> ok 1163 - nextStream ok
> ok 1164 - tell is 0
> ok 1165 - $. is 0
> ok 1166 - $. is 1
> ok 1167 - ! error()
> ok 1168 - eof()
> ok 1169 - streamCount is 3
> ok 1170 - expected output
> ok 1171 - nextStream ok
> ok 1172 - tell is 0
> ok 1173 - $. is 0
> ok 1174 - $. is 0
> ok 1175 - ! error()
> ok 1176 - eof()
> ok 1177 - streamCount is ok
> ok 1178 - expected output
> ok 1179 - tell is 0
> ok 1180 - nextStream ok
> ok 1181 - eof()
> ok 1182 - close() ok
> ok 1183 - streamCount ok
> ok 1184 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress nextStream and 3 streams, from filehandle, Transparent => 1
> ok 1185 - $gz isa IO::Uncompress::Bunzip2
> ok 1186 - $. is 4
> ok 1187 - ! error()
> ok 1188 - eof()
> ok 1189 - streamCount is 1
> ok 1190 - expected output
> ok 1191 - nextStream ok
> ok 1192 - tell is 0
> ok 1193 - $. is 0
> ok 1194 - $. is 2
> ok 1195 - ! error()
> ok 1196 - eof()
> ok 1197 - streamCount is 2
> ok 1198 - expected output
> ok 1199 - nextStream ok
> ok 1200 - tell is 0
> ok 1201 - $. is 0
> ok 1202 - $. is 1
> ok 1203 - ! error()
> ok 1204 - eof()
> ok 1205 - streamCount is 3
> ok 1206 - expected output
> ok 1207 - nextStream ok
> ok 1208 - tell is 0
> ok 1209 - $. is 0
> ok 1210 - $. is 0
> ok 1211 - ! error()
> ok 1212 - eof()
> ok 1213 - streamCount is ok
> ok 1214 - expected output
> ok 1215 - tell is 0
> ok 1216 - nextStream ok
> ok 1217 - eof()
> ok 1218 - close() ok
> ok 1219 - streamCount ok
> ok 1220 - Testing IO::Compress::Bzip2 with 1 streams to buffer
> ok 1221 - $x isa IO::Compress::Bzip2
> ok 1222 - Write OK
> ok 1223 - newStream OK
> ok 1224 - Close ok
> ok 1225 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2 and 1 streams, from buffer
> ok 1226 - $gz isa IO::Uncompress::Bunzip2
> ok 1227 - ! error()
> ok 1228 - eof()
> ok 1229 - close() ok
> ok 1230 - streamCount ok 2
> ok 1231 - expected output
> ok 1232 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress and 1 streams, from buffer
> ok 1233 - $gz isa IO::Uncompress::Bunzip2
> ok 1234 - ! error()
> ok 1235 - eof()
> ok 1236 - close() ok
> ok 1237 - streamCount ok 2
> ok 1238 - expected output
> ok 1239 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 1 and 1 streams, from buffer
> ok 1240 - $gz isa IO::Uncompress::Bunzip2
> ok 1241 - ! error()
> ok 1242 - eof()
> ok 1243 - close() ok
> ok 1244 - streamCount ok 2
> ok 1245 - expected output
> ok 1246 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 20 and 1 streams, from buffer
> ok 1247 - $gz isa IO::Uncompress::Bunzip2
> ok 1248 - ! error()
> ok 1249 - eof()
> ok 1250 - close() ok
> ok 1251 - streamCount ok 2
> ok 1252 - expected output
> ok 1253 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 69 and 1 streams, from buffer
> ok 1254 - $gz isa IO::Uncompress::Bunzip2
> ok 1255 - ! error()
> ok 1256 - eof()
> ok 1257 - close() ok
> ok 1258 - streamCount ok 2
> ok 1259 - expected output
> ok 1260 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 70 and 1 streams, from buffer
> ok 1261 - $gz isa IO::Uncompress::Bunzip2
> ok 1262 - ! error()
> ok 1263 - eof()
> ok 1264 - close() ok
> ok 1265 - streamCount ok 2
> ok 1266 - expected output
> ok 1267 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 71 and 1 streams, from buffer
> ok 1268 - $gz isa IO::Uncompress::Bunzip2
> ok 1269 - ! error()
> ok 1270 - eof()
> ok 1271 - close() ok
> ok 1272 - streamCount ok 2
> ok 1273 - expected output
> ok 1274 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 1 and 1 streams, from buffer
> ok 1275 - $gz isa IO::Uncompress::Bunzip2
> ok 1276 - ! error()
> ok 1277 - eof()
> ok 1278 - close() ok
> ok 1279 - streamCount ok 2
> ok 1280 - expected output
> ok 1281 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 20 and 1 streams, from buffer
> ok 1282 - $gz isa IO::Uncompress::Bunzip2
> ok 1283 - ! error()
> ok 1284 - eof()
> ok 1285 - close() ok
> ok 1286 - streamCount ok 2
> ok 1287 - expected output
> ok 1288 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 69 and 1 streams, from buffer
> ok 1289 - $gz isa IO::Uncompress::Bunzip2
> ok 1290 - ! error()
> ok 1291 - eof()
> ok 1292 - close() ok
> ok 1293 - streamCount ok 2
> ok 1294 - expected output
> ok 1295 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 70 and 1 streams, from buffer
> ok 1296 - $gz isa IO::Uncompress::Bunzip2
> ok 1297 - ! error()
> ok 1298 - eof()
> ok 1299 - close() ok
> ok 1300 - streamCount ok 2
> ok 1301 - expected output
> ok 1302 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 71 and 1 streams, from buffer
> ok 1303 - $gz isa IO::Uncompress::Bunzip2
> ok 1304 - ! error()
> ok 1305 - eof()
> ok 1306 - close() ok
> ok 1307 - streamCount ok 2
> ok 1308 - expected output
> ok 1309 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2 nextStream and 1 streams, from buffer, Transparent => 0
> ok 1310 - $gz isa IO::Uncompress::Bunzip2
> ok 1311 - $. is 4
> ok 1312 - ! error()
> ok 1313 - eof()
> ok 1314 - streamCount is 1
> ok 1315 - expected output
> ok 1316 - nextStream ok
> ok 1317 - tell is 0
> ok 1318 - $. is 0
> ok 1319 - $. is 0
> ok 1320 - ! error()
> ok 1321 - eof()
> ok 1322 - streamCount is ok
> ok 1323 - expected output
> ok 1324 - tell is 0
> ok 1325 - nextStream ok
> ok 1326 - eof()
> ok 1327 - close() ok
> ok 1328 - streamCount ok
> ok 1329 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2 nextStream and 1 streams, from buffer, Transparent => 1
> ok 1330 - $gz isa IO::Uncompress::Bunzip2
> ok 1331 - $. is 4
> ok 1332 - ! error()
> ok 1333 - eof()
> ok 1334 - streamCount is 1
> ok 1335 - expected output
> ok 1336 - nextStream ok
> ok 1337 - tell is 0
> ok 1338 - $. is 0
> ok 1339 - $. is 0
> ok 1340 - ! error()
> ok 1341 - eof()
> ok 1342 - streamCount is ok
> ok 1343 - expected output
> ok 1344 - tell is 0
> ok 1345 - nextStream ok
> ok 1346 - eof()
> ok 1347 - close() ok
> ok 1348 - streamCount ok
> ok 1349 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress nextStream and 1 streams, from buffer, Transparent => 0
> ok 1350 - $gz isa IO::Uncompress::Bunzip2
> ok 1351 - $. is 4
> ok 1352 - ! error()
> ok 1353 - eof()
> ok 1354 - streamCount is 1
> ok 1355 - expected output
> ok 1356 - nextStream ok
> ok 1357 - tell is 0
> ok 1358 - $. is 0
> ok 1359 - $. is 0
> ok 1360 - ! error()
> ok 1361 - eof()
> ok 1362 - streamCount is ok
> ok 1363 - expected output
> ok 1364 - tell is 0
> ok 1365 - nextStream ok
> ok 1366 - eof()
> ok 1367 - close() ok
> ok 1368 - streamCount ok
> ok 1369 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress nextStream and 1 streams, from buffer, Transparent => 1
> ok 1370 - $gz isa IO::Uncompress::Bunzip2
> ok 1371 - $. is 4
> ok 1372 - ! error()
> ok 1373 - eof()
> ok 1374 - streamCount is 1
> ok 1375 - expected output
> ok 1376 - nextStream ok
> ok 1377 - tell is 0
> ok 1378 - $. is 0
> ok 1379 - $. is 0
> ok 1380 - ! error()
> ok 1381 - eof()
> ok 1382 - streamCount is ok
> ok 1383 - expected output
> ok 1384 - tell is 0
> ok 1385 - nextStream ok
> ok 1386 - eof()
> ok 1387 - close() ok
> ok 1388 - streamCount ok
> ok 1389 - Testing IO::Compress::Bzip2 with 2 streams to buffer
> ok 1390 - $x isa IO::Compress::Bzip2
> ok 1391 - Write OK
> ok 1392 - newStream OK
> ok 1393 - Write OK
> ok 1394 - newStream OK
> ok 1395 - Close ok
> ok 1396 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2 and 2 streams, from buffer
> ok 1397 - $gz isa IO::Uncompress::Bunzip2
> ok 1398 - ! error()
> ok 1399 - eof()
> ok 1400 - close() ok
> ok 1401 - streamCount ok 3
> ok 1402 - expected output
> ok 1403 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress and 2 streams, from buffer
> ok 1404 - $gz isa IO::Uncompress::Bunzip2
> ok 1405 - ! error()
> ok 1406 - eof()
> ok 1407 - close() ok
> ok 1408 - streamCount ok 3
> ok 1409 - expected output
> ok 1410 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 1 and 2 streams, from buffer
> ok 1411 - $gz isa IO::Uncompress::Bunzip2
> ok 1412 - ! error()
> ok 1413 - eof()
> ok 1414 - close() ok
> ok 1415 - streamCount ok 3
> ok 1416 - expected output
> ok 1417 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 20 and 2 streams, from buffer
> ok 1418 - $gz isa IO::Uncompress::Bunzip2
> ok 1419 - ! error()
> ok 1420 - eof()
> ok 1421 - close() ok
> ok 1422 - streamCount ok 3
> ok 1423 - expected output
> ok 1424 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 69 and 2 streams, from buffer
> ok 1425 - $gz isa IO::Uncompress::Bunzip2
> ok 1426 - ! error()
> ok 1427 - eof()
> ok 1428 - close() ok
> ok 1429 - streamCount ok 3
> ok 1430 - expected output
> ok 1431 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 70 and 2 streams, from buffer
> ok 1432 - $gz isa IO::Uncompress::Bunzip2
> ok 1433 - ! error()
> ok 1434 - eof()
> ok 1435 - close() ok
> ok 1436 - streamCount ok 3
> ok 1437 - expected output
> ok 1438 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 71 and 2 streams, from buffer
> ok 1439 - $gz isa IO::Uncompress::Bunzip2
> ok 1440 - ! error()
> ok 1441 - eof()
> ok 1442 - close() ok
> ok 1443 - streamCount ok 3
> ok 1444 - expected output
> ok 1445 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 1 and 2 streams, from buffer
> ok 1446 - $gz isa IO::Uncompress::Bunzip2
> ok 1447 - ! error()
> ok 1448 - eof()
> ok 1449 - close() ok
> ok 1450 - streamCount ok 3
> ok 1451 - expected output
> ok 1452 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 20 and 2 streams, from buffer
> ok 1453 - $gz isa IO::Uncompress::Bunzip2
> ok 1454 - ! error()
> ok 1455 - eof()
> ok 1456 - close() ok
> ok 1457 - streamCount ok 3
> ok 1458 - expected output
> ok 1459 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 69 and 2 streams, from buffer
> ok 1460 - $gz isa IO::Uncompress::Bunzip2
> ok 1461 - ! error()
> ok 1462 - eof()
> ok 1463 - close() ok
> ok 1464 - streamCount ok 3
> ok 1465 - expected output
> ok 1466 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 70 and 2 streams, from buffer
> ok 1467 - $gz isa IO::Uncompress::Bunzip2
> ok 1468 - ! error()
> ok 1469 - eof()
> ok 1470 - close() ok
> ok 1471 - streamCount ok 3
> ok 1472 - expected output
> ok 1473 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 71 and 2 streams, from buffer
> ok 1474 - $gz isa IO::Uncompress::Bunzip2
> ok 1475 - ! error()
> ok 1476 - eof()
> ok 1477 - close() ok
> ok 1478 - streamCount ok 3
> ok 1479 - expected output
> ok 1480 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2 nextStream and 2 streams, from buffer, Transparent => 0
> ok 1481 - $gz isa IO::Uncompress::Bunzip2
> ok 1482 - $. is 4
> ok 1483 - ! error()
> ok 1484 - eof()
> ok 1485 - streamCount is 1
> ok 1486 - expected output
> ok 1487 - nextStream ok
> ok 1488 - tell is 0
> ok 1489 - $. is 0
> ok 1490 - $. is 2
> ok 1491 - ! error()
> ok 1492 - eof()
> ok 1493 - streamCount is 2
> ok 1494 - expected output
> ok 1495 - nextStream ok
> ok 1496 - tell is 0
> ok 1497 - $. is 0
> ok 1498 - $. is 0
> ok 1499 - ! error()
> ok 1500 - eof()
> ok 1501 - streamCount is ok
> ok 1502 - expected output
> ok 1503 - tell is 0
> ok 1504 - nextStream ok
> ok 1505 - eof()
> ok 1506 - close() ok
> ok 1507 - streamCount ok
> ok 1508 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2 nextStream and 2 streams, from buffer, Transparent => 1
> ok 1509 - $gz isa IO::Uncompress::Bunzip2
> ok 1510 - $. is 4
> ok 1511 - ! error()
> ok 1512 - eof()
> ok 1513 - streamCount is 1
> ok 1514 - expected output
> ok 1515 - nextStream ok
> ok 1516 - tell is 0
> ok 1517 - $. is 0
> ok 1518 - $. is 2
> ok 1519 - ! error()
> ok 1520 - eof()
> ok 1521 - streamCount is 2
> ok 1522 - expected output
> ok 1523 - nextStream ok
> ok 1524 - tell is 0
> ok 1525 - $. is 0
> ok 1526 - $. is 0
> ok 1527 - ! error()
> ok 1528 - eof()
> ok 1529 - streamCount is ok
> ok 1530 - expected output
> ok 1531 - tell is 0
> ok 1532 - nextStream ok
> ok 1533 - eof()
> ok 1534 - close() ok
> ok 1535 - streamCount ok
> ok 1536 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress nextStream and 2 streams, from buffer, Transparent => 0
> ok 1537 - $gz isa IO::Uncompress::Bunzip2
> ok 1538 - $. is 4
> ok 1539 - ! error()
> ok 1540 - eof()
> ok 1541 - streamCount is 1
> ok 1542 - expected output
> ok 1543 - nextStream ok
> ok 1544 - tell is 0
> ok 1545 - $. is 0
> ok 1546 - $. is 2
> ok 1547 - ! error()
> ok 1548 - eof()
> ok 1549 - streamCount is 2
> ok 1550 - expected output
> ok 1551 - nextStream ok
> ok 1552 - tell is 0
> ok 1553 - $. is 0
> ok 1554 - $. is 0
> ok 1555 - ! error()
> ok 1556 - eof()
> ok 1557 - streamCount is ok
> ok 1558 - expected output
> ok 1559 - tell is 0
> ok 1560 - nextStream ok
> ok 1561 - eof()
> ok 1562 - close() ok
> ok 1563 - streamCount ok
> ok 1564 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress nextStream and 2 streams, from buffer, Transparent => 1
> ok 1565 - $gz isa IO::Uncompress::Bunzip2
> ok 1566 - $. is 4
> ok 1567 - ! error()
> ok 1568 - eof()
> ok 1569 - streamCount is 1
> ok 1570 - expected output
> ok 1571 - nextStream ok
> ok 1572 - tell is 0
> ok 1573 - $. is 0
> ok 1574 - $. is 2
> ok 1575 - ! error()
> ok 1576 - eof()
> ok 1577 - streamCount is 2
> ok 1578 - expected output
> ok 1579 - nextStream ok
> ok 1580 - tell is 0
> ok 1581 - $. is 0
> ok 1582 - $. is 0
> ok 1583 - ! error()
> ok 1584 - eof()
> ok 1585 - streamCount is ok
> ok 1586 - expected output
> ok 1587 - tell is 0
> ok 1588 - nextStream ok
> ok 1589 - eof()
> ok 1590 - close() ok
> ok 1591 - streamCount ok
> ok 1592 - Testing IO::Compress::Bzip2 with 3 streams to buffer
> ok 1593 - $x isa IO::Compress::Bzip2
> ok 1594 - Write OK
> ok 1595 - newStream OK
> ok 1596 - Write OK
> ok 1597 - newStream OK
> ok 1598 - Write OK
> ok 1599 - newStream OK
> ok 1600 - Close ok
> ok 1601 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2 and 3 streams, from buffer
> ok 1602 - $gz isa IO::Uncompress::Bunzip2
> ok 1603 - ! error()
> ok 1604 - eof()
> ok 1605 - close() ok
> ok 1606 - streamCount ok 4
> ok 1607 - expected output
> ok 1608 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress and 3 streams, from buffer
> ok 1609 - $gz isa IO::Uncompress::Bunzip2
> ok 1610 - ! error()
> ok 1611 - eof()
> ok 1612 - close() ok
> ok 1613 - streamCount ok 4
> ok 1614 - expected output
> ok 1615 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 1 and 3 streams, from buffer
> ok 1616 - $gz isa IO::Uncompress::Bunzip2
> ok 1617 - ! error()
> ok 1618 - eof()
> ok 1619 - close() ok
> ok 1620 - streamCount ok 4
> ok 1621 - expected output
> ok 1622 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 20 and 3 streams, from buffer
> ok 1623 - $gz isa IO::Uncompress::Bunzip2
> ok 1624 - ! error()
> ok 1625 - eof()
> ok 1626 - close() ok
> ok 1627 - streamCount ok 4
> ok 1628 - expected output
> ok 1629 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 69 and 3 streams, from buffer
> ok 1630 - $gz isa IO::Uncompress::Bunzip2
> ok 1631 - ! error()
> ok 1632 - eof()
> ok 1633 - close() ok
> ok 1634 - streamCount ok 4
> ok 1635 - expected output
> ok 1636 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 70 and 3 streams, from buffer
> ok 1637 - $gz isa IO::Uncompress::Bunzip2
> ok 1638 - ! error()
> ok 1639 - eof()
> ok 1640 - close() ok
> ok 1641 - streamCount ok 4
> ok 1642 - expected output
> ok 1643 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2, BlockSize 71 and 3 streams, from buffer
> ok 1644 - $gz isa IO::Uncompress::Bunzip2
> ok 1645 - ! error()
> ok 1646 - eof()
> ok 1647 - close() ok
> ok 1648 - streamCount ok 4
> ok 1649 - expected output
> ok 1650 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 1 and 3 streams, from buffer
> ok 1651 - $gz isa IO::Uncompress::Bunzip2
> ok 1652 - ! error()
> ok 1653 - eof()
> ok 1654 - close() ok
> ok 1655 - streamCount ok 4
> ok 1656 - expected output
> ok 1657 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 20 and 3 streams, from buffer
> ok 1658 - $gz isa IO::Uncompress::Bunzip2
> ok 1659 - ! error()
> ok 1660 - eof()
> ok 1661 - close() ok
> ok 1662 - streamCount ok 4
> ok 1663 - expected output
> ok 1664 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 69 and 3 streams, from buffer
> ok 1665 - $gz isa IO::Uncompress::Bunzip2
> ok 1666 - ! error()
> ok 1667 - eof()
> ok 1668 - close() ok
> ok 1669 - streamCount ok 4
> ok 1670 - expected output
> ok 1671 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 70 and 3 streams, from buffer
> ok 1672 - $gz isa IO::Uncompress::Bunzip2
> ok 1673 - ! error()
> ok 1674 - eof()
> ok 1675 - close() ok
> ok 1676 - streamCount ok 4
> ok 1677 - expected output
> ok 1678 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress, BlockSize 71 and 3 streams, from buffer
> ok 1679 - $gz isa IO::Uncompress::Bunzip2
> ok 1680 - ! error()
> ok 1681 - eof()
> ok 1682 - close() ok
> ok 1683 - streamCount ok 4
> ok 1684 - expected output
> ok 1685 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2 nextStream and 3 streams, from buffer, Transparent => 0
> ok 1686 - $gz isa IO::Uncompress::Bunzip2
> ok 1687 - $. is 4
> ok 1688 - ! error()
> ok 1689 - eof()
> ok 1690 - streamCount is 1
> ok 1691 - expected output
> ok 1692 - nextStream ok
> ok 1693 - tell is 0
> ok 1694 - $. is 0
> ok 1695 - $. is 2
> ok 1696 - ! error()
> ok 1697 - eof()
> ok 1698 - streamCount is 2
> ok 1699 - expected output
> ok 1700 - nextStream ok
> ok 1701 - tell is 0
> ok 1702 - $. is 0
> ok 1703 - $. is 1
> ok 1704 - ! error()
> ok 1705 - eof()
> ok 1706 - streamCount is 3
> ok 1707 - expected output
> ok 1708 - nextStream ok
> ok 1709 - tell is 0
> ok 1710 - $. is 0
> ok 1711 - $. is 0
> ok 1712 - ! error()
> ok 1713 - eof()
> ok 1714 - streamCount is ok
> ok 1715 - expected output
> ok 1716 - tell is 0
> ok 1717 - nextStream ok
> ok 1718 - eof()
> ok 1719 - close() ok
> ok 1720 - streamCount ok
> ok 1721 - Testing IO::Compress::Bzip2 with IO::Uncompress::Bunzip2 nextStream and 3 streams, from buffer, Transparent => 1
> ok 1722 - $gz isa IO::Uncompress::Bunzip2
> ok 1723 - $. is 4
> ok 1724 - ! error()
> ok 1725 - eof()
> ok 1726 - streamCount is 1
> ok 1727 - expected output
> ok 1728 - nextStream ok
> ok 1729 - tell is 0
> ok 1730 - $. is 0
> ok 1731 - $. is 2
> ok 1732 - ! error()
> ok 1733 - eof()
> ok 1734 - streamCount is 2
> ok 1735 - expected output
> ok 1736 - nextStream ok
> ok 1737 - tell is 0
> ok 1738 - $. is 0
> ok 1739 - $. is 1
> ok 1740 - ! error()
> ok 1741 - eof()
> ok 1742 - streamCount is 3
> ok 1743 - expected output
> ok 1744 - nextStream ok
> ok 1745 - tell is 0
> ok 1746 - $. is 0
> ok 1747 - $. is 0
> ok 1748 - ! error()
> ok 1749 - eof()
> ok 1750 - streamCount is ok
> ok 1751 - expected output
> ok 1752 - tell is 0
> ok 1753 - nextStream ok
> ok 1754 - eof()
> ok 1755 - close() ok
> ok 1756 - streamCount ok
> ok 1757 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress nextStream and 3 streams, from buffer, Transparent => 0
> ok 1758 - $gz isa IO::Uncompress::Bunzip2
> ok 1759 - $. is 4
> ok 1760 - ! error()
> ok 1761 - eof()
> ok 1762 - streamCount is 1
> ok 1763 - expected output
> ok 1764 - nextStream ok
> ok 1765 - tell is 0
> ok 1766 - $. is 0
> ok 1767 - $. is 2
> ok 1768 - ! error()
> ok 1769 - eof()
> ok 1770 - streamCount is 2
> ok 1771 - expected output
> ok 1772 - nextStream ok
> ok 1773 - tell is 0
> ok 1774 - $. is 0
> ok 1775 - $. is 1
> ok 1776 - ! error()
> ok 1777 - eof()
> ok 1778 - streamCount is 3
> ok 1779 - expected output
> ok 1780 - nextStream ok
> ok 1781 - tell is 0
> ok 1782 - $. is 0
> ok 1783 - $. is 0
> ok 1784 - ! error()
> ok 1785 - eof()
> ok 1786 - streamCount is ok
> ok 1787 - expected output
> ok 1788 - tell is 0
> ok 1789 - nextStream ok
> ok 1790 - eof()
> ok 1791 - close() ok
> ok 1792 - streamCount ok
> ok 1793 - Testing IO::Compress::Bzip2 with IO::Uncompress::AnyUncompress nextStream and 3 streams, from buffer, Transparent => 1
> ok 1794 - $gz isa IO::Uncompress::Bunzip2
> ok 1795 - $. is 4
> ok 1796 - ! error()
> ok 1797 - eof()
> ok 1798 - streamCount is 1
> ok 1799 - expected output
> ok 1800 - nextStream ok
> ok 1801 - tell is 0
> ok 1802 - $. is 0
> ok 1803 - $. is 2
> ok 1804 - ! error()
> ok 1805 - eof()
> ok 1806 - streamCount is 2
> ok 1807 - expected output
> ok 1808 - nextStream ok
> ok 1809 - tell is 0
> ok 1810 - $. is 0
> ok 1811 - $. is 1
> ok 1812 - ! error()
> ok 1813 - eof()
> ok 1814 - streamCount is 3
> ok 1815 - expected output
> ok 1816 - nextStream ok
> ok 1817 - tell is 0
> ok 1818 - $. is 0
> ok 1819 - $. is 0
> ok 1820 - ! error()
> ok 1821 - eof()
> ok 1822 - streamCount is ok
> ok 1823 - expected output
> ok 1824 - tell is 0
> ok 1825 - nextStream ok
> ok 1826 - eof()
> ok 1827 - close() ok
> ok 1828 - streamCount ok
> ok
> t/107multi-deflate.t ............
> 1..1828
> ok 1 - use IO::Uncompress::AnyUncompress;
> ok 2 - Testing IO::Compress::Deflate with 1 streams to file
> ok 3 - $x isa IO::Compress::Deflate
> ok 4 - Write OK
> ok 5 - newStream OK
> ok 6 - Close ok
> ok 7 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate and 1 streams, from file
> ok 8 - $gz isa IO::Uncompress::Inflate
> ok 9 - ! error()
> ok 10 - eof()
> ok 11 - close() ok
> ok 12 - streamCount ok 2
> ok 13 - expected output
> ok 14 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress and 1 streams, from file
> ok 15 - $gz isa IO::Uncompress::Inflate
> ok 16 - ! error()
> ok 17 - eof()
> ok 18 - close() ok
> ok 19 - streamCount ok 2
> ok 20 - expected output
> ok 21 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 1 and 1 streams, from file
> ok 22 - $gz isa IO::Uncompress::Inflate
> ok 23 - ! error()
> ok 24 - eof()
> ok 25 - close() ok
> ok 26 - streamCount ok 2
> ok 27 - expected output
> ok 28 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 20 and 1 streams, from file
> ok 29 - $gz isa IO::Uncompress::Inflate
> ok 30 - ! error()
> ok 31 - eof()
> ok 32 - close() ok
> ok 33 - streamCount ok 2
> ok 34 - expected output
> ok 35 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 69 and 1 streams, from file
> ok 36 - $gz isa IO::Uncompress::Inflate
> ok 37 - ! error()
> ok 38 - eof()
> ok 39 - close() ok
> ok 40 - streamCount ok 2
> ok 41 - expected output
> ok 42 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 70 and 1 streams, from file
> ok 43 - $gz isa IO::Uncompress::Inflate
> ok 44 - ! error()
> ok 45 - eof()
> ok 46 - close() ok
> ok 47 - streamCount ok 2
> ok 48 - expected output
> ok 49 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 71 and 1 streams, from file
> ok 50 - $gz isa IO::Uncompress::Inflate
> ok 51 - ! error()
> ok 52 - eof()
> ok 53 - close() ok
> ok 54 - streamCount ok 2
> ok 55 - expected output
> ok 56 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 1 and 1 streams, from file
> ok 57 - $gz isa IO::Uncompress::Inflate
> ok 58 - ! error()
> ok 59 - eof()
> ok 60 - close() ok
> ok 61 - streamCount ok 2
> ok 62 - expected output
> ok 63 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 20 and 1 streams, from file
> ok 64 - $gz isa IO::Uncompress::Inflate
> ok 65 - ! error()
> ok 66 - eof()
> ok 67 - close() ok
> ok 68 - streamCount ok 2
> ok 69 - expected output
> ok 70 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 69 and 1 streams, from file
> ok 71 - $gz isa IO::Uncompress::Inflate
> ok 72 - ! error()
> ok 73 - eof()
> ok 74 - close() ok
> ok 75 - streamCount ok 2
> ok 76 - expected output
> ok 77 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 70 and 1 streams, from file
> ok 78 - $gz isa IO::Uncompress::Inflate
> ok 79 - ! error()
> ok 80 - eof()
> ok 81 - close() ok
> ok 82 - streamCount ok 2
> ok 83 - expected output
> ok 84 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 71 and 1 streams, from file
> ok 85 - $gz isa IO::Uncompress::Inflate
> ok 86 - ! error()
> ok 87 - eof()
> ok 88 - close() ok
> ok 89 - streamCount ok 2
> ok 90 - expected output
> ok 91 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate nextStream and 1 streams, from file, Transparent => 0
> ok 92 - $gz isa IO::Uncompress::Inflate
> ok 93 - $. is 4
> ok 94 - ! error()
> ok 95 - eof()
> ok 96 - streamCount is 1
> ok 97 - expected output
> ok 98 - nextStream ok
> ok 99 - tell is 0
> ok 100 - $. is 0
> ok 101 - $. is 0
> ok 102 - ! error()
> ok 103 - eof()
> ok 104 - streamCount is ok
> ok 105 - expected output
> ok 106 - tell is 0
> ok 107 - nextStream ok
> ok 108 - eof()
> ok 109 - close() ok
> ok 110 - streamCount ok
> ok 111 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate nextStream and 1 streams, from file, Transparent => 1
> ok 112 - $gz isa IO::Uncompress::Inflate
> ok 113 - $. is 4
> ok 114 - ! error()
> ok 115 - eof()
> ok 116 - streamCount is 1
> ok 117 - expected output
> ok 118 - nextStream ok
> ok 119 - tell is 0
> ok 120 - $. is 0
> ok 121 - $. is 0
> ok 122 - ! error()
> ok 123 - eof()
> ok 124 - streamCount is ok
> ok 125 - expected output
> ok 126 - tell is 0
> ok 127 - nextStream ok
> ok 128 - eof()
> ok 129 - close() ok
> ok 130 - streamCount ok
> ok 131 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress nextStream and 1 streams, from file, Transparent => 0
> ok 132 - $gz isa IO::Uncompress::Inflate
> ok 133 - $. is 4
> ok 134 - ! error()
> ok 135 - eof()
> ok 136 - streamCount is 1
> ok 137 - expected output
> ok 138 - nextStream ok
> ok 139 - tell is 0
> ok 140 - $. is 0
> ok 141 - $. is 0
> ok 142 - ! error()
> ok 143 - eof()
> ok 144 - streamCount is ok
> ok 145 - expected output
> ok 146 - tell is 0
> ok 147 - nextStream ok
> ok 148 - eof()
> ok 149 - close() ok
> ok 150 - streamCount ok
> ok 151 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress nextStream and 1 streams, from file, Transparent => 1
> ok 152 - $gz isa IO::Uncompress::Inflate
> ok 153 - $. is 4
> ok 154 - ! error()
> ok 155 - eof()
> ok 156 - streamCount is 1
> ok 157 - expected output
> ok 158 - nextStream ok
> ok 159 - tell is 0
> ok 160 - $. is 0
> ok 161 - $. is 0
> ok 162 - ! error()
> ok 163 - eof()
> ok 164 - streamCount is ok
> ok 165 - expected output
> ok 166 - tell is 0
> ok 167 - nextStream ok
> ok 168 - eof()
> ok 169 - close() ok
> ok 170 - streamCount ok
> ok 171 - Testing IO::Compress::Deflate with 2 streams to file
> ok 172 - $x isa IO::Compress::Deflate
> ok 173 - Write OK
> ok 174 - newStream OK
> ok 175 - Write OK
> ok 176 - newStream OK
> ok 177 - Close ok
> ok 178 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate and 2 streams, from file
> ok 179 - $gz isa IO::Uncompress::Inflate
> ok 180 - ! error()
> ok 181 - eof()
> ok 182 - close() ok
> ok 183 - streamCount ok 3
> ok 184 - expected output
> ok 185 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress and 2 streams, from file
> ok 186 - $gz isa IO::Uncompress::Inflate
> ok 187 - ! error()
> ok 188 - eof()
> ok 189 - close() ok
> ok 190 - streamCount ok 3
> ok 191 - expected output
> ok 192 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 1 and 2 streams, from file
> ok 193 - $gz isa IO::Uncompress::Inflate
> ok 194 - ! error()
> ok 195 - eof()
> ok 196 - close() ok
> ok 197 - streamCount ok 3
> ok 198 - expected output
> ok 199 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 20 and 2 streams, from file
> ok 200 - $gz isa IO::Uncompress::Inflate
> ok 201 - ! error()
> ok 202 - eof()
> ok 203 - close() ok
> ok 204 - streamCount ok 3
> ok 205 - expected output
> ok 206 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 69 and 2 streams, from file
> ok 207 - $gz isa IO::Uncompress::Inflate
> ok 208 - ! error()
> ok 209 - eof()
> ok 210 - close() ok
> ok 211 - streamCount ok 3
> ok 212 - expected output
> ok 213 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 70 and 2 streams, from file
> ok 214 - $gz isa IO::Uncompress::Inflate
> ok 215 - ! error()
> ok 216 - eof()
> ok 217 - close() ok
> ok 218 - streamCount ok 3
> ok 219 - expected output
> ok 220 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 71 and 2 streams, from file
> ok 221 - $gz isa IO::Uncompress::Inflate
> ok 222 - ! error()
> ok 223 - eof()
> ok 224 - close() ok
> ok 225 - streamCount ok 3
> ok 226 - expected output
> ok 227 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 1 and 2 streams, from file
> ok 228 - $gz isa IO::Uncompress::Inflate
> ok 229 - ! error()
> ok 230 - eof()
> ok 231 - close() ok
> ok 232 - streamCount ok 3
> ok 233 - expected output
> ok 234 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 20 and 2 streams, from file
> ok 235 - $gz isa IO::Uncompress::Inflate
> ok 236 - ! error()
> ok 237 - eof()
> ok 238 - close() ok
> ok 239 - streamCount ok 3
> ok 240 - expected output
> ok 241 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 69 and 2 streams, from file
> ok 242 - $gz isa IO::Uncompress::Inflate
> ok 243 - ! error()
> ok 244 - eof()
> ok 245 - close() ok
> ok 246 - streamCount ok 3
> ok 247 - expected output
> ok 248 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 70 and 2 streams, from file
> ok 249 - $gz isa IO::Uncompress::Inflate
> ok 250 - ! error()
> ok 251 - eof()
> ok 252 - close() ok
> ok 253 - streamCount ok 3
> ok 254 - expected output
> ok 255 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 71 and 2 streams, from file
> ok 256 - $gz isa IO::Uncompress::Inflate
> ok 257 - ! error()
> ok 258 - eof()
> ok 259 - close() ok
> ok 260 - streamCount ok 3
> ok 261 - expected output
> ok 262 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate nextStream and 2 streams, from file, Transparent => 0
> ok 263 - $gz isa IO::Uncompress::Inflate
> ok 264 - $. is 4
> ok 265 - ! error()
> ok 266 - eof()
> ok 267 - streamCount is 1
> ok 268 - expected output
> ok 269 - nextStream ok
> ok 270 - tell is 0
> ok 271 - $. is 0
> ok 272 - $. is 2
> ok 273 - ! error()
> ok 274 - eof()
> ok 275 - streamCount is 2
> ok 276 - expected output
> ok 277 - nextStream ok
> ok 278 - tell is 0
> ok 279 - $. is 0
> ok 280 - $. is 0
> ok 281 - ! error()
> ok 282 - eof()
> ok 283 - streamCount is ok
> ok 284 - expected output
> ok 285 - tell is 0
> ok 286 - nextStream ok
> ok 287 - eof()
> ok 288 - close() ok
> ok 289 - streamCount ok
> ok 290 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate nextStream and 2 streams, from file, Transparent => 1
> ok 291 - $gz isa IO::Uncompress::Inflate
> ok 292 - $. is 4
> ok 293 - ! error()
> ok 294 - eof()
> ok 295 - streamCount is 1
> ok 296 - expected output
> ok 297 - nextStream ok
> ok 298 - tell is 0
> ok 299 - $. is 0
> ok 300 - $. is 2
> ok 301 - ! error()
> ok 302 - eof()
> ok 303 - streamCount is 2
> ok 304 - expected output
> ok 305 - nextStream ok
> ok 306 - tell is 0
> ok 307 - $. is 0
> ok 308 - $. is 0
> ok 309 - ! error()
> ok 310 - eof()
> ok 311 - streamCount is ok
> ok 312 - expected output
> ok 313 - tell is 0
> ok 314 - nextStream ok
> ok 315 - eof()
> ok 316 - close() ok
> ok 317 - streamCount ok
> ok 318 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress nextStream and 2 streams, from file, Transparent => 0
> ok 319 - $gz isa IO::Uncompress::Inflate
> ok 320 - $. is 4
> ok 321 - ! error()
> ok 322 - eof()
> ok 323 - streamCount is 1
> ok 324 - expected output
> ok 325 - nextStream ok
> ok 326 - tell is 0
> ok 327 - $. is 0
> ok 328 - $. is 2
> ok 329 - ! error()
> ok 330 - eof()
> ok 331 - streamCount is 2
> ok 332 - expected output
> ok 333 - nextStream ok
> ok 334 - tell is 0
> ok 335 - $. is 0
> ok 336 - $. is 0
> ok 337 - ! error()
> ok 338 - eof()
> ok 339 - streamCount is ok
> ok 340 - expected output
> ok 341 - tell is 0
> ok 342 - nextStream ok
> ok 343 - eof()
> ok 344 - close() ok
> ok 345 - streamCount ok
> ok 346 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress nextStream and 2 streams, from file, Transparent => 1
> ok 347 - $gz isa IO::Uncompress::Inflate
> ok 348 - $. is 4
> ok 349 - ! error()
> ok 350 - eof()
> ok 351 - streamCount is 1
> ok 352 - expected output
> ok 353 - nextStream ok
> ok 354 - tell is 0
> ok 355 - $. is 0
> ok 356 - $. is 2
> ok 357 - ! error()
> ok 358 - eof()
> ok 359 - streamCount is 2
> ok 360 - expected output
> ok 361 - nextStream ok
> ok 362 - tell is 0
> ok 363 - $. is 0
> ok 364 - $. is 0
> ok 365 - ! error()
> ok 366 - eof()
> ok 367 - streamCount is ok
> ok 368 - expected output
> ok 369 - tell is 0
> ok 370 - nextStream ok
> ok 371 - eof()
> ok 372 - close() ok
> ok 373 - streamCount ok
> ok 374 - Testing IO::Compress::Deflate with 3 streams to file
> ok 375 - $x isa IO::Compress::Deflate
> ok 376 - Write OK
> ok 377 - newStream OK
> ok 378 - Write OK
> ok 379 - newStream OK
> ok 380 - Write OK
> ok 381 - newStream OK
> ok 382 - Close ok
> ok 383 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate and 3 streams, from file
> ok 384 - $gz isa IO::Uncompress::Inflate
> ok 385 - ! error()
> ok 386 - eof()
> ok 387 - close() ok
> ok 388 - streamCount ok 4
> ok 389 - expected output
> ok 390 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress and 3 streams, from file
> ok 391 - $gz isa IO::Uncompress::Inflate
> ok 392 - ! error()
> ok 393 - eof()
> ok 394 - close() ok
> ok 395 - streamCount ok 4
> ok 396 - expected output
> ok 397 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 1 and 3 streams, from file
> ok 398 - $gz isa IO::Uncompress::Inflate
> ok 399 - ! error()
> ok 400 - eof()
> ok 401 - close() ok
> ok 402 - streamCount ok 4
> ok 403 - expected output
> ok 404 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 20 and 3 streams, from file
> ok 405 - $gz isa IO::Uncompress::Inflate
> ok 406 - ! error()
> ok 407 - eof()
> ok 408 - close() ok
> ok 409 - streamCount ok 4
> ok 410 - expected output
> ok 411 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 69 and 3 streams, from file
> ok 412 - $gz isa IO::Uncompress::Inflate
> ok 413 - ! error()
> ok 414 - eof()
> ok 415 - close() ok
> ok 416 - streamCount ok 4
> ok 417 - expected output
> ok 418 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 70 and 3 streams, from file
> ok 419 - $gz isa IO::Uncompress::Inflate
> ok 420 - ! error()
> ok 421 - eof()
> ok 422 - close() ok
> ok 423 - streamCount ok 4
> ok 424 - expected output
> ok 425 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 71 and 3 streams, from file
> ok 426 - $gz isa IO::Uncompress::Inflate
> ok 427 - ! error()
> ok 428 - eof()
> ok 429 - close() ok
> ok 430 - streamCount ok 4
> ok 431 - expected output
> ok 432 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 1 and 3 streams, from file
> ok 433 - $gz isa IO::Uncompress::Inflate
> ok 434 - ! error()
> ok 435 - eof()
> ok 436 - close() ok
> ok 437 - streamCount ok 4
> ok 438 - expected output
> ok 439 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 20 and 3 streams, from file
> ok 440 - $gz isa IO::Uncompress::Inflate
> ok 441 - ! error()
> ok 442 - eof()
> ok 443 - close() ok
> ok 444 - streamCount ok 4
> ok 445 - expected output
> ok 446 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 69 and 3 streams, from file
> ok 447 - $gz isa IO::Uncompress::Inflate
> ok 448 - ! error()
> ok 449 - eof()
> ok 450 - close() ok
> ok 451 - streamCount ok 4
> ok 452 - expected output
> ok 453 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 70 and 3 streams, from file
> ok 454 - $gz isa IO::Uncompress::Inflate
> ok 455 - ! error()
> ok 456 - eof()
> ok 457 - close() ok
> ok 458 - streamCount ok 4
> ok 459 - expected output
> ok 460 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 71 and 3 streams, from file
> ok 461 - $gz isa IO::Uncompress::Inflate
> ok 462 - ! error()
> ok 463 - eof()
> ok 464 - close() ok
> ok 465 - streamCount ok 4
> ok 466 - expected output
> ok 467 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate nextStream and 3 streams, from file, Transparent => 0
> ok 468 - $gz isa IO::Uncompress::Inflate
> ok 469 - $. is 4
> ok 470 - ! error()
> ok 471 - eof()
> ok 472 - streamCount is 1
> ok 473 - expected output
> ok 474 - nextStream ok
> ok 475 - tell is 0
> ok 476 - $. is 0
> ok 477 - $. is 2
> ok 478 - ! error()
> ok 479 - eof()
> ok 480 - streamCount is 2
> ok 481 - expected output
> ok 482 - nextStream ok
> ok 483 - tell is 0
> ok 484 - $. is 0
> ok 485 - $. is 1
> ok 486 - ! error()
> ok 487 - eof()
> ok 488 - streamCount is 3
> ok 489 - expected output
> ok 490 - nextStream ok
> ok 491 - tell is 0
> ok 492 - $. is 0
> ok 493 - $. is 0
> ok 494 - ! error()
> ok 495 - eof()
> ok 496 - streamCount is ok
> ok 497 - expected output
> ok 498 - tell is 0
> ok 499 - nextStream ok
> ok 500 - eof()
> ok 501 - close() ok
> ok 502 - streamCount ok
> ok 503 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate nextStream and 3 streams, from file, Transparent => 1
> ok 504 - $gz isa IO::Uncompress::Inflate
> ok 505 - $. is 4
> ok 506 - ! error()
> ok 507 - eof()
> ok 508 - streamCount is 1
> ok 509 - expected output
> ok 510 - nextStream ok
> ok 511 - tell is 0
> ok 512 - $. is 0
> ok 513 - $. is 2
> ok 514 - ! error()
> ok 515 - eof()
> ok 516 - streamCount is 2
> ok 517 - expected output
> ok 518 - nextStream ok
> ok 519 - tell is 0
> ok 520 - $. is 0
> ok 521 - $. is 1
> ok 522 - ! error()
> ok 523 - eof()
> ok 524 - streamCount is 3
> ok 525 - expected output
> ok 526 - nextStream ok
> ok 527 - tell is 0
> ok 528 - $. is 0
> ok 529 - $. is 0
> ok 530 - ! error()
> ok 531 - eof()
> ok 532 - streamCount is ok
> ok 533 - expected output
> ok 534 - tell is 0
> ok 535 - nextStream ok
> ok 536 - eof()
> ok 537 - close() ok
> ok 538 - streamCount ok
> ok 539 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress nextStream and 3 streams, from file, Transparent => 0
> ok 540 - $gz isa IO::Uncompress::Inflate
> ok 541 - $. is 4
> ok 542 - ! error()
> ok 543 - eof()
> ok 544 - streamCount is 1
> ok 545 - expected output
> ok 546 - nextStream ok
> ok 547 - tell is 0
> ok 548 - $. is 0
> ok 549 - $. is 2
> ok 550 - ! error()
> ok 551 - eof()
> ok 552 - streamCount is 2
> ok 553 - expected output
> ok 554 - nextStream ok
> ok 555 - tell is 0
> ok 556 - $. is 0
> ok 557 - $. is 1
> ok 558 - ! error()
> ok 559 - eof()
> ok 560 - streamCount is 3
> ok 561 - expected output
> ok 562 - nextStream ok
> ok 563 - tell is 0
> ok 564 - $. is 0
> ok 565 - $. is 0
> ok 566 - ! error()
> ok 567 - eof()
> ok 568 - streamCount is ok
> ok 569 - expected output
> ok 570 - tell is 0
> ok 571 - nextStream ok
> ok 572 - eof()
> ok 573 - close() ok
> ok 574 - streamCount ok
> ok 575 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress nextStream and 3 streams, from file, Transparent => 1
> ok 576 - $gz isa IO::Uncompress::Inflate
> ok 577 - $. is 4
> ok 578 - ! error()
> ok 579 - eof()
> ok 580 - streamCount is 1
> ok 581 - expected output
> ok 582 - nextStream ok
> ok 583 - tell is 0
> ok 584 - $. is 0
> ok 585 - $. is 2
> ok 586 - ! error()
> ok 587 - eof()
> ok 588 - streamCount is 2
> ok 589 - expected output
> ok 590 - nextStream ok
> ok 591 - tell is 0
> ok 592 - $. is 0
> ok 593 - $. is 1
> ok 594 - ! error()
> ok 595 - eof()
> ok 596 - streamCount is 3
> ok 597 - expected output
> ok 598 - nextStream ok
> ok 599 - tell is 0
> ok 600 - $. is 0
> ok 601 - $. is 0
> ok 602 - ! error()
> ok 603 - eof()
> ok 604 - streamCount is ok
> ok 605 - expected output
> ok 606 - tell is 0
> ok 607 - nextStream ok
> ok 608 - eof()
> ok 609 - close() ok
> ok 610 - streamCount ok
> ok 611 - Testing IO::Compress::Deflate with 1 streams to filehandle
> ok 612 - $x isa IO::Compress::Deflate
> ok 613 - Write OK
> ok 614 - newStream OK
> ok 615 - Close ok
> ok 616 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate and 1 streams, from filehandle
> ok 617 - $gz isa IO::Uncompress::Inflate
> ok 618 - ! error()
> ok 619 - eof()
> ok 620 - close() ok
> ok 621 - streamCount ok 2
> ok 622 - expected output
> ok 623 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress and 1 streams, from filehandle
> ok 624 - $gz isa IO::Uncompress::Inflate
> ok 625 - ! error()
> ok 626 - eof()
> ok 627 - close() ok
> ok 628 - streamCount ok 2
> ok 629 - expected output
> ok 630 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 1 and 1 streams, from filehandle
> ok 631 - $gz isa IO::Uncompress::Inflate
> ok 632 - ! error()
> ok 633 - eof()
> ok 634 - close() ok
> ok 635 - streamCount ok 2
> ok 636 - expected output
> ok 637 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 20 and 1 streams, from filehandle
> ok 638 - $gz isa IO::Uncompress::Inflate
> ok 639 - ! error()
> ok 640 - eof()
> ok 641 - close() ok
> ok 642 - streamCount ok 2
> ok 643 - expected output
> ok 644 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 69 and 1 streams, from filehandle
> ok 645 - $gz isa IO::Uncompress::Inflate
> ok 646 - ! error()
> ok 647 - eof()
> ok 648 - close() ok
> ok 649 - streamCount ok 2
> ok 650 - expected output
> ok 651 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 70 and 1 streams, from filehandle
> ok 652 - $gz isa IO::Uncompress::Inflate
> ok 653 - ! error()
> ok 654 - eof()
> ok 655 - close() ok
> ok 656 - streamCount ok 2
> ok 657 - expected output
> ok 658 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 71 and 1 streams, from filehandle
> ok 659 - $gz isa IO::Uncompress::Inflate
> ok 660 - ! error()
> ok 661 - eof()
> ok 662 - close() ok
> ok 663 - streamCount ok 2
> ok 664 - expected output
> ok 665 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 1 and 1 streams, from filehandle
> ok 666 - $gz isa IO::Uncompress::Inflate
> ok 667 - ! error()
> ok 668 - eof()
> ok 669 - close() ok
> ok 670 - streamCount ok 2
> ok 671 - expected output
> ok 672 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 20 and 1 streams, from filehandle
> ok 673 - $gz isa IO::Uncompress::Inflate
> ok 674 - ! error()
> ok 675 - eof()
> ok 676 - close() ok
> ok 677 - streamCount ok 2
> ok 678 - expected output
> ok 679 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 69 and 1 streams, from filehandle
> ok 680 - $gz isa IO::Uncompress::Inflate
> ok 681 - ! error()
> ok 682 - eof()
> ok 683 - close() ok
> ok 684 - streamCount ok 2
> ok 685 - expected output
> ok 686 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 70 and 1 streams, from filehandle
> ok 687 - $gz isa IO::Uncompress::Inflate
> ok 688 - ! error()
> ok 689 - eof()
> ok 690 - close() ok
> ok 691 - streamCount ok 2
> ok 692 - expected output
> ok 693 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 71 and 1 streams, from filehandle
> ok 694 - $gz isa IO::Uncompress::Inflate
> ok 695 - ! error()
> ok 696 - eof()
> ok 697 - close() ok
> ok 698 - streamCount ok 2
> ok 699 - expected output
> ok 700 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate nextStream and 1 streams, from filehandle, Transparent => 0
> ok 701 - $gz isa IO::Uncompress::Inflate
> ok 702 - $. is 4
> ok 703 - ! error()
> ok 704 - eof()
> ok 705 - streamCount is 1
> ok 706 - expected output
> ok 707 - nextStream ok
> ok 708 - tell is 0
> ok 709 - $. is 0
> ok 710 - $. is 0
> ok 711 - ! error()
> ok 712 - eof()
> ok 713 - streamCount is ok
> ok 714 - expected output
> ok 715 - tell is 0
> ok 716 - nextStream ok
> ok 717 - eof()
> ok 718 - close() ok
> ok 719 - streamCount ok
> ok 720 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate nextStream and 1 streams, from filehandle, Transparent => 1
> ok 721 - $gz isa IO::Uncompress::Inflate
> ok 722 - $. is 4
> ok 723 - ! error()
> ok 724 - eof()
> ok 725 - streamCount is 1
> ok 726 - expected output
> ok 727 - nextStream ok
> ok 728 - tell is 0
> ok 729 - $. is 0
> ok 730 - $. is 0
> ok 731 - ! error()
> ok 732 - eof()
> ok 733 - streamCount is ok
> ok 734 - expected output
> ok 735 - tell is 0
> ok 736 - nextStream ok
> ok 737 - eof()
> ok 738 - close() ok
> ok 739 - streamCount ok
> ok 740 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress nextStream and 1 streams, from filehandle, Transparent => 0
> ok 741 - $gz isa IO::Uncompress::Inflate
> ok 742 - $. is 4
> ok 743 - ! error()
> ok 744 - eof()
> ok 745 - streamCount is 1
> ok 746 - expected output
> ok 747 - nextStream ok
> ok 748 - tell is 0
> ok 749 - $. is 0
> ok 750 - $. is 0
> ok 751 - ! error()
> ok 752 - eof()
> ok 753 - streamCount is ok
> ok 754 - expected output
> ok 755 - tell is 0
> ok 756 - nextStream ok
> ok 757 - eof()
> ok 758 - close() ok
> ok 759 - streamCount ok
> ok 760 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress nextStream and 1 streams, from filehandle, Transparent => 1
> ok 761 - $gz isa IO::Uncompress::Inflate
> ok 762 - $. is 4
> ok 763 - ! error()
> ok 764 - eof()
> ok 765 - streamCount is 1
> ok 766 - expected output
> ok 767 - nextStream ok
> ok 768 - tell is 0
> ok 769 - $. is 0
> ok 770 - $. is 0
> ok 771 - ! error()
> ok 772 - eof()
> ok 773 - streamCount is ok
> ok 774 - expected output
> ok 775 - tell is 0
> ok 776 - nextStream ok
> ok 777 - eof()
> ok 778 - close() ok
> ok 779 - streamCount ok
> ok 780 - Testing IO::Compress::Deflate with 2 streams to filehandle
> ok 781 - $x isa IO::Compress::Deflate
> ok 782 - Write OK
> ok 783 - newStream OK
> ok 784 - Write OK
> ok 785 - newStream OK
> ok 786 - Close ok
> ok 787 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate and 2 streams, from filehandle
> ok 788 - $gz isa IO::Uncompress::Inflate
> ok 789 - ! error()
> ok 790 - eof()
> ok 791 - close() ok
> ok 792 - streamCount ok 3
> ok 793 - expected output
> ok 794 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress and 2 streams, from filehandle
> ok 795 - $gz isa IO::Uncompress::Inflate
> ok 796 - ! error()
> ok 797 - eof()
> ok 798 - close() ok
> ok 799 - streamCount ok 3
> ok 800 - expected output
> ok 801 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 1 and 2 streams, from filehandle
> ok 802 - $gz isa IO::Uncompress::Inflate
> ok 803 - ! error()
> ok 804 - eof()
> ok 805 - close() ok
> ok 806 - streamCount ok 3
> ok 807 - expected output
> ok 808 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 20 and 2 streams, from filehandle
> ok 809 - $gz isa IO::Uncompress::Inflate
> ok 810 - ! error()
> ok 811 - eof()
> ok 812 - close() ok
> ok 813 - streamCount ok 3
> ok 814 - expected output
> ok 815 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 69 and 2 streams, from filehandle
> ok 816 - $gz isa IO::Uncompress::Inflate
> ok 817 - ! error()
> ok 818 - eof()
> ok 819 - close() ok
> ok 820 - streamCount ok 3
> ok 821 - expected output
> ok 822 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 70 and 2 streams, from filehandle
> ok 823 - $gz isa IO::Uncompress::Inflate
> ok 824 - ! error()
> ok 825 - eof()
> ok 826 - close() ok
> ok 827 - streamCount ok 3
> ok 828 - expected output
> ok 829 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 71 and 2 streams, from filehandle
> ok 830 - $gz isa IO::Uncompress::Inflate
> ok 831 - ! error()
> ok 832 - eof()
> ok 833 - close() ok
> ok 834 - streamCount ok 3
> ok 835 - expected output
> ok 836 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 1 and 2 streams, from filehandle
> ok 837 - $gz isa IO::Uncompress::Inflate
> ok 838 - ! error()
> ok 839 - eof()
> ok 840 - close() ok
> ok 841 - streamCount ok 3
> ok 842 - expected output
> ok 843 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 20 and 2 streams, from filehandle
> ok 844 - $gz isa IO::Uncompress::Inflate
> ok 845 - ! error()
> ok 846 - eof()
> ok 847 - close() ok
> ok 848 - streamCount ok 3
> ok 849 - expected output
> ok 850 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 69 and 2 streams, from filehandle
> ok 851 - $gz isa IO::Uncompress::Inflate
> ok 852 - ! error()
> ok 853 - eof()
> ok 854 - close() ok
> ok 855 - streamCount ok 3
> ok 856 - expected output
> ok 857 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 70 and 2 streams, from filehandle
> ok 858 - $gz isa IO::Uncompress::Inflate
> ok 859 - ! error()
> ok 860 - eof()
> ok 861 - close() ok
> ok 862 - streamCount ok 3
> ok 863 - expected output
> ok 864 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 71 and 2 streams, from filehandle
> ok 865 - $gz isa IO::Uncompress::Inflate
> ok 866 - ! error()
> ok 867 - eof()
> ok 868 - close() ok
> ok 869 - streamCount ok 3
> ok 870 - expected output
> ok 871 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate nextStream and 2 streams, from filehandle, Transparent => 0
> ok 872 - $gz isa IO::Uncompress::Inflate
> ok 873 - $. is 4
> ok 874 - ! error()
> ok 875 - eof()
> ok 876 - streamCount is 1
> ok 877 - expected output
> ok 878 - nextStream ok
> ok 879 - tell is 0
> ok 880 - $. is 0
> ok 881 - $. is 2
> ok 882 - ! error()
> ok 883 - eof()
> ok 884 - streamCount is 2
> ok 885 - expected output
> ok 886 - nextStream ok
> ok 887 - tell is 0
> ok 888 - $. is 0
> ok 889 - $. is 0
> ok 890 - ! error()
> ok 891 - eof()
> ok 892 - streamCount is ok
> ok 893 - expected output
> ok 894 - tell is 0
> ok 895 - nextStream ok
> ok 896 - eof()
> ok 897 - close() ok
> ok 898 - streamCount ok
> ok 899 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate nextStream and 2 streams, from filehandle, Transparent => 1
> ok 900 - $gz isa IO::Uncompress::Inflate
> ok 901 - $. is 4
> ok 902 - ! error()
> ok 903 - eof()
> ok 904 - streamCount is 1
> ok 905 - expected output
> ok 906 - nextStream ok
> ok 907 - tell is 0
> ok 908 - $. is 0
> ok 909 - $. is 2
> ok 910 - ! error()
> ok 911 - eof()
> ok 912 - streamCount is 2
> ok 913 - expected output
> ok 914 - nextStream ok
> ok 915 - tell is 0
> ok 916 - $. is 0
> ok 917 - $. is 0
> ok 918 - ! error()
> ok 919 - eof()
> ok 920 - streamCount is ok
> ok 921 - expected output
> ok 922 - tell is 0
> ok 923 - nextStream ok
> ok 924 - eof()
> ok 925 - close() ok
> ok 926 - streamCount ok
> ok 927 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress nextStream and 2 streams, from filehandle, Transparent => 0
> ok 928 - $gz isa IO::Uncompress::Inflate
> ok 929 - $. is 4
> ok 930 - ! error()
> ok 931 - eof()
> ok 932 - streamCount is 1
> ok 933 - expected output
> ok 934 - nextStream ok
> ok 935 - tell is 0
> ok 936 - $. is 0
> ok 937 - $. is 2
> ok 938 - ! error()
> ok 939 - eof()
> ok 940 - streamCount is 2
> ok 941 - expected output
> ok 942 - nextStream ok
> ok 943 - tell is 0
> ok 944 - $. is 0
> ok 945 - $. is 0
> ok 946 - ! error()
> ok 947 - eof()
> ok 948 - streamCount is ok
> ok 949 - expected output
> ok 950 - tell is 0
> ok 951 - nextStream ok
> ok 952 - eof()
> ok 953 - close() ok
> ok 954 - streamCount ok
> ok 955 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress nextStream and 2 streams, from filehandle, Transparent => 1
> ok 956 - $gz isa IO::Uncompress::Inflate
> ok 957 - $. is 4
> ok 958 - ! error()
> ok 959 - eof()
> ok 960 - streamCount is 1
> ok 961 - expected output
> ok 962 - nextStream ok
> ok 963 - tell is 0
> ok 964 - $. is 0
> ok 965 - $. is 2
> ok 966 - ! error()
> ok 967 - eof()
> ok 968 - streamCount is 2
> ok 969 - expected output
> ok 970 - nextStream ok
> ok 971 - tell is 0
> ok 972 - $. is 0
> ok 973 - $. is 0
> ok 974 - ! error()
> ok 975 - eof()
> ok 976 - streamCount is ok
> ok 977 - expected output
> ok 978 - tell is 0
> ok 979 - nextStream ok
> ok 980 - eof()
> ok 981 - close() ok
> ok 982 - streamCount ok
> ok 983 - Testing IO::Compress::Deflate with 3 streams to filehandle
> ok 984 - $x isa IO::Compress::Deflate
> ok 985 - Write OK
> ok 986 - newStream OK
> ok 987 - Write OK
> ok 988 - newStream OK
> ok 989 - Write OK
> ok 990 - newStream OK
> ok 991 - Close ok
> ok 992 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate and 3 streams, from filehandle
> ok 993 - $gz isa IO::Uncompress::Inflate
> ok 994 - ! error()
> ok 995 - eof()
> ok 996 - close() ok
> ok 997 - streamCount ok 4
> ok 998 - expected output
> ok 999 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress and 3 streams, from filehandle
> ok 1000 - $gz isa IO::Uncompress::Inflate
> ok 1001 - ! error()
> ok 1002 - eof()
> ok 1003 - close() ok
> ok 1004 - streamCount ok 4
> ok 1005 - expected output
> ok 1006 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 1 and 3 streams, from filehandle
> ok 1007 - $gz isa IO::Uncompress::Inflate
> ok 1008 - ! error()
> ok 1009 - eof()
> ok 1010 - close() ok
> ok 1011 - streamCount ok 4
> ok 1012 - expected output
> ok 1013 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 20 and 3 streams, from filehandle
> ok 1014 - $gz isa IO::Uncompress::Inflate
> ok 1015 - ! error()
> ok 1016 - eof()
> ok 1017 - close() ok
> ok 1018 - streamCount ok 4
> ok 1019 - expected output
> ok 1020 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 69 and 3 streams, from filehandle
> ok 1021 - $gz isa IO::Uncompress::Inflate
> ok 1022 - ! error()
> ok 1023 - eof()
> ok 1024 - close() ok
> ok 1025 - streamCount ok 4
> ok 1026 - expected output
> ok 1027 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 70 and 3 streams, from filehandle
> ok 1028 - $gz isa IO::Uncompress::Inflate
> ok 1029 - ! error()
> ok 1030 - eof()
> ok 1031 - close() ok
> ok 1032 - streamCount ok 4
> ok 1033 - expected output
> ok 1034 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 71 and 3 streams, from filehandle
> ok 1035 - $gz isa IO::Uncompress::Inflate
> ok 1036 - ! error()
> ok 1037 - eof()
> ok 1038 - close() ok
> ok 1039 - streamCount ok 4
> ok 1040 - expected output
> ok 1041 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 1 and 3 streams, from filehandle
> ok 1042 - $gz isa IO::Uncompress::Inflate
> ok 1043 - ! error()
> ok 1044 - eof()
> ok 1045 - close() ok
> ok 1046 - streamCount ok 4
> ok 1047 - expected output
> ok 1048 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 20 and 3 streams, from filehandle
> ok 1049 - $gz isa IO::Uncompress::Inflate
> ok 1050 - ! error()
> ok 1051 - eof()
> ok 1052 - close() ok
> ok 1053 - streamCount ok 4
> ok 1054 - expected output
> ok 1055 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 69 and 3 streams, from filehandle
> ok 1056 - $gz isa IO::Uncompress::Inflate
> ok 1057 - ! error()
> ok 1058 - eof()
> ok 1059 - close() ok
> ok 1060 - streamCount ok 4
> ok 1061 - expected output
> ok 1062 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 70 and 3 streams, from filehandle
> ok 1063 - $gz isa IO::Uncompress::Inflate
> ok 1064 - ! error()
> ok 1065 - eof()
> ok 1066 - close() ok
> ok 1067 - streamCount ok 4
> ok 1068 - expected output
> ok 1069 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 71 and 3 streams, from filehandle
> ok 1070 - $gz isa IO::Uncompress::Inflate
> ok 1071 - ! error()
> ok 1072 - eof()
> ok 1073 - close() ok
> ok 1074 - streamCount ok 4
> ok 1075 - expected output
> ok 1076 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate nextStream and 3 streams, from filehandle, Transparent => 0
> ok 1077 - $gz isa IO::Uncompress::Inflate
> ok 1078 - $. is 4
> ok 1079 - ! error()
> ok 1080 - eof()
> ok 1081 - streamCount is 1
> ok 1082 - expected output
> ok 1083 - nextStream ok
> ok 1084 - tell is 0
> ok 1085 - $. is 0
> ok 1086 - $. is 2
> ok 1087 - ! error()
> ok 1088 - eof()
> ok 1089 - streamCount is 2
> ok 1090 - expected output
> ok 1091 - nextStream ok
> ok 1092 - tell is 0
> ok 1093 - $. is 0
> ok 1094 - $. is 1
> ok 1095 - ! error()
> ok 1096 - eof()
> ok 1097 - streamCount is 3
> ok 1098 - expected output
> ok 1099 - nextStream ok
> ok 1100 - tell is 0
> ok 1101 - $. is 0
> ok 1102 - $. is 0
> ok 1103 - ! error()
> ok 1104 - eof()
> ok 1105 - streamCount is ok
> ok 1106 - expected output
> ok 1107 - tell is 0
> ok 1108 - nextStream ok
> ok 1109 - eof()
> ok 1110 - close() ok
> ok 1111 - streamCount ok
> ok 1112 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate nextStream and 3 streams, from filehandle, Transparent => 1
> ok 1113 - $gz isa IO::Uncompress::Inflate
> ok 1114 - $. is 4
> ok 1115 - ! error()
> ok 1116 - eof()
> ok 1117 - streamCount is 1
> ok 1118 - expected output
> ok 1119 - nextStream ok
> ok 1120 - tell is 0
> ok 1121 - $. is 0
> ok 1122 - $. is 2
> ok 1123 - ! error()
> ok 1124 - eof()
> ok 1125 - streamCount is 2
> ok 1126 - expected output
> ok 1127 - nextStream ok
> ok 1128 - tell is 0
> ok 1129 - $. is 0
> ok 1130 - $. is 1
> ok 1131 - ! error()
> ok 1132 - eof()
> ok 1133 - streamCount is 3
> ok 1134 - expected output
> ok 1135 - nextStream ok
> ok 1136 - tell is 0
> ok 1137 - $. is 0
> ok 1138 - $. is 0
> ok 1139 - ! error()
> ok 1140 - eof()
> ok 1141 - streamCount is ok
> ok 1142 - expected output
> ok 1143 - tell is 0
> ok 1144 - nextStream ok
> ok 1145 - eof()
> ok 1146 - close() ok
> ok 1147 - streamCount ok
> ok 1148 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress nextStream and 3 streams, from filehandle, Transparent => 0
> ok 1149 - $gz isa IO::Uncompress::Inflate
> ok 1150 - $. is 4
> ok 1151 - ! error()
> ok 1152 - eof()
> ok 1153 - streamCount is 1
> ok 1154 - expected output
> ok 1155 - nextStream ok
> ok 1156 - tell is 0
> ok 1157 - $. is 0
> ok 1158 - $. is 2
> ok 1159 - ! error()
> ok 1160 - eof()
> ok 1161 - streamCount is 2
> ok 1162 - expected output
> ok 1163 - nextStream ok
> ok 1164 - tell is 0
> ok 1165 - $. is 0
> ok 1166 - $. is 1
> ok 1167 - ! error()
> ok 1168 - eof()
> ok 1169 - streamCount is 3
> ok 1170 - expected output
> ok 1171 - nextStream ok
> ok 1172 - tell is 0
> ok 1173 - $. is 0
> ok 1174 - $. is 0
> ok 1175 - ! error()
> ok 1176 - eof()
> ok 1177 - streamCount is ok
> ok 1178 - expected output
> ok 1179 - tell is 0
> ok 1180 - nextStream ok
> ok 1181 - eof()
> ok 1182 - close() ok
> ok 1183 - streamCount ok
> ok 1184 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress nextStream and 3 streams, from filehandle, Transparent => 1
> ok 1185 - $gz isa IO::Uncompress::Inflate
> ok 1186 - $. is 4
> ok 1187 - ! error()
> ok 1188 - eof()
> ok 1189 - streamCount is 1
> ok 1190 - expected output
> ok 1191 - nextStream ok
> ok 1192 - tell is 0
> ok 1193 - $. is 0
> ok 1194 - $. is 2
> ok 1195 - ! error()
> ok 1196 - eof()
> ok 1197 - streamCount is 2
> ok 1198 - expected output
> ok 1199 - nextStream ok
> ok 1200 - tell is 0
> ok 1201 - $. is 0
> ok 1202 - $. is 1
> ok 1203 - ! error()
> ok 1204 - eof()
> ok 1205 - streamCount is 3
> ok 1206 - expected output
> ok 1207 - nextStream ok
> ok 1208 - tell is 0
> ok 1209 - $. is 0
> ok 1210 - $. is 0
> ok 1211 - ! error()
> ok 1212 - eof()
> ok 1213 - streamCount is ok
> ok 1214 - expected output
> ok 1215 - tell is 0
> ok 1216 - nextStream ok
> ok 1217 - eof()
> ok 1218 - close() ok
> ok 1219 - streamCount ok
> ok 1220 - Testing IO::Compress::Deflate with 1 streams to buffer
> ok 1221 - $x isa IO::Compress::Deflate
> ok 1222 - Write OK
> ok 1223 - newStream OK
> ok 1224 - Close ok
> ok 1225 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate and 1 streams, from buffer
> ok 1226 - $gz isa IO::Uncompress::Inflate
> ok 1227 - ! error()
> ok 1228 - eof()
> ok 1229 - close() ok
> ok 1230 - streamCount ok 2
> ok 1231 - expected output
> ok 1232 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress and 1 streams, from buffer
> ok 1233 - $gz isa IO::Uncompress::Inflate
> ok 1234 - ! error()
> ok 1235 - eof()
> ok 1236 - close() ok
> ok 1237 - streamCount ok 2
> ok 1238 - expected output
> ok 1239 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 1 and 1 streams, from buffer
> ok 1240 - $gz isa IO::Uncompress::Inflate
> ok 1241 - ! error()
> ok 1242 - eof()
> ok 1243 - close() ok
> ok 1244 - streamCount ok 2
> ok 1245 - expected output
> ok 1246 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 20 and 1 streams, from buffer
> ok 1247 - $gz isa IO::Uncompress::Inflate
> ok 1248 - ! error()
> ok 1249 - eof()
> ok 1250 - close() ok
> ok 1251 - streamCount ok 2
> ok 1252 - expected output
> ok 1253 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 69 and 1 streams, from buffer
> ok 1254 - $gz isa IO::Uncompress::Inflate
> ok 1255 - ! error()
> ok 1256 - eof()
> ok 1257 - close() ok
> ok 1258 - streamCount ok 2
> ok 1259 - expected output
> ok 1260 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 70 and 1 streams, from buffer
> ok 1261 - $gz isa IO::Uncompress::Inflate
> ok 1262 - ! error()
> ok 1263 - eof()
> ok 1264 - close() ok
> ok 1265 - streamCount ok 2
> ok 1266 - expected output
> ok 1267 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 71 and 1 streams, from buffer
> ok 1268 - $gz isa IO::Uncompress::Inflate
> ok 1269 - ! error()
> ok 1270 - eof()
> ok 1271 - close() ok
> ok 1272 - streamCount ok 2
> ok 1273 - expected output
> ok 1274 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 1 and 1 streams, from buffer
> ok 1275 - $gz isa IO::Uncompress::Inflate
> ok 1276 - ! error()
> ok 1277 - eof()
> ok 1278 - close() ok
> ok 1279 - streamCount ok 2
> ok 1280 - expected output
> ok 1281 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 20 and 1 streams, from buffer
> ok 1282 - $gz isa IO::Uncompress::Inflate
> ok 1283 - ! error()
> ok 1284 - eof()
> ok 1285 - close() ok
> ok 1286 - streamCount ok 2
> ok 1287 - expected output
> ok 1288 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 69 and 1 streams, from buffer
> ok 1289 - $gz isa IO::Uncompress::Inflate
> ok 1290 - ! error()
> ok 1291 - eof()
> ok 1292 - close() ok
> ok 1293 - streamCount ok 2
> ok 1294 - expected output
> ok 1295 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 70 and 1 streams, from buffer
> ok 1296 - $gz isa IO::Uncompress::Inflate
> ok 1297 - ! error()
> ok 1298 - eof()
> ok 1299 - close() ok
> ok 1300 - streamCount ok 2
> ok 1301 - expected output
> ok 1302 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 71 and 1 streams, from buffer
> ok 1303 - $gz isa IO::Uncompress::Inflate
> ok 1304 - ! error()
> ok 1305 - eof()
> ok 1306 - close() ok
> ok 1307 - streamCount ok 2
> ok 1308 - expected output
> ok 1309 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate nextStream and 1 streams, from buffer, Transparent => 0
> ok 1310 - $gz isa IO::Uncompress::Inflate
> ok 1311 - $. is 4
> ok 1312 - ! error()
> ok 1313 - eof()
> ok 1314 - streamCount is 1
> ok 1315 - expected output
> ok 1316 - nextStream ok
> ok 1317 - tell is 0
> ok 1318 - $. is 0
> ok 1319 - $. is 0
> ok 1320 - ! error()
> ok 1321 - eof()
> ok 1322 - streamCount is ok
> ok 1323 - expected output
> ok 1324 - tell is 0
> ok 1325 - nextStream ok
> ok 1326 - eof()
> ok 1327 - close() ok
> ok 1328 - streamCount ok
> ok 1329 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate nextStream and 1 streams, from buffer, Transparent => 1
> ok 1330 - $gz isa IO::Uncompress::Inflate
> ok 1331 - $. is 4
> ok 1332 - ! error()
> ok 1333 - eof()
> ok 1334 - streamCount is 1
> ok 1335 - expected output
> ok 1336 - nextStream ok
> ok 1337 - tell is 0
> ok 1338 - $. is 0
> ok 1339 - $. is 0
> ok 1340 - ! error()
> ok 1341 - eof()
> ok 1342 - streamCount is ok
> ok 1343 - expected output
> ok 1344 - tell is 0
> ok 1345 - nextStream ok
> ok 1346 - eof()
> ok 1347 - close() ok
> ok 1348 - streamCount ok
> ok 1349 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress nextStream and 1 streams, from buffer, Transparent => 0
> ok 1350 - $gz isa IO::Uncompress::Inflate
> ok 1351 - $. is 4
> ok 1352 - ! error()
> ok 1353 - eof()
> ok 1354 - streamCount is 1
> ok 1355 - expected output
> ok 1356 - nextStream ok
> ok 1357 - tell is 0
> ok 1358 - $. is 0
> ok 1359 - $. is 0
> ok 1360 - ! error()
> ok 1361 - eof()
> ok 1362 - streamCount is ok
> ok 1363 - expected output
> ok 1364 - tell is 0
> ok 1365 - nextStream ok
> ok 1366 - eof()
> ok 1367 - close() ok
> ok 1368 - streamCount ok
> ok 1369 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress nextStream and 1 streams, from buffer, Transparent => 1
> ok 1370 - $gz isa IO::Uncompress::Inflate
> ok 1371 - $. is 4
> ok 1372 - ! error()
> ok 1373 - eof()
> ok 1374 - streamCount is 1
> ok 1375 - expected output
> ok 1376 - nextStream ok
> ok 1377 - tell is 0
> ok 1378 - $. is 0
> ok 1379 - $. is 0
> ok 1380 - ! error()
> ok 1381 - eof()
> ok 1382 - streamCount is ok
> ok 1383 - expected output
> ok 1384 - tell is 0
> ok 1385 - nextStream ok
> ok 1386 - eof()
> ok 1387 - close() ok
> ok 1388 - streamCount ok
> ok 1389 - Testing IO::Compress::Deflate with 2 streams to buffer
> ok 1390 - $x isa IO::Compress::Deflate
> ok 1391 - Write OK
> ok 1392 - newStream OK
> ok 1393 - Write OK
> ok 1394 - newStream OK
> ok 1395 - Close ok
> ok 1396 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate and 2 streams, from buffer
> ok 1397 - $gz isa IO::Uncompress::Inflate
> ok 1398 - ! error()
> ok 1399 - eof()
> ok 1400 - close() ok
> ok 1401 - streamCount ok 3
> ok 1402 - expected output
> ok 1403 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress and 2 streams, from buffer
> ok 1404 - $gz isa IO::Uncompress::Inflate
> ok 1405 - ! error()
> ok 1406 - eof()
> ok 1407 - close() ok
> ok 1408 - streamCount ok 3
> ok 1409 - expected output
> ok 1410 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 1 and 2 streams, from buffer
> ok 1411 - $gz isa IO::Uncompress::Inflate
> ok 1412 - ! error()
> ok 1413 - eof()
> ok 1414 - close() ok
> ok 1415 - streamCount ok 3
> ok 1416 - expected output
> ok 1417 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 20 and 2 streams, from buffer
> ok 1418 - $gz isa IO::Uncompress::Inflate
> ok 1419 - ! error()
> ok 1420 - eof()
> ok 1421 - close() ok
> ok 1422 - streamCount ok 3
> ok 1423 - expected output
> ok 1424 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 69 and 2 streams, from buffer
> ok 1425 - $gz isa IO::Uncompress::Inflate
> ok 1426 - ! error()
> ok 1427 - eof()
> ok 1428 - close() ok
> ok 1429 - streamCount ok 3
> ok 1430 - expected output
> ok 1431 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 70 and 2 streams, from buffer
> ok 1432 - $gz isa IO::Uncompress::Inflate
> ok 1433 - ! error()
> ok 1434 - eof()
> ok 1435 - close() ok
> ok 1436 - streamCount ok 3
> ok 1437 - expected output
> ok 1438 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 71 and 2 streams, from buffer
> ok 1439 - $gz isa IO::Uncompress::Inflate
> ok 1440 - ! error()
> ok 1441 - eof()
> ok 1442 - close() ok
> ok 1443 - streamCount ok 3
> ok 1444 - expected output
> ok 1445 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 1 and 2 streams, from buffer
> ok 1446 - $gz isa IO::Uncompress::Inflate
> ok 1447 - ! error()
> ok 1448 - eof()
> ok 1449 - close() ok
> ok 1450 - streamCount ok 3
> ok 1451 - expected output
> ok 1452 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 20 and 2 streams, from buffer
> ok 1453 - $gz isa IO::Uncompress::Inflate
> ok 1454 - ! error()
> ok 1455 - eof()
> ok 1456 - close() ok
> ok 1457 - streamCount ok 3
> ok 1458 - expected output
> ok 1459 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 69 and 2 streams, from buffer
> ok 1460 - $gz isa IO::Uncompress::Inflate
> ok 1461 - ! error()
> ok 1462 - eof()
> ok 1463 - close() ok
> ok 1464 - streamCount ok 3
> ok 1465 - expected output
> ok 1466 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 70 and 2 streams, from buffer
> ok 1467 - $gz isa IO::Uncompress::Inflate
> ok 1468 - ! error()
> ok 1469 - eof()
> ok 1470 - close() ok
> ok 1471 - streamCount ok 3
> ok 1472 - expected output
> ok 1473 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 71 and 2 streams, from buffer
> ok 1474 - $gz isa IO::Uncompress::Inflate
> ok 1475 - ! error()
> ok 1476 - eof()
> ok 1477 - close() ok
> ok 1478 - streamCount ok 3
> ok 1479 - expected output
> ok 1480 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate nextStream and 2 streams, from buffer, Transparent => 0
> ok 1481 - $gz isa IO::Uncompress::Inflate
> ok 1482 - $. is 4
> ok 1483 - ! error()
> ok 1484 - eof()
> ok 1485 - streamCount is 1
> ok 1486 - expected output
> ok 1487 - nextStream ok
> ok 1488 - tell is 0
> ok 1489 - $. is 0
> ok 1490 - $. is 2
> ok 1491 - ! error()
> ok 1492 - eof()
> ok 1493 - streamCount is 2
> ok 1494 - expected output
> ok 1495 - nextStream ok
> ok 1496 - tell is 0
> ok 1497 - $. is 0
> ok 1498 - $. is 0
> ok 1499 - ! error()
> ok 1500 - eof()
> ok 1501 - streamCount is ok
> ok 1502 - expected output
> ok 1503 - tell is 0
> ok 1504 - nextStream ok
> ok 1505 - eof()
> ok 1506 - close() ok
> ok 1507 - streamCount ok
> ok 1508 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate nextStream and 2 streams, from buffer, Transparent => 1
> ok 1509 - $gz isa IO::Uncompress::Inflate
> ok 1510 - $. is 4
> ok 1511 - ! error()
> ok 1512 - eof()
> ok 1513 - streamCount is 1
> ok 1514 - expected output
> ok 1515 - nextStream ok
> ok 1516 - tell is 0
> ok 1517 - $. is 0
> ok 1518 - $. is 2
> ok 1519 - ! error()
> ok 1520 - eof()
> ok 1521 - streamCount is 2
> ok 1522 - expected output
> ok 1523 - nextStream ok
> ok 1524 - tell is 0
> ok 1525 - $. is 0
> ok 1526 - $. is 0
> ok 1527 - ! error()
> ok 1528 - eof()
> ok 1529 - streamCount is ok
> ok 1530 - expected output
> ok 1531 - tell is 0
> ok 1532 - nextStream ok
> ok 1533 - eof()
> ok 1534 - close() ok
> ok 1535 - streamCount ok
> ok 1536 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress nextStream and 2 streams, from buffer, Transparent => 0
> ok 1537 - $gz isa IO::Uncompress::Inflate
> ok 1538 - $. is 4
> ok 1539 - ! error()
> ok 1540 - eof()
> ok 1541 - streamCount is 1
> ok 1542 - expected output
> ok 1543 - nextStream ok
> ok 1544 - tell is 0
> ok 1545 - $. is 0
> ok 1546 - $. is 2
> ok 1547 - ! error()
> ok 1548 - eof()
> ok 1549 - streamCount is 2
> ok 1550 - expected output
> ok 1551 - nextStream ok
> ok 1552 - tell is 0
> ok 1553 - $. is 0
> ok 1554 - $. is 0
> ok 1555 - ! error()
> ok 1556 - eof()
> ok 1557 - streamCount is ok
> ok 1558 - expected output
> ok 1559 - tell is 0
> ok 1560 - nextStream ok
> ok 1561 - eof()
> ok 1562 - close() ok
> ok 1563 - streamCount ok
> ok 1564 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress nextStream and 2 streams, from buffer, Transparent => 1
> ok 1565 - $gz isa IO::Uncompress::Inflate
> ok 1566 - $. is 4
> ok 1567 - ! error()
> ok 1568 - eof()
> ok 1569 - streamCount is 1
> ok 1570 - expected output
> ok 1571 - nextStream ok
> ok 1572 - tell is 0
> ok 1573 - $. is 0
> ok 1574 - $. is 2
> ok 1575 - ! error()
> ok 1576 - eof()
> ok 1577 - streamCount is 2
> ok 1578 - expected output
> ok 1579 - nextStream ok
> ok 1580 - tell is 0
> ok 1581 - $. is 0
> ok 1582 - $. is 0
> ok 1583 - ! error()
> ok 1584 - eof()
> ok 1585 - streamCount is ok
> ok 1586 - expected output
> ok 1587 - tell is 0
> ok 1588 - nextStream ok
> ok 1589 - eof()
> ok 1590 - close() ok
> ok 1591 - streamCount ok
> ok 1592 - Testing IO::Compress::Deflate with 3 streams to buffer
> ok 1593 - $x isa IO::Compress::Deflate
> ok 1594 - Write OK
> ok 1595 - newStream OK
> ok 1596 - Write OK
> ok 1597 - newStream OK
> ok 1598 - Write OK
> ok 1599 - newStream OK
> ok 1600 - Close ok
> ok 1601 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate and 3 streams, from buffer
> ok 1602 - $gz isa IO::Uncompress::Inflate
> ok 1603 - ! error()
> ok 1604 - eof()
> ok 1605 - close() ok
> ok 1606 - streamCount ok 4
> ok 1607 - expected output
> ok 1608 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress and 3 streams, from buffer
> ok 1609 - $gz isa IO::Uncompress::Inflate
> ok 1610 - ! error()
> ok 1611 - eof()
> ok 1612 - close() ok
> ok 1613 - streamCount ok 4
> ok 1614 - expected output
> ok 1615 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 1 and 3 streams, from buffer
> ok 1616 - $gz isa IO::Uncompress::Inflate
> ok 1617 - ! error()
> ok 1618 - eof()
> ok 1619 - close() ok
> ok 1620 - streamCount ok 4
> ok 1621 - expected output
> ok 1622 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 20 and 3 streams, from buffer
> ok 1623 - $gz isa IO::Uncompress::Inflate
> ok 1624 - ! error()
> ok 1625 - eof()
> ok 1626 - close() ok
> ok 1627 - streamCount ok 4
> ok 1628 - expected output
> ok 1629 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 69 and 3 streams, from buffer
> ok 1630 - $gz isa IO::Uncompress::Inflate
> ok 1631 - ! error()
> ok 1632 - eof()
> ok 1633 - close() ok
> ok 1634 - streamCount ok 4
> ok 1635 - expected output
> ok 1636 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 70 and 3 streams, from buffer
> ok 1637 - $gz isa IO::Uncompress::Inflate
> ok 1638 - ! error()
> ok 1639 - eof()
> ok 1640 - close() ok
> ok 1641 - streamCount ok 4
> ok 1642 - expected output
> ok 1643 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate, BlockSize 71 and 3 streams, from buffer
> ok 1644 - $gz isa IO::Uncompress::Inflate
> ok 1645 - ! error()
> ok 1646 - eof()
> ok 1647 - close() ok
> ok 1648 - streamCount ok 4
> ok 1649 - expected output
> ok 1650 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 1 and 3 streams, from buffer
> ok 1651 - $gz isa IO::Uncompress::Inflate
> ok 1652 - ! error()
> ok 1653 - eof()
> ok 1654 - close() ok
> ok 1655 - streamCount ok 4
> ok 1656 - expected output
> ok 1657 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 20 and 3 streams, from buffer
> ok 1658 - $gz isa IO::Uncompress::Inflate
> ok 1659 - ! error()
> ok 1660 - eof()
> ok 1661 - close() ok
> ok 1662 - streamCount ok 4
> ok 1663 - expected output
> ok 1664 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 69 and 3 streams, from buffer
> ok 1665 - $gz isa IO::Uncompress::Inflate
> ok 1666 - ! error()
> ok 1667 - eof()
> ok 1668 - close() ok
> ok 1669 - streamCount ok 4
> ok 1670 - expected output
> ok 1671 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 70 and 3 streams, from buffer
> ok 1672 - $gz isa IO::Uncompress::Inflate
> ok 1673 - ! error()
> ok 1674 - eof()
> ok 1675 - close() ok
> ok 1676 - streamCount ok 4
> ok 1677 - expected output
> ok 1678 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress, BlockSize 71 and 3 streams, from buffer
> ok 1679 - $gz isa IO::Uncompress::Inflate
> ok 1680 - ! error()
> ok 1681 - eof()
> ok 1682 - close() ok
> ok 1683 - streamCount ok 4
> ok 1684 - expected output
> ok 1685 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate nextStream and 3 streams, from buffer, Transparent => 0
> ok 1686 - $gz isa IO::Uncompress::Inflate
> ok 1687 - $. is 4
> ok 1688 - ! error()
> ok 1689 - eof()
> ok 1690 - streamCount is 1
> ok 1691 - expected output
> ok 1692 - nextStream ok
> ok 1693 - tell is 0
> ok 1694 - $. is 0
> ok 1695 - $. is 2
> ok 1696 - ! error()
> ok 1697 - eof()
> ok 1698 - streamCount is 2
> ok 1699 - expected output
> ok 1700 - nextStream ok
> ok 1701 - tell is 0
> ok 1702 - $. is 0
> ok 1703 - $. is 1
> ok 1704 - ! error()
> ok 1705 - eof()
> ok 1706 - streamCount is 3
> ok 1707 - expected output
> ok 1708 - nextStream ok
> ok 1709 - tell is 0
> ok 1710 - $. is 0
> ok 1711 - $. is 0
> ok 1712 - ! error()
> ok 1713 - eof()
> ok 1714 - streamCount is ok
> ok 1715 - expected output
> ok 1716 - tell is 0
> ok 1717 - nextStream ok
> ok 1718 - eof()
> ok 1719 - close() ok
> ok 1720 - streamCount ok
> ok 1721 - Testing IO::Compress::Deflate with IO::Uncompress::Inflate nextStream and 3 streams, from buffer, Transparent => 1
> ok 1722 - $gz isa IO::Uncompress::Inflate
> ok 1723 - $. is 4
> ok 1724 - ! error()
> ok 1725 - eof()
> ok 1726 - streamCount is 1
> ok 1727 - expected output
> ok 1728 - nextStream ok
> ok 1729 - tell is 0
> ok 1730 - $. is 0
> ok 1731 - $. is 2
> ok 1732 - ! error()
> ok 1733 - eof()
> ok 1734 - streamCount is 2
> ok 1735 - expected output
> ok 1736 - nextStream ok
> ok 1737 - tell is 0
> ok 1738 - $. is 0
> ok 1739 - $. is 1
> ok 1740 - ! error()
> ok 1741 - eof()
> ok 1742 - streamCount is 3
> ok 1743 - expected output
> ok 1744 - nextStream ok
> ok 1745 - tell is 0
> ok 1746 - $. is 0
> ok 1747 - $. is 0
> ok 1748 - ! error()
> ok 1749 - eof()
> ok 1750 - streamCount is ok
> ok 1751 - expected output
> ok 1752 - tell is 0
> ok 1753 - nextStream ok
> ok 1754 - eof()
> ok 1755 - close() ok
> ok 1756 - streamCount ok
> ok 1757 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress nextStream and 3 streams, from buffer, Transparent => 0
> ok 1758 - $gz isa IO::Uncompress::Inflate
> ok 1759 - $. is 4
> ok 1760 - ! error()
> ok 1761 - eof()
> ok 1762 - streamCount is 1
> ok 1763 - expected output
> ok 1764 - nextStream ok
> ok 1765 - tell is 0
> ok 1766 - $. is 0
> ok 1767 - $. is 2
> ok 1768 - ! error()
> ok 1769 - eof()
> ok 1770 - streamCount is 2
> ok 1771 - expected output
> ok 1772 - nextStream ok
> ok 1773 - tell is 0
> ok 1774 - $. is 0
> ok 1775 - $. is 1
> ok 1776 - ! error()
> ok 1777 - eof()
> ok 1778 - streamCount is 3
> ok 1779 - expected output
> ok 1780 - nextStream ok
> ok 1781 - tell is 0
> ok 1782 - $. is 0
> ok 1783 - $. is 0
> ok 1784 - ! error()
> ok 1785 - eof()
> ok 1786 - streamCount is ok
> ok 1787 - expected output
> ok 1788 - tell is 0
> ok 1789 - nextStream ok
> ok 1790 - eof()
> ok 1791 - close() ok
> ok 1792 - streamCount ok
> ok 1793 - Testing IO::Compress::Deflate with IO::Uncompress::AnyUncompress nextStream and 3 streams, from buffer, Transparent => 1
> ok 1794 - $gz isa IO::Uncompress::Inflate
> ok 1795 - $. is 4
> ok 1796 - ! error()
> ok 1797 - eof()
> ok 1798 - streamCount is 1
> ok 1799 - expected output
> ok 1800 - nextStream ok
> ok 1801 - tell is 0
> ok 1802 - $. is 0
> ok 1803 - $. is 2
> ok 1804 - ! error()
> ok 1805 - eof()
> ok 1806 - streamCount is 2
> ok 1807 - expected output
> ok 1808 - nextStream ok
> ok 1809 - tell is 0
> ok 1810 - $. is 0
> ok 1811 - $. is 1
> ok 1812 - ! error()
> ok 1813 - eof()
> ok 1814 - streamCount is 3
> ok 1815 - expected output
> ok 1816 - nextStream ok
> ok 1817 - tell is 0
> ok 1818 - $. is 0
> ok 1819 - $. is 0
> ok 1820 - ! error()
> ok 1821 - eof()
> ok 1822 - streamCount is ok
> ok 1823 - expected output
> ok 1824 - tell is 0
> ok 1825 - nextStream ok
> ok 1826 - eof()
> ok 1827 - close() ok
> ok 1828 - streamCount ok
> ok
> t/107multi-gzip.t ...............
> 1..1828
> ok 1 - use IO::Uncompress::AnyUncompress;
> ok 2 - Testing IO::Compress::Gzip with 1 streams to file
> ok 3 - $x isa IO::Compress::Gzip
> ok 4 - Write OK
> ok 5 - newStream OK
> ok 6 - Close ok
> ok 7 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip and 1 streams, from file
> ok 8 - $gz isa IO::Uncompress::Gunzip
> ok 9 - ! error()
> ok 10 - eof()
> ok 11 - close() ok
> ok 12 - streamCount ok 2
> ok 13 - expected output
> ok 14 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress and 1 streams, from file
> ok 15 - $gz isa IO::Uncompress::Gunzip
> ok 16 - ! error()
> ok 17 - eof()
> ok 18 - close() ok
> ok 19 - streamCount ok 2
> ok 20 - expected output
> ok 21 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 1 and 1 streams, from file
> ok 22 - $gz isa IO::Uncompress::Gunzip
> ok 23 - ! error()
> ok 24 - eof()
> ok 25 - close() ok
> ok 26 - streamCount ok 2
> ok 27 - expected output
> ok 28 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 20 and 1 streams, from file
> ok 29 - $gz isa IO::Uncompress::Gunzip
> ok 30 - ! error()
> ok 31 - eof()
> ok 32 - close() ok
> ok 33 - streamCount ok 2
> ok 34 - expected output
> ok 35 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 69 and 1 streams, from file
> ok 36 - $gz isa IO::Uncompress::Gunzip
> ok 37 - ! error()
> ok 38 - eof()
> ok 39 - close() ok
> ok 40 - streamCount ok 2
> ok 41 - expected output
> ok 42 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 70 and 1 streams, from file
> ok 43 - $gz isa IO::Uncompress::Gunzip
> ok 44 - ! error()
> ok 45 - eof()
> ok 46 - close() ok
> ok 47 - streamCount ok 2
> ok 48 - expected output
> ok 49 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 71 and 1 streams, from file
> ok 50 - $gz isa IO::Uncompress::Gunzip
> ok 51 - ! error()
> ok 52 - eof()
> ok 53 - close() ok
> ok 54 - streamCount ok 2
> ok 55 - expected output
> ok 56 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 1 and 1 streams, from file
> ok 57 - $gz isa IO::Uncompress::Gunzip
> ok 58 - ! error()
> ok 59 - eof()
> ok 60 - close() ok
> ok 61 - streamCount ok 2
> ok 62 - expected output
> ok 63 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 20 and 1 streams, from file
> ok 64 - $gz isa IO::Uncompress::Gunzip
> ok 65 - ! error()
> ok 66 - eof()
> ok 67 - close() ok
> ok 68 - streamCount ok 2
> ok 69 - expected output
> ok 70 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 69 and 1 streams, from file
> ok 71 - $gz isa IO::Uncompress::Gunzip
> ok 72 - ! error()
> ok 73 - eof()
> ok 74 - close() ok
> ok 75 - streamCount ok 2
> ok 76 - expected output
> ok 77 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 70 and 1 streams, from file
> ok 78 - $gz isa IO::Uncompress::Gunzip
> ok 79 - ! error()
> ok 80 - eof()
> ok 81 - close() ok
> ok 82 - streamCount ok 2
> ok 83 - expected output
> ok 84 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 71 and 1 streams, from file
> ok 85 - $gz isa IO::Uncompress::Gunzip
> ok 86 - ! error()
> ok 87 - eof()
> ok 88 - close() ok
> ok 89 - streamCount ok 2
> ok 90 - expected output
> ok 91 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip nextStream and 1 streams, from file, Transparent => 0
> ok 92 - $gz isa IO::Uncompress::Gunzip
> ok 93 - $. is 4
> ok 94 - ! error()
> ok 95 - eof()
> ok 96 - streamCount is 1
> ok 97 - expected output
> ok 98 - nextStream ok
> ok 99 - tell is 0
> ok 100 - $. is 0
> ok 101 - $. is 0
> ok 102 - ! error()
> ok 103 - eof()
> ok 104 - streamCount is ok
> ok 105 - expected output
> ok 106 - tell is 0
> ok 107 - nextStream ok
> ok 108 - eof()
> ok 109 - close() ok
> ok 110 - streamCount ok
> ok 111 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip nextStream and 1 streams, from file, Transparent => 1
> ok 112 - $gz isa IO::Uncompress::Gunzip
> ok 113 - $. is 4
> ok 114 - ! error()
> ok 115 - eof()
> ok 116 - streamCount is 1
> ok 117 - expected output
> ok 118 - nextStream ok
> ok 119 - tell is 0
> ok 120 - $. is 0
> ok 121 - $. is 0
> ok 122 - ! error()
> ok 123 - eof()
> ok 124 - streamCount is ok
> ok 125 - expected output
> ok 126 - tell is 0
> ok 127 - nextStream ok
> ok 128 - eof()
> ok 129 - close() ok
> ok 130 - streamCount ok
> ok 131 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress nextStream and 1 streams, from file, Transparent => 0
> ok 132 - $gz isa IO::Uncompress::Gunzip
> ok 133 - $. is 4
> ok 134 - ! error()
> ok 135 - eof()
> ok 136 - streamCount is 1
> ok 137 - expected output
> ok 138 - nextStream ok
> ok 139 - tell is 0
> ok 140 - $. is 0
> ok 141 - $. is 0
> ok 142 - ! error()
> ok 143 - eof()
> ok 144 - streamCount is ok
> ok 145 - expected output
> ok 146 - tell is 0
> ok 147 - nextStream ok
> ok 148 - eof()
> ok 149 - close() ok
> ok 150 - streamCount ok
> ok 151 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress nextStream and 1 streams, from file, Transparent => 1
> ok 152 - $gz isa IO::Uncompress::Gunzip
> ok 153 - $. is 4
> ok 154 - ! error()
> ok 155 - eof()
> ok 156 - streamCount is 1
> ok 157 - expected output
> ok 158 - nextStream ok
> ok 159 - tell is 0
> ok 160 - $. is 0
> ok 161 - $. is 0
> ok 162 - ! error()
> ok 163 - eof()
> ok 164 - streamCount is ok
> ok 165 - expected output
> ok 166 - tell is 0
> ok 167 - nextStream ok
> ok 168 - eof()
> ok 169 - close() ok
> ok 170 - streamCount ok
> ok 171 - Testing IO::Compress::Gzip with 2 streams to file
> ok 172 - $x isa IO::Compress::Gzip
> ok 173 - Write OK
> ok 174 - newStream OK
> ok 175 - Write OK
> ok 176 - newStream OK
> ok 177 - Close ok
> ok 178 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip and 2 streams, from file
> ok 179 - $gz isa IO::Uncompress::Gunzip
> ok 180 - ! error()
> ok 181 - eof()
> ok 182 - close() ok
> ok 183 - streamCount ok 3
> ok 184 - expected output
> ok 185 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress and 2 streams, from file
> ok 186 - $gz isa IO::Uncompress::Gunzip
> ok 187 - ! error()
> ok 188 - eof()
> ok 189 - close() ok
> ok 190 - streamCount ok 3
> ok 191 - expected output
> ok 192 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 1 and 2 streams, from file
> ok 193 - $gz isa IO::Uncompress::Gunzip
> ok 194 - ! error()
> ok 195 - eof()
> ok 196 - close() ok
> ok 197 - streamCount ok 3
> ok 198 - expected output
> ok 199 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 20 and 2 streams, from file
> ok 200 - $gz isa IO::Uncompress::Gunzip
> ok 201 - ! error()
> ok 202 - eof()
> ok 203 - close() ok
> ok 204 - streamCount ok 3
> ok 205 - expected output
> ok 206 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 69 and 2 streams, from file
> ok 207 - $gz isa IO::Uncompress::Gunzip
> ok 208 - ! error()
> ok 209 - eof()
> ok 210 - close() ok
> ok 211 - streamCount ok 3
> ok 212 - expected output
> ok 213 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 70 and 2 streams, from file
> ok 214 - $gz isa IO::Uncompress::Gunzip
> ok 215 - ! error()
> ok 216 - eof()
> ok 217 - close() ok
> ok 218 - streamCount ok 3
> ok 219 - expected output
> ok 220 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 71 and 2 streams, from file
> ok 221 - $gz isa IO::Uncompress::Gunzip
> ok 222 - ! error()
> ok 223 - eof()
> ok 224 - close() ok
> ok 225 - streamCount ok 3
> ok 226 - expected output
> ok 227 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 1 and 2 streams, from file
> ok 228 - $gz isa IO::Uncompress::Gunzip
> ok 229 - ! error()
> ok 230 - eof()
> ok 231 - close() ok
> ok 232 - streamCount ok 3
> ok 233 - expected output
> ok 234 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 20 and 2 streams, from file
> ok 235 - $gz isa IO::Uncompress::Gunzip
> ok 236 - ! error()
> ok 237 - eof()
> ok 238 - close() ok
> ok 239 - streamCount ok 3
> ok 240 - expected output
> ok 241 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 69 and 2 streams, from file
> ok 242 - $gz isa IO::Uncompress::Gunzip
> ok 243 - ! error()
> ok 244 - eof()
> ok 245 - close() ok
> ok 246 - streamCount ok 3
> ok 247 - expected output
> ok 248 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 70 and 2 streams, from file
> ok 249 - $gz isa IO::Uncompress::Gunzip
> ok 250 - ! error()
> ok 251 - eof()
> ok 252 - close() ok
> ok 253 - streamCount ok 3
> ok 254 - expected output
> ok 255 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 71 and 2 streams, from file
> ok 256 - $gz isa IO::Uncompress::Gunzip
> ok 257 - ! error()
> ok 258 - eof()
> ok 259 - close() ok
> ok 260 - streamCount ok 3
> ok 261 - expected output
> ok 262 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip nextStream and 2 streams, from file, Transparent => 0
> ok 263 - $gz isa IO::Uncompress::Gunzip
> ok 264 - $. is 4
> ok 265 - ! error()
> ok 266 - eof()
> ok 267 - streamCount is 1
> ok 268 - expected output
> ok 269 - nextStream ok
> ok 270 - tell is 0
> ok 271 - $. is 0
> ok 272 - $. is 2
> ok 273 - ! error()
> ok 274 - eof()
> ok 275 - streamCount is 2
> ok 276 - expected output
> ok 277 - nextStream ok
> ok 278 - tell is 0
> ok 279 - $. is 0
> ok 280 - $. is 0
> ok 281 - ! error()
> ok 282 - eof()
> ok 283 - streamCount is ok
> ok 284 - expected output
> ok 285 - tell is 0
> ok 286 - nextStream ok
> ok 287 - eof()
> ok 288 - close() ok
> ok 289 - streamCount ok
> ok 290 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip nextStream and 2 streams, from file, Transparent => 1
> ok 291 - $gz isa IO::Uncompress::Gunzip
> ok 292 - $. is 4
> ok 293 - ! error()
> ok 294 - eof()
> ok 295 - streamCount is 1
> ok 296 - expected output
> ok 297 - nextStream ok
> ok 298 - tell is 0
> ok 299 - $. is 0
> ok 300 - $. is 2
> ok 301 - ! error()
> ok 302 - eof()
> ok 303 - streamCount is 2
> ok 304 - expected output
> ok 305 - nextStream ok
> ok 306 - tell is 0
> ok 307 - $. is 0
> ok 308 - $. is 0
> ok 309 - ! error()
> ok 310 - eof()
> ok 311 - streamCount is ok
> ok 312 - expected output
> ok 313 - tell is 0
> ok 314 - nextStream ok
> ok 315 - eof()
> ok 316 - close() ok
> ok 317 - streamCount ok
> ok 318 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress nextStream and 2 streams, from file, Transparent => 0
> ok 319 - $gz isa IO::Uncompress::Gunzip
> ok 320 - $. is 4
> ok 321 - ! error()
> ok 322 - eof()
> ok 323 - streamCount is 1
> ok 324 - expected output
> ok 325 - nextStream ok
> ok 326 - tell is 0
> ok 327 - $. is 0
> ok 328 - $. is 2
> ok 329 - ! error()
> ok 330 - eof()
> ok 331 - streamCount is 2
> ok 332 - expected output
> ok 333 - nextStream ok
> ok 334 - tell is 0
> ok 335 - $. is 0
> ok 336 - $. is 0
> ok 337 - ! error()
> ok 338 - eof()
> ok 339 - streamCount is ok
> ok 340 - expected output
> ok 341 - tell is 0
> ok 342 - nextStream ok
> ok 343 - eof()
> ok 344 - close() ok
> ok 345 - streamCount ok
> ok 346 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress nextStream and 2 streams, from file, Transparent => 1
> ok 347 - $gz isa IO::Uncompress::Gunzip
> ok 348 - $. is 4
> ok 349 - ! error()
> ok 350 - eof()
> ok 351 - streamCount is 1
> ok 352 - expected output
> ok 353 - nextStream ok
> ok 354 - tell is 0
> ok 355 - $. is 0
> ok 356 - $. is 2
> ok 357 - ! error()
> ok 358 - eof()
> ok 359 - streamCount is 2
> ok 360 - expected output
> ok 361 - nextStream ok
> ok 362 - tell is 0
> ok 363 - $. is 0
> ok 364 - $. is 0
> ok 365 - ! error()
> ok 366 - eof()
> ok 367 - streamCount is ok
> ok 368 - expected output
> ok 369 - tell is 0
> ok 370 - nextStream ok
> ok 371 - eof()
> ok 372 - close() ok
> ok 373 - streamCount ok
> ok 374 - Testing IO::Compress::Gzip with 3 streams to file
> ok 375 - $x isa IO::Compress::Gzip
> ok 376 - Write OK
> ok 377 - newStream OK
> ok 378 - Write OK
> ok 379 - newStream OK
> ok 380 - Write OK
> ok 381 - newStream OK
> ok 382 - Close ok
> ok 383 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip and 3 streams, from file
> ok 384 - $gz isa IO::Uncompress::Gunzip
> ok 385 - ! error()
> ok 386 - eof()
> ok 387 - close() ok
> ok 388 - streamCount ok 4
> ok 389 - expected output
> ok 390 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress and 3 streams, from file
> ok 391 - $gz isa IO::Uncompress::Gunzip
> ok 392 - ! error()
> ok 393 - eof()
> ok 394 - close() ok
> ok 395 - streamCount ok 4
> ok 396 - expected output
> ok 397 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 1 and 3 streams, from file
> ok 398 - $gz isa IO::Uncompress::Gunzip
> ok 399 - ! error()
> ok 400 - eof()
> ok 401 - close() ok
> ok 402 - streamCount ok 4
> ok 403 - expected output
> ok 404 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 20 and 3 streams, from file
> ok 405 - $gz isa IO::Uncompress::Gunzip
> ok 406 - ! error()
> ok 407 - eof()
> ok 408 - close() ok
> ok 409 - streamCount ok 4
> ok 410 - expected output
> ok 411 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 69 and 3 streams, from file
> ok 412 - $gz isa IO::Uncompress::Gunzip
> ok 413 - ! error()
> ok 414 - eof()
> ok 415 - close() ok
> ok 416 - streamCount ok 4
> ok 417 - expected output
> ok 418 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 70 and 3 streams, from file
> ok 419 - $gz isa IO::Uncompress::Gunzip
> ok 420 - ! error()
> ok 421 - eof()
> ok 422 - close() ok
> ok 423 - streamCount ok 4
> ok 424 - expected output
> ok 425 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 71 and 3 streams, from file
> ok 426 - $gz isa IO::Uncompress::Gunzip
> ok 427 - ! error()
> ok 428 - eof()
> ok 429 - close() ok
> ok 430 - streamCount ok 4
> ok 431 - expected output
> ok 432 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 1 and 3 streams, from file
> ok 433 - $gz isa IO::Uncompress::Gunzip
> ok 434 - ! error()
> ok 435 - eof()
> ok 436 - close() ok
> ok 437 - streamCount ok 4
> ok 438 - expected output
> ok 439 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 20 and 3 streams, from file
> ok 440 - $gz isa IO::Uncompress::Gunzip
> ok 441 - ! error()
> ok 442 - eof()
> ok 443 - close() ok
> ok 444 - streamCount ok 4
> ok 445 - expected output
> ok 446 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 69 and 3 streams, from file
> ok 447 - $gz isa IO::Uncompress::Gunzip
> ok 448 - ! error()
> ok 449 - eof()
> ok 450 - close() ok
> ok 451 - streamCount ok 4
> ok 452 - expected output
> ok 453 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 70 and 3 streams, from file
> ok 454 - $gz isa IO::Uncompress::Gunzip
> ok 455 - ! error()
> ok 456 - eof()
> ok 457 - close() ok
> ok 458 - streamCount ok 4
> ok 459 - expected output
> ok 460 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 71 and 3 streams, from file
> ok 461 - $gz isa IO::Uncompress::Gunzip
> ok 462 - ! error()
> ok 463 - eof()
> ok 464 - close() ok
> ok 465 - streamCount ok 4
> ok 466 - expected output
> ok 467 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip nextStream and 3 streams, from file, Transparent => 0
> ok 468 - $gz isa IO::Uncompress::Gunzip
> ok 469 - $. is 4
> ok 470 - ! error()
> ok 471 - eof()
> ok 472 - streamCount is 1
> ok 473 - expected output
> ok 474 - nextStream ok
> ok 475 - tell is 0
> ok 476 - $. is 0
> ok 477 - $. is 2
> ok 478 - ! error()
> ok 479 - eof()
> ok 480 - streamCount is 2
> ok 481 - expected output
> ok 482 - nextStream ok
> ok 483 - tell is 0
> ok 484 - $. is 0
> ok 485 - $. is 1
> ok 486 - ! error()
> ok 487 - eof()
> ok 488 - streamCount is 3
> ok 489 - expected output
> ok 490 - nextStream ok
> ok 491 - tell is 0
> ok 492 - $. is 0
> ok 493 - $. is 0
> ok 494 - ! error()
> ok 495 - eof()
> ok 496 - streamCount is ok
> ok 497 - expected output
> ok 498 - tell is 0
> ok 499 - nextStream ok
> ok 500 - eof()
> ok 501 - close() ok
> ok 502 - streamCount ok
> ok 503 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip nextStream and 3 streams, from file, Transparent => 1
> ok 504 - $gz isa IO::Uncompress::Gunzip
> ok 505 - $. is 4
> ok 506 - ! error()
> ok 507 - eof()
> ok 508 - streamCount is 1
> ok 509 - expected output
> ok 510 - nextStream ok
> ok 511 - tell is 0
> ok 512 - $. is 0
> ok 513 - $. is 2
> ok 514 - ! error()
> ok 515 - eof()
> ok 516 - streamCount is 2
> ok 517 - expected output
> ok 518 - nextStream ok
> ok 519 - tell is 0
> ok 520 - $. is 0
> ok 521 - $. is 1
> ok 522 - ! error()
> ok 523 - eof()
> ok 524 - streamCount is 3
> ok 525 - expected output
> ok 526 - nextStream ok
> ok 527 - tell is 0
> ok 528 - $. is 0
> ok 529 - $. is 0
> ok 530 - ! error()
> ok 531 - eof()
> ok 532 - streamCount is ok
> ok 533 - expected output
> ok 534 - tell is 0
> ok 535 - nextStream ok
> ok 536 - eof()
> ok 537 - close() ok
> ok 538 - streamCount ok
> ok 539 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress nextStream and 3 streams, from file, Transparent => 0
> ok 540 - $gz isa IO::Uncompress::Gunzip
> ok 541 - $. is 4
> ok 542 - ! error()
> ok 543 - eof()
> ok 544 - streamCount is 1
> ok 545 - expected output
> ok 546 - nextStream ok
> ok 547 - tell is 0
> ok 548 - $. is 0
> ok 549 - $. is 2
> ok 550 - ! error()
> ok 551 - eof()
> ok 552 - streamCount is 2
> ok 553 - expected output
> ok 554 - nextStream ok
> ok 555 - tell is 0
> ok 556 - $. is 0
> ok 557 - $. is 1
> ok 558 - ! error()
> ok 559 - eof()
> ok 560 - streamCount is 3
> ok 561 - expected output
> ok 562 - nextStream ok
> ok 563 - tell is 0
> ok 564 - $. is 0
> ok 565 - $. is 0
> ok 566 - ! error()
> ok 567 - eof()
> ok 568 - streamCount is ok
> ok 569 - expected output
> ok 570 - tell is 0
> ok 571 - nextStream ok
> ok 572 - eof()
> ok 573 - close() ok
> ok 574 - streamCount ok
> ok 575 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress nextStream and 3 streams, from file, Transparent => 1
> ok 576 - $gz isa IO::Uncompress::Gunzip
> ok 577 - $. is 4
> ok 578 - ! error()
> ok 579 - eof()
> ok 580 - streamCount is 1
> ok 581 - expected output
> ok 582 - nextStream ok
> ok 583 - tell is 0
> ok 584 - $. is 0
> ok 585 - $. is 2
> ok 586 - ! error()
> ok 587 - eof()
> ok 588 - streamCount is 2
> ok 589 - expected output
> ok 590 - nextStream ok
> ok 591 - tell is 0
> ok 592 - $. is 0
> ok 593 - $. is 1
> ok 594 - ! error()
> ok 595 - eof()
> ok 596 - streamCount is 3
> ok 597 - expected output
> ok 598 - nextStream ok
> ok 599 - tell is 0
> ok 600 - $. is 0
> ok 601 - $. is 0
> ok 602 - ! error()
> ok 603 - eof()
> ok 604 - streamCount is ok
> ok 605 - expected output
> ok 606 - tell is 0
> ok 607 - nextStream ok
> ok 608 - eof()
> ok 609 - close() ok
> ok 610 - streamCount ok
> ok 611 - Testing IO::Compress::Gzip with 1 streams to filehandle
> ok 612 - $x isa IO::Compress::Gzip
> ok 613 - Write OK
> ok 614 - newStream OK
> ok 615 - Close ok
> ok 616 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip and 1 streams, from filehandle
> ok 617 - $gz isa IO::Uncompress::Gunzip
> ok 618 - ! error()
> ok 619 - eof()
> ok 620 - close() ok
> ok 621 - streamCount ok 2
> ok 622 - expected output
> ok 623 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress and 1 streams, from filehandle
> ok 624 - $gz isa IO::Uncompress::Gunzip
> ok 625 - ! error()
> ok 626 - eof()
> ok 627 - close() ok
> ok 628 - streamCount ok 2
> ok 629 - expected output
> ok 630 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 1 and 1 streams, from filehandle
> ok 631 - $gz isa IO::Uncompress::Gunzip
> ok 632 - ! error()
> ok 633 - eof()
> ok 634 - close() ok
> ok 635 - streamCount ok 2
> ok 636 - expected output
> ok 637 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 20 and 1 streams, from filehandle
> ok 638 - $gz isa IO::Uncompress::Gunzip
> ok 639 - ! error()
> ok 640 - eof()
> ok 641 - close() ok
> ok 642 - streamCount ok 2
> ok 643 - expected output
> ok 644 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 69 and 1 streams, from filehandle
> ok 645 - $gz isa IO::Uncompress::Gunzip
> ok 646 - ! error()
> ok 647 - eof()
> ok 648 - close() ok
> ok 649 - streamCount ok 2
> ok 650 - expected output
> ok 651 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 70 and 1 streams, from filehandle
> ok 652 - $gz isa IO::Uncompress::Gunzip
> ok 653 - ! error()
> ok 654 - eof()
> ok 655 - close() ok
> ok 656 - streamCount ok 2
> ok 657 - expected output
> ok 658 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 71 and 1 streams, from filehandle
> ok 659 - $gz isa IO::Uncompress::Gunzip
> ok 660 - ! error()
> ok 661 - eof()
> ok 662 - close() ok
> ok 663 - streamCount ok 2
> ok 664 - expected output
> ok 665 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 1 and 1 streams, from filehandle
> ok 666 - $gz isa IO::Uncompress::Gunzip
> ok 667 - ! error()
> ok 668 - eof()
> ok 669 - close() ok
> ok 670 - streamCount ok 2
> ok 671 - expected output
> ok 672 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 20 and 1 streams, from filehandle
> ok 673 - $gz isa IO::Uncompress::Gunzip
> ok 674 - ! error()
> ok 675 - eof()
> ok 676 - close() ok
> ok 677 - streamCount ok 2
> ok 678 - expected output
> ok 679 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 69 and 1 streams, from filehandle
> ok 680 - $gz isa IO::Uncompress::Gunzip
> ok 681 - ! error()
> ok 682 - eof()
> ok 683 - close() ok
> ok 684 - streamCount ok 2
> ok 685 - expected output
> ok 686 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 70 and 1 streams, from filehandle
> ok 687 - $gz isa IO::Uncompress::Gunzip
> ok 688 - ! error()
> ok 689 - eof()
> ok 690 - close() ok
> ok 691 - streamCount ok 2
> ok 692 - expected output
> ok 693 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 71 and 1 streams, from filehandle
> ok 694 - $gz isa IO::Uncompress::Gunzip
> ok 695 - ! error()
> ok 696 - eof()
> ok 697 - close() ok
> ok 698 - streamCount ok 2
> ok 699 - expected output
> ok 700 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip nextStream and 1 streams, from filehandle, Transparent => 0
> ok 701 - $gz isa IO::Uncompress::Gunzip
> ok 702 - $. is 4
> ok 703 - ! error()
> ok 704 - eof()
> ok 705 - streamCount is 1
> ok 706 - expected output
> ok 707 - nextStream ok
> ok 708 - tell is 0
> ok 709 - $. is 0
> ok 710 - $. is 0
> ok 711 - ! error()
> ok 712 - eof()
> ok 713 - streamCount is ok
> ok 714 - expected output
> ok 715 - tell is 0
> ok 716 - nextStream ok
> ok 717 - eof()
> ok 718 - close() ok
> ok 719 - streamCount ok
> ok 720 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip nextStream and 1 streams, from filehandle, Transparent => 1
> ok 721 - $gz isa IO::Uncompress::Gunzip
> ok 722 - $. is 4
> ok 723 - ! error()
> ok 724 - eof()
> ok 725 - streamCount is 1
> ok 726 - expected output
> ok 727 - nextStream ok
> ok 728 - tell is 0
> ok 729 - $. is 0
> ok 730 - $. is 0
> ok 731 - ! error()
> ok 732 - eof()
> ok 733 - streamCount is ok
> ok 734 - expected output
> ok 735 - tell is 0
> ok 736 - nextStream ok
> ok 737 - eof()
> ok 738 - close() ok
> ok 739 - streamCount ok
> ok 740 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress nextStream and 1 streams, from filehandle, Transparent => 0
> ok 741 - $gz isa IO::Uncompress::Gunzip
> ok 742 - $. is 4
> ok 743 - ! error()
> ok 744 - eof()
> ok 745 - streamCount is 1
> ok 746 - expected output
> ok 747 - nextStream ok
> ok 748 - tell is 0
> ok 749 - $. is 0
> ok 750 - $. is 0
> ok 751 - ! error()
> ok 752 - eof()
> ok 753 - streamCount is ok
> ok 754 - expected output
> ok 755 - tell is 0
> ok 756 - nextStream ok
> ok 757 - eof()
> ok 758 - close() ok
> ok 759 - streamCount ok
> ok 760 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress nextStream and 1 streams, from filehandle, Transparent => 1
> ok 761 - $gz isa IO::Uncompress::Gunzip
> ok 762 - $. is 4
> ok 763 - ! error()
> ok 764 - eof()
> ok 765 - streamCount is 1
> ok 766 - expected output
> ok 767 - nextStream ok
> ok 768 - tell is 0
> ok 769 - $. is 0
> ok 770 - $. is 0
> ok 771 - ! error()
> ok 772 - eof()
> ok 773 - streamCount is ok
> ok 774 - expected output
> ok 775 - tell is 0
> ok 776 - nextStream ok
> ok 777 - eof()
> ok 778 - close() ok
> ok 779 - streamCount ok
> ok 780 - Testing IO::Compress::Gzip with 2 streams to filehandle
> ok 781 - $x isa IO::Compress::Gzip
> ok 782 - Write OK
> ok 783 - newStream OK
> ok 784 - Write OK
> ok 785 - newStream OK
> ok 786 - Close ok
> ok 787 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip and 2 streams, from filehandle
> ok 788 - $gz isa IO::Uncompress::Gunzip
> ok 789 - ! error()
> ok 790 - eof()
> ok 791 - close() ok
> ok 792 - streamCount ok 3
> ok 793 - expected output
> ok 794 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress and 2 streams, from filehandle
> ok 795 - $gz isa IO::Uncompress::Gunzip
> ok 796 - ! error()
> ok 797 - eof()
> ok 798 - close() ok
> ok 799 - streamCount ok 3
> ok 800 - expected output
> ok 801 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 1 and 2 streams, from filehandle
> ok 802 - $gz isa IO::Uncompress::Gunzip
> ok 803 - ! error()
> ok 804 - eof()
> ok 805 - close() ok
> ok 806 - streamCount ok 3
> ok 807 - expected output
> ok 808 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 20 and 2 streams, from filehandle
> ok 809 - $gz isa IO::Uncompress::Gunzip
> ok 810 - ! error()
> ok 811 - eof()
> ok 812 - close() ok
> ok 813 - streamCount ok 3
> ok 814 - expected output
> ok 815 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 69 and 2 streams, from filehandle
> ok 816 - $gz isa IO::Uncompress::Gunzip
> ok 817 - ! error()
> ok 818 - eof()
> ok 819 - close() ok
> ok 820 - streamCount ok 3
> ok 821 - expected output
> ok 822 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 70 and 2 streams, from filehandle
> ok 823 - $gz isa IO::Uncompress::Gunzip
> ok 824 - ! error()
> ok 825 - eof()
> ok 826 - close() ok
> ok 827 - streamCount ok 3
> ok 828 - expected output
> ok 829 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 71 and 2 streams, from filehandle
> ok 830 - $gz isa IO::Uncompress::Gunzip
> ok 831 - ! error()
> ok 832 - eof()
> ok 833 - close() ok
> ok 834 - streamCount ok 3
> ok 835 - expected output
> ok 836 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 1 and 2 streams, from filehandle
> ok 837 - $gz isa IO::Uncompress::Gunzip
> ok 838 - ! error()
> ok 839 - eof()
> ok 840 - close() ok
> ok 841 - streamCount ok 3
> ok 842 - expected output
> ok 843 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 20 and 2 streams, from filehandle
> ok 844 - $gz isa IO::Uncompress::Gunzip
> ok 845 - ! error()
> ok 846 - eof()
> ok 847 - close() ok
> ok 848 - streamCount ok 3
> ok 849 - expected output
> ok 850 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 69 and 2 streams, from filehandle
> ok 851 - $gz isa IO::Uncompress::Gunzip
> ok 852 - ! error()
> ok 853 - eof()
> ok 854 - close() ok
> ok 855 - streamCount ok 3
> ok 856 - expected output
> ok 857 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 70 and 2 streams, from filehandle
> ok 858 - $gz isa IO::Uncompress::Gunzip
> ok 859 - ! error()
> ok 860 - eof()
> ok 861 - close() ok
> ok 862 - streamCount ok 3
> ok 863 - expected output
> ok 864 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 71 and 2 streams, from filehandle
> ok 865 - $gz isa IO::Uncompress::Gunzip
> ok 866 - ! error()
> ok 867 - eof()
> ok 868 - close() ok
> ok 869 - streamCount ok 3
> ok 870 - expected output
> ok 871 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip nextStream and 2 streams, from filehandle, Transparent => 0
> ok 872 - $gz isa IO::Uncompress::Gunzip
> ok 873 - $. is 4
> ok 874 - ! error()
> ok 875 - eof()
> ok 876 - streamCount is 1
> ok 877 - expected output
> ok 878 - nextStream ok
> ok 879 - tell is 0
> ok 880 - $. is 0
> ok 881 - $. is 2
> ok 882 - ! error()
> ok 883 - eof()
> ok 884 - streamCount is 2
> ok 885 - expected output
> ok 886 - nextStream ok
> ok 887 - tell is 0
> ok 888 - $. is 0
> ok 889 - $. is 0
> ok 890 - ! error()
> ok 891 - eof()
> ok 892 - streamCount is ok
> ok 893 - expected output
> ok 894 - tell is 0
> ok 895 - nextStream ok
> ok 896 - eof()
> ok 897 - close() ok
> ok 898 - streamCount ok
> ok 899 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip nextStream and 2 streams, from filehandle, Transparent => 1
> ok 900 - $gz isa IO::Uncompress::Gunzip
> ok 901 - $. is 4
> ok 902 - ! error()
> ok 903 - eof()
> ok 904 - streamCount is 1
> ok 905 - expected output
> ok 906 - nextStream ok
> ok 907 - tell is 0
> ok 908 - $. is 0
> ok 909 - $. is 2
> ok 910 - ! error()
> ok 911 - eof()
> ok 912 - streamCount is 2
> ok 913 - expected output
> ok 914 - nextStream ok
> ok 915 - tell is 0
> ok 916 - $. is 0
> ok 917 - $. is 0
> ok 918 - ! error()
> ok 919 - eof()
> ok 920 - streamCount is ok
> ok 921 - expected output
> ok 922 - tell is 0
> ok 923 - nextStream ok
> ok 924 - eof()
> ok 925 - close() ok
> ok 926 - streamCount ok
> ok 927 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress nextStream and 2 streams, from filehandle, Transparent => 0
> ok 928 - $gz isa IO::Uncompress::Gunzip
> ok 929 - $. is 4
> ok 930 - ! error()
> ok 931 - eof()
> ok 932 - streamCount is 1
> ok 933 - expected output
> ok 934 - nextStream ok
> ok 935 - tell is 0
> ok 936 - $. is 0
> ok 937 - $. is 2
> ok 938 - ! error()
> ok 939 - eof()
> ok 940 - streamCount is 2
> ok 941 - expected output
> ok 942 - nextStream ok
> ok 943 - tell is 0
> ok 944 - $. is 0
> ok 945 - $. is 0
> ok 946 - ! error()
> ok 947 - eof()
> ok 948 - streamCount is ok
> ok 949 - expected output
> ok 950 - tell is 0
> ok 951 - nextStream ok
> ok 952 - eof()
> ok 953 - close() ok
> ok 954 - streamCount ok
> ok 955 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress nextStream and 2 streams, from filehandle, Transparent => 1
> ok 956 - $gz isa IO::Uncompress::Gunzip
> ok 957 - $. is 4
> ok 958 - ! error()
> ok 959 - eof()
> ok 960 - streamCount is 1
> ok 961 - expected output
> ok 962 - nextStream ok
> ok 963 - tell is 0
> ok 964 - $. is 0
> ok 965 - $. is 2
> ok 966 - ! error()
> ok 967 - eof()
> ok 968 - streamCount is 2
> ok 969 - expected output
> ok 970 - nextStream ok
> ok 971 - tell is 0
> ok 972 - $. is 0
> ok 973 - $. is 0
> ok 974 - ! error()
> ok 975 - eof()
> ok 976 - streamCount is ok
> ok 977 - expected output
> ok 978 - tell is 0
> ok 979 - nextStream ok
> ok 980 - eof()
> ok 981 - close() ok
> ok 982 - streamCount ok
> ok 983 - Testing IO::Compress::Gzip with 3 streams to filehandle
> ok 984 - $x isa IO::Compress::Gzip
> ok 985 - Write OK
> ok 986 - newStream OK
> ok 987 - Write OK
> ok 988 - newStream OK
> ok 989 - Write OK
> ok 990 - newStream OK
> ok 991 - Close ok
> ok 992 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip and 3 streams, from filehandle
> ok 993 - $gz isa IO::Uncompress::Gunzip
> ok 994 - ! error()
> ok 995 - eof()
> ok 996 - close() ok
> ok 997 - streamCount ok 4
> ok 998 - expected output
> ok 999 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress and 3 streams, from filehandle
> ok 1000 - $gz isa IO::Uncompress::Gunzip
> ok 1001 - ! error()
> ok 1002 - eof()
> ok 1003 - close() ok
> ok 1004 - streamCount ok 4
> ok 1005 - expected output
> ok 1006 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 1 and 3 streams, from filehandle
> ok 1007 - $gz isa IO::Uncompress::Gunzip
> ok 1008 - ! error()
> ok 1009 - eof()
> ok 1010 - close() ok
> ok 1011 - streamCount ok 4
> ok 1012 - expected output
> ok 1013 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 20 and 3 streams, from filehandle
> ok 1014 - $gz isa IO::Uncompress::Gunzip
> ok 1015 - ! error()
> ok 1016 - eof()
> ok 1017 - close() ok
> ok 1018 - streamCount ok 4
> ok 1019 - expected output
> ok 1020 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 69 and 3 streams, from filehandle
> ok 1021 - $gz isa IO::Uncompress::Gunzip
> ok 1022 - ! error()
> ok 1023 - eof()
> ok 1024 - close() ok
> ok 1025 - streamCount ok 4
> ok 1026 - expected output
> ok 1027 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 70 and 3 streams, from filehandle
> ok 1028 - $gz isa IO::Uncompress::Gunzip
> ok 1029 - ! error()
> ok 1030 - eof()
> ok 1031 - close() ok
> ok 1032 - streamCount ok 4
> ok 1033 - expected output
> ok 1034 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 71 and 3 streams, from filehandle
> ok 1035 - $gz isa IO::Uncompress::Gunzip
> ok 1036 - ! error()
> ok 1037 - eof()
> ok 1038 - close() ok
> ok 1039 - streamCount ok 4
> ok 1040 - expected output
> ok 1041 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 1 and 3 streams, from filehandle
> ok 1042 - $gz isa IO::Uncompress::Gunzip
> ok 1043 - ! error()
> ok 1044 - eof()
> ok 1045 - close() ok
> ok 1046 - streamCount ok 4
> ok 1047 - expected output
> ok 1048 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 20 and 3 streams, from filehandle
> ok 1049 - $gz isa IO::Uncompress::Gunzip
> ok 1050 - ! error()
> ok 1051 - eof()
> ok 1052 - close() ok
> ok 1053 - streamCount ok 4
> ok 1054 - expected output
> ok 1055 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 69 and 3 streams, from filehandle
> ok 1056 - $gz isa IO::Uncompress::Gunzip
> ok 1057 - ! error()
> ok 1058 - eof()
> ok 1059 - close() ok
> ok 1060 - streamCount ok 4
> ok 1061 - expected output
> ok 1062 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 70 and 3 streams, from filehandle
> ok 1063 - $gz isa IO::Uncompress::Gunzip
> ok 1064 - ! error()
> ok 1065 - eof()
> ok 1066 - close() ok
> ok 1067 - streamCount ok 4
> ok 1068 - expected output
> ok 1069 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 71 and 3 streams, from filehandle
> ok 1070 - $gz isa IO::Uncompress::Gunzip
> ok 1071 - ! error()
> ok 1072 - eof()
> ok 1073 - close() ok
> ok 1074 - streamCount ok 4
> ok 1075 - expected output
> ok 1076 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip nextStream and 3 streams, from filehandle, Transparent => 0
> ok 1077 - $gz isa IO::Uncompress::Gunzip
> ok 1078 - $. is 4
> ok 1079 - ! error()
> ok 1080 - eof()
> ok 1081 - streamCount is 1
> ok 1082 - expected output
> ok 1083 - nextStream ok
> ok 1084 - tell is 0
> ok 1085 - $. is 0
> ok 1086 - $. is 2
> ok 1087 - ! error()
> ok 1088 - eof()
> ok 1089 - streamCount is 2
> ok 1090 - expected output
> ok 1091 - nextStream ok
> ok 1092 - tell is 0
> ok 1093 - $. is 0
> ok 1094 - $. is 1
> ok 1095 - ! error()
> ok 1096 - eof()
> ok 1097 - streamCount is 3
> ok 1098 - expected output
> ok 1099 - nextStream ok
> ok 1100 - tell is 0
> ok 1101 - $. is 0
> ok 1102 - $. is 0
> ok 1103 - ! error()
> ok 1104 - eof()
> ok 1105 - streamCount is ok
> ok 1106 - expected output
> ok 1107 - tell is 0
> ok 1108 - nextStream ok
> ok 1109 - eof()
> ok 1110 - close() ok
> ok 1111 - streamCount ok
> ok 1112 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip nextStream and 3 streams, from filehandle, Transparent => 1
> ok 1113 - $gz isa IO::Uncompress::Gunzip
> ok 1114 - $. is 4
> ok 1115 - ! error()
> ok 1116 - eof()
> ok 1117 - streamCount is 1
> ok 1118 - expected output
> ok 1119 - nextStream ok
> ok 1120 - tell is 0
> ok 1121 - $. is 0
> ok 1122 - $. is 2
> ok 1123 - ! error()
> ok 1124 - eof()
> ok 1125 - streamCount is 2
> ok 1126 - expected output
> ok 1127 - nextStream ok
> ok 1128 - tell is 0
> ok 1129 - $. is 0
> ok 1130 - $. is 1
> ok 1131 - ! error()
> ok 1132 - eof()
> ok 1133 - streamCount is 3
> ok 1134 - expected output
> ok 1135 - nextStream ok
> ok 1136 - tell is 0
> ok 1137 - $. is 0
> ok 1138 - $. is 0
> ok 1139 - ! error()
> ok 1140 - eof()
> ok 1141 - streamCount is ok
> ok 1142 - expected output
> ok 1143 - tell is 0
> ok 1144 - nextStream ok
> ok 1145 - eof()
> ok 1146 - close() ok
> ok 1147 - streamCount ok
> ok 1148 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress nextStream and 3 streams, from filehandle, Transparent => 0
> ok 1149 - $gz isa IO::Uncompress::Gunzip
> ok 1150 - $. is 4
> ok 1151 - ! error()
> ok 1152 - eof()
> ok 1153 - streamCount is 1
> ok 1154 - expected output
> ok 1155 - nextStream ok
> ok 1156 - tell is 0
> ok 1157 - $. is 0
> ok 1158 - $. is 2
> ok 1159 - ! error()
> ok 1160 - eof()
> ok 1161 - streamCount is 2
> ok 1162 - expected output
> ok 1163 - nextStream ok
> ok 1164 - tell is 0
> ok 1165 - $. is 0
> ok 1166 - $. is 1
> ok 1167 - ! error()
> ok 1168 - eof()
> ok 1169 - streamCount is 3
> ok 1170 - expected output
> ok 1171 - nextStream ok
> ok 1172 - tell is 0
> ok 1173 - $. is 0
> ok 1174 - $. is 0
> ok 1175 - ! error()
> ok 1176 - eof()
> ok 1177 - streamCount is ok
> ok 1178 - expected output
> ok 1179 - tell is 0
> ok 1180 - nextStream ok
> ok 1181 - eof()
> ok 1182 - close() ok
> ok 1183 - streamCount ok
> ok 1184 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress nextStream and 3 streams, from filehandle, Transparent => 1
> ok 1185 - $gz isa IO::Uncompress::Gunzip
> ok 1186 - $. is 4
> ok 1187 - ! error()
> ok 1188 - eof()
> ok 1189 - streamCount is 1
> ok 1190 - expected output
> ok 1191 - nextStream ok
> ok 1192 - tell is 0
> ok 1193 - $. is 0
> ok 1194 - $. is 2
> ok 1195 - ! error()
> ok 1196 - eof()
> ok 1197 - streamCount is 2
> ok 1198 - expected output
> ok 1199 - nextStream ok
> ok 1200 - tell is 0
> ok 1201 - $. is 0
> ok 1202 - $. is 1
> ok 1203 - ! error()
> ok 1204 - eof()
> ok 1205 - streamCount is 3
> ok 1206 - expected output
> ok 1207 - nextStream ok
> ok 1208 - tell is 0
> ok 1209 - $. is 0
> ok 1210 - $. is 0
> ok 1211 - ! error()
> ok 1212 - eof()
> ok 1213 - streamCount is ok
> ok 1214 - expected output
> ok 1215 - tell is 0
> ok 1216 - nextStream ok
> ok 1217 - eof()
> ok 1218 - close() ok
> ok 1219 - streamCount ok
> ok 1220 - Testing IO::Compress::Gzip with 1 streams to buffer
> ok 1221 - $x isa IO::Compress::Gzip
> ok 1222 - Write OK
> ok 1223 - newStream OK
> ok 1224 - Close ok
> ok 1225 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip and 1 streams, from buffer
> ok 1226 - $gz isa IO::Uncompress::Gunzip
> ok 1227 - ! error()
> ok 1228 - eof()
> ok 1229 - close() ok
> ok 1230 - streamCount ok 2
> ok 1231 - expected output
> ok 1232 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress and 1 streams, from buffer
> ok 1233 - $gz isa IO::Uncompress::Gunzip
> ok 1234 - ! error()
> ok 1235 - eof()
> ok 1236 - close() ok
> ok 1237 - streamCount ok 2
> ok 1238 - expected output
> ok 1239 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 1 and 1 streams, from buffer
> ok 1240 - $gz isa IO::Uncompress::Gunzip
> ok 1241 - ! error()
> ok 1242 - eof()
> ok 1243 - close() ok
> ok 1244 - streamCount ok 2
> ok 1245 - expected output
> ok 1246 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 20 and 1 streams, from buffer
> ok 1247 - $gz isa IO::Uncompress::Gunzip
> ok 1248 - ! error()
> ok 1249 - eof()
> ok 1250 - close() ok
> ok 1251 - streamCount ok 2
> ok 1252 - expected output
> ok 1253 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 69 and 1 streams, from buffer
> ok 1254 - $gz isa IO::Uncompress::Gunzip
> ok 1255 - ! error()
> ok 1256 - eof()
> ok 1257 - close() ok
> ok 1258 - streamCount ok 2
> ok 1259 - expected output
> ok 1260 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 70 and 1 streams, from buffer
> ok 1261 - $gz isa IO::Uncompress::Gunzip
> ok 1262 - ! error()
> ok 1263 - eof()
> ok 1264 - close() ok
> ok 1265 - streamCount ok 2
> ok 1266 - expected output
> ok 1267 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 71 and 1 streams, from buffer
> ok 1268 - $gz isa IO::Uncompress::Gunzip
> ok 1269 - ! error()
> ok 1270 - eof()
> ok 1271 - close() ok
> ok 1272 - streamCount ok 2
> ok 1273 - expected output
> ok 1274 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 1 and 1 streams, from buffer
> ok 1275 - $gz isa IO::Uncompress::Gunzip
> ok 1276 - ! error()
> ok 1277 - eof()
> ok 1278 - close() ok
> ok 1279 - streamCount ok 2
> ok 1280 - expected output
> ok 1281 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 20 and 1 streams, from buffer
> ok 1282 - $gz isa IO::Uncompress::Gunzip
> ok 1283 - ! error()
> ok 1284 - eof()
> ok 1285 - close() ok
> ok 1286 - streamCount ok 2
> ok 1287 - expected output
> ok 1288 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 69 and 1 streams, from buffer
> ok 1289 - $gz isa IO::Uncompress::Gunzip
> ok 1290 - ! error()
> ok 1291 - eof()
> ok 1292 - close() ok
> ok 1293 - streamCount ok 2
> ok 1294 - expected output
> ok 1295 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 70 and 1 streams, from buffer
> ok 1296 - $gz isa IO::Uncompress::Gunzip
> ok 1297 - ! error()
> ok 1298 - eof()
> ok 1299 - close() ok
> ok 1300 - streamCount ok 2
> ok 1301 - expected output
> ok 1302 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 71 and 1 streams, from buffer
> ok 1303 - $gz isa IO::Uncompress::Gunzip
> ok 1304 - ! error()
> ok 1305 - eof()
> ok 1306 - close() ok
> ok 1307 - streamCount ok 2
> ok 1308 - expected output
> ok 1309 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip nextStream and 1 streams, from buffer, Transparent => 0
> ok 1310 - $gz isa IO::Uncompress::Gunzip
> ok 1311 - $. is 4
> ok 1312 - ! error()
> ok 1313 - eof()
> ok 1314 - streamCount is 1
> ok 1315 - expected output
> ok 1316 - nextStream ok
> ok 1317 - tell is 0
> ok 1318 - $. is 0
> ok 1319 - $. is 0
> ok 1320 - ! error()
> ok 1321 - eof()
> ok 1322 - streamCount is ok
> ok 1323 - expected output
> ok 1324 - tell is 0
> ok 1325 - nextStream ok
> ok 1326 - eof()
> ok 1327 - close() ok
> ok 1328 - streamCount ok
> ok 1329 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip nextStream and 1 streams, from buffer, Transparent => 1
> ok 1330 - $gz isa IO::Uncompress::Gunzip
> ok 1331 - $. is 4
> ok 1332 - ! error()
> ok 1333 - eof()
> ok 1334 - streamCount is 1
> ok 1335 - expected output
> ok 1336 - nextStream ok
> ok 1337 - tell is 0
> ok 1338 - $. is 0
> ok 1339 - $. is 0
> ok 1340 - ! error()
> ok 1341 - eof()
> ok 1342 - streamCount is ok
> ok 1343 - expected output
> ok 1344 - tell is 0
> ok 1345 - nextStream ok
> ok 1346 - eof()
> ok 1347 - close() ok
> ok 1348 - streamCount ok
> ok 1349 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress nextStream and 1 streams, from buffer, Transparent => 0
> ok 1350 - $gz isa IO::Uncompress::Gunzip
> ok 1351 - $. is 4
> ok 1352 - ! error()
> ok 1353 - eof()
> ok 1354 - streamCount is 1
> ok 1355 - expected output
> ok 1356 - nextStream ok
> ok 1357 - tell is 0
> ok 1358 - $. is 0
> ok 1359 - $. is 0
> ok 1360 - ! error()
> ok 1361 - eof()
> ok 1362 - streamCount is ok
> ok 1363 - expected output
> ok 1364 - tell is 0
> ok 1365 - nextStream ok
> ok 1366 - eof()
> ok 1367 - close() ok
> ok 1368 - streamCount ok
> ok 1369 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress nextStream and 1 streams, from buffer, Transparent => 1
> ok 1370 - $gz isa IO::Uncompress::Gunzip
> ok 1371 - $. is 4
> ok 1372 - ! error()
> ok 1373 - eof()
> ok 1374 - streamCount is 1
> ok 1375 - expected output
> ok 1376 - nextStream ok
> ok 1377 - tell is 0
> ok 1378 - $. is 0
> ok 1379 - $. is 0
> ok 1380 - ! error()
> ok 1381 - eof()
> ok 1382 - streamCount is ok
> ok 1383 - expected output
> ok 1384 - tell is 0
> ok 1385 - nextStream ok
> ok 1386 - eof()
> ok 1387 - close() ok
> ok 1388 - streamCount ok
> ok 1389 - Testing IO::Compress::Gzip with 2 streams to buffer
> ok 1390 - $x isa IO::Compress::Gzip
> ok 1391 - Write OK
> ok 1392 - newStream OK
> ok 1393 - Write OK
> ok 1394 - newStream OK
> ok 1395 - Close ok
> ok 1396 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip and 2 streams, from buffer
> ok 1397 - $gz isa IO::Uncompress::Gunzip
> ok 1398 - ! error()
> ok 1399 - eof()
> ok 1400 - close() ok
> ok 1401 - streamCount ok 3
> ok 1402 - expected output
> ok 1403 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress and 2 streams, from buffer
> ok 1404 - $gz isa IO::Uncompress::Gunzip
> ok 1405 - ! error()
> ok 1406 - eof()
> ok 1407 - close() ok
> ok 1408 - streamCount ok 3
> ok 1409 - expected output
> ok 1410 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 1 and 2 streams, from buffer
> ok 1411 - $gz isa IO::Uncompress::Gunzip
> ok 1412 - ! error()
> ok 1413 - eof()
> ok 1414 - close() ok
> ok 1415 - streamCount ok 3
> ok 1416 - expected output
> ok 1417 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 20 and 2 streams, from buffer
> ok 1418 - $gz isa IO::Uncompress::Gunzip
> ok 1419 - ! error()
> ok 1420 - eof()
> ok 1421 - close() ok
> ok 1422 - streamCount ok 3
> ok 1423 - expected output
> ok 1424 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 69 and 2 streams, from buffer
> ok 1425 - $gz isa IO::Uncompress::Gunzip
> ok 1426 - ! error()
> ok 1427 - eof()
> ok 1428 - close() ok
> ok 1429 - streamCount ok 3
> ok 1430 - expected output
> ok 1431 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 70 and 2 streams, from buffer
> ok 1432 - $gz isa IO::Uncompress::Gunzip
> ok 1433 - ! error()
> ok 1434 - eof()
> ok 1435 - close() ok
> ok 1436 - streamCount ok 3
> ok 1437 - expected output
> ok 1438 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 71 and 2 streams, from buffer
> ok 1439 - $gz isa IO::Uncompress::Gunzip
> ok 1440 - ! error()
> ok 1441 - eof()
> ok 1442 - close() ok
> ok 1443 - streamCount ok 3
> ok 1444 - expected output
> ok 1445 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 1 and 2 streams, from buffer
> ok 1446 - $gz isa IO::Uncompress::Gunzip
> ok 1447 - ! error()
> ok 1448 - eof()
> ok 1449 - close() ok
> ok 1450 - streamCount ok 3
> ok 1451 - expected output
> ok 1452 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 20 and 2 streams, from buffer
> ok 1453 - $gz isa IO::Uncompress::Gunzip
> ok 1454 - ! error()
> ok 1455 - eof()
> ok 1456 - close() ok
> ok 1457 - streamCount ok 3
> ok 1458 - expected output
> ok 1459 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 69 and 2 streams, from buffer
> ok 1460 - $gz isa IO::Uncompress::Gunzip
> ok 1461 - ! error()
> ok 1462 - eof()
> ok 1463 - close() ok
> ok 1464 - streamCount ok 3
> ok 1465 - expected output
> ok 1466 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 70 and 2 streams, from buffer
> ok 1467 - $gz isa IO::Uncompress::Gunzip
> ok 1468 - ! error()
> ok 1469 - eof()
> ok 1470 - close() ok
> ok 1471 - streamCount ok 3
> ok 1472 - expected output
> ok 1473 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 71 and 2 streams, from buffer
> ok 1474 - $gz isa IO::Uncompress::Gunzip
> ok 1475 - ! error()
> ok 1476 - eof()
> ok 1477 - close() ok
> ok 1478 - streamCount ok 3
> ok 1479 - expected output
> ok 1480 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip nextStream and 2 streams, from buffer, Transparent => 0
> ok 1481 - $gz isa IO::Uncompress::Gunzip
> ok 1482 - $. is 4
> ok 1483 - ! error()
> ok 1484 - eof()
> ok 1485 - streamCount is 1
> ok 1486 - expected output
> ok 1487 - nextStream ok
> ok 1488 - tell is 0
> ok 1489 - $. is 0
> ok 1490 - $. is 2
> ok 1491 - ! error()
> ok 1492 - eof()
> ok 1493 - streamCount is 2
> ok 1494 - expected output
> ok 1495 - nextStream ok
> ok 1496 - tell is 0
> ok 1497 - $. is 0
> ok 1498 - $. is 0
> ok 1499 - ! error()
> ok 1500 - eof()
> ok 1501 - streamCount is ok
> ok 1502 - expected output
> ok 1503 - tell is 0
> ok 1504 - nextStream ok
> ok 1505 - eof()
> ok 1506 - close() ok
> ok 1507 - streamCount ok
> ok 1508 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip nextStream and 2 streams, from buffer, Transparent => 1
> ok 1509 - $gz isa IO::Uncompress::Gunzip
> ok 1510 - $. is 4
> ok 1511 - ! error()
> ok 1512 - eof()
> ok 1513 - streamCount is 1
> ok 1514 - expected output
> ok 1515 - nextStream ok
> ok 1516 - tell is 0
> ok 1517 - $. is 0
> ok 1518 - $. is 2
> ok 1519 - ! error()
> ok 1520 - eof()
> ok 1521 - streamCount is 2
> ok 1522 - expected output
> ok 1523 - nextStream ok
> ok 1524 - tell is 0
> ok 1525 - $. is 0
> ok 1526 - $. is 0
> ok 1527 - ! error()
> ok 1528 - eof()
> ok 1529 - streamCount is ok
> ok 1530 - expected output
> ok 1531 - tell is 0
> ok 1532 - nextStream ok
> ok 1533 - eof()
> ok 1534 - close() ok
> ok 1535 - streamCount ok
> ok 1536 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress nextStream and 2 streams, from buffer, Transparent => 0
> ok 1537 - $gz isa IO::Uncompress::Gunzip
> ok 1538 - $. is 4
> ok 1539 - ! error()
> ok 1540 - eof()
> ok 1541 - streamCount is 1
> ok 1542 - expected output
> ok 1543 - nextStream ok
> ok 1544 - tell is 0
> ok 1545 - $. is 0
> ok 1546 - $. is 2
> ok 1547 - ! error()
> ok 1548 - eof()
> ok 1549 - streamCount is 2
> ok 1550 - expected output
> ok 1551 - nextStream ok
> ok 1552 - tell is 0
> ok 1553 - $. is 0
> ok 1554 - $. is 0
> ok 1555 - ! error()
> ok 1556 - eof()
> ok 1557 - streamCount is ok
> ok 1558 - expected output
> ok 1559 - tell is 0
> ok 1560 - nextStream ok
> ok 1561 - eof()
> ok 1562 - close() ok
> ok 1563 - streamCount ok
> ok 1564 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress nextStream and 2 streams, from buffer, Transparent => 1
> ok 1565 - $gz isa IO::Uncompress::Gunzip
> ok 1566 - $. is 4
> ok 1567 - ! error()
> ok 1568 - eof()
> ok 1569 - streamCount is 1
> ok 1570 - expected output
> ok 1571 - nextStream ok
> ok 1572 - tell is 0
> ok 1573 - $. is 0
> ok 1574 - $. is 2
> ok 1575 - ! error()
> ok 1576 - eof()
> ok 1577 - streamCount is 2
> ok 1578 - expected output
> ok 1579 - nextStream ok
> ok 1580 - tell is 0
> ok 1581 - $. is 0
> ok 1582 - $. is 0
> ok 1583 - ! error()
> ok 1584 - eof()
> ok 1585 - streamCount is ok
> ok 1586 - expected output
> ok 1587 - tell is 0
> ok 1588 - nextStream ok
> ok 1589 - eof()
> ok 1590 - close() ok
> ok 1591 - streamCount ok
> ok 1592 - Testing IO::Compress::Gzip with 3 streams to buffer
> ok 1593 - $x isa IO::Compress::Gzip
> ok 1594 - Write OK
> ok 1595 - newStream OK
> ok 1596 - Write OK
> ok 1597 - newStream OK
> ok 1598 - Write OK
> ok 1599 - newStream OK
> ok 1600 - Close ok
> ok 1601 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip and 3 streams, from buffer
> ok 1602 - $gz isa IO::Uncompress::Gunzip
> ok 1603 - ! error()
> ok 1604 - eof()
> ok 1605 - close() ok
> ok 1606 - streamCount ok 4
> ok 1607 - expected output
> ok 1608 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress and 3 streams, from buffer
> ok 1609 - $gz isa IO::Uncompress::Gunzip
> ok 1610 - ! error()
> ok 1611 - eof()
> ok 1612 - close() ok
> ok 1613 - streamCount ok 4
> ok 1614 - expected output
> ok 1615 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 1 and 3 streams, from buffer
> ok 1616 - $gz isa IO::Uncompress::Gunzip
> ok 1617 - ! error()
> ok 1618 - eof()
> ok 1619 - close() ok
> ok 1620 - streamCount ok 4
> ok 1621 - expected output
> ok 1622 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 20 and 3 streams, from buffer
> ok 1623 - $gz isa IO::Uncompress::Gunzip
> ok 1624 - ! error()
> ok 1625 - eof()
> ok 1626 - close() ok
> ok 1627 - streamCount ok 4
> ok 1628 - expected output
> ok 1629 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 69 and 3 streams, from buffer
> ok 1630 - $gz isa IO::Uncompress::Gunzip
> ok 1631 - ! error()
> ok 1632 - eof()
> ok 1633 - close() ok
> ok 1634 - streamCount ok 4
> ok 1635 - expected output
> ok 1636 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 70 and 3 streams, from buffer
> ok 1637 - $gz isa IO::Uncompress::Gunzip
> ok 1638 - ! error()
> ok 1639 - eof()
> ok 1640 - close() ok
> ok 1641 - streamCount ok 4
> ok 1642 - expected output
> ok 1643 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip, BlockSize 71 and 3 streams, from buffer
> ok 1644 - $gz isa IO::Uncompress::Gunzip
> ok 1645 - ! error()
> ok 1646 - eof()
> ok 1647 - close() ok
> ok 1648 - streamCount ok 4
> ok 1649 - expected output
> ok 1650 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 1 and 3 streams, from buffer
> ok 1651 - $gz isa IO::Uncompress::Gunzip
> ok 1652 - ! error()
> ok 1653 - eof()
> ok 1654 - close() ok
> ok 1655 - streamCount ok 4
> ok 1656 - expected output
> ok 1657 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 20 and 3 streams, from buffer
> ok 1658 - $gz isa IO::Uncompress::Gunzip
> ok 1659 - ! error()
> ok 1660 - eof()
> ok 1661 - close() ok
> ok 1662 - streamCount ok 4
> ok 1663 - expected output
> ok 1664 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 69 and 3 streams, from buffer
> ok 1665 - $gz isa IO::Uncompress::Gunzip
> ok 1666 - ! error()
> ok 1667 - eof()
> ok 1668 - close() ok
> ok 1669 - streamCount ok 4
> ok 1670 - expected output
> ok 1671 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 70 and 3 streams, from buffer
> ok 1672 - $gz isa IO::Uncompress::Gunzip
> ok 1673 - ! error()
> ok 1674 - eof()
> ok 1675 - close() ok
> ok 1676 - streamCount ok 4
> ok 1677 - expected output
> ok 1678 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress, BlockSize 71 and 3 streams, from buffer
> ok 1679 - $gz isa IO::Uncompress::Gunzip
> ok 1680 - ! error()
> ok 1681 - eof()
> ok 1682 - close() ok
> ok 1683 - streamCount ok 4
> ok 1684 - expected output
> ok 1685 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip nextStream and 3 streams, from buffer, Transparent => 0
> ok 1686 - $gz isa IO::Uncompress::Gunzip
> ok 1687 - $. is 4
> ok 1688 - ! error()
> ok 1689 - eof()
> ok 1690 - streamCount is 1
> ok 1691 - expected output
> ok 1692 - nextStream ok
> ok 1693 - tell is 0
> ok 1694 - $. is 0
> ok 1695 - $. is 2
> ok 1696 - ! error()
> ok 1697 - eof()
> ok 1698 - streamCount is 2
> ok 1699 - expected output
> ok 1700 - nextStream ok
> ok 1701 - tell is 0
> ok 1702 - $. is 0
> ok 1703 - $. is 1
> ok 1704 - ! error()
> ok 1705 - eof()
> ok 1706 - streamCount is 3
> ok 1707 - expected output
> ok 1708 - nextStream ok
> ok 1709 - tell is 0
> ok 1710 - $. is 0
> ok 1711 - $. is 0
> ok 1712 - ! error()
> ok 1713 - eof()
> ok 1714 - streamCount is ok
> ok 1715 - expected output
> ok 1716 - tell is 0
> ok 1717 - nextStream ok
> ok 1718 - eof()
> ok 1719 - close() ok
> ok 1720 - streamCount ok
> ok 1721 - Testing IO::Compress::Gzip with IO::Uncompress::Gunzip nextStream and 3 streams, from buffer, Transparent => 1
> ok 1722 - $gz isa IO::Uncompress::Gunzip
> ok 1723 - $. is 4
> ok 1724 - ! error()
> ok 1725 - eof()
> ok 1726 - streamCount is 1
> ok 1727 - expected output
> ok 1728 - nextStream ok
> ok 1729 - tell is 0
> ok 1730 - $. is 0
> ok 1731 - $. is 2
> ok 1732 - ! error()
> ok 1733 - eof()
> ok 1734 - streamCount is 2
> ok 1735 - expected output
> ok 1736 - nextStream ok
> ok 1737 - tell is 0
> ok 1738 - $. is 0
> ok 1739 - $. is 1
> ok 1740 - ! error()
> ok 1741 - eof()
> ok 1742 - streamCount is 3
> ok 1743 - expected output
> ok 1744 - nextStream ok
> ok 1745 - tell is 0
> ok 1746 - $. is 0
> ok 1747 - $. is 0
> ok 1748 - ! error()
> ok 1749 - eof()
> ok 1750 - streamCount is ok
> ok 1751 - expected output
> ok 1752 - tell is 0
> ok 1753 - nextStream ok
> ok 1754 - eof()
> ok 1755 - close() ok
> ok 1756 - streamCount ok
> ok 1757 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress nextStream and 3 streams, from buffer, Transparent => 0
> ok 1758 - $gz isa IO::Uncompress::Gunzip
> ok 1759 - $. is 4
> ok 1760 - ! error()
> ok 1761 - eof()
> ok 1762 - streamCount is 1
> ok 1763 - expected output
> ok 1764 - nextStream ok
> ok 1765 - tell is 0
> ok 1766 - $. is 0
> ok 1767 - $. is 2
> ok 1768 - ! error()
> ok 1769 - eof()
> ok 1770 - streamCount is 2
> ok 1771 - expected output
> ok 1772 - nextStream ok
> ok 1773 - tell is 0
> ok 1774 - $. is 0
> ok 1775 - $. is 1
> ok 1776 - ! error()
> ok 1777 - eof()
> ok 1778 - streamCount is 3
> ok 1779 - expected output
> ok 1780 - nextStream ok
> ok 1781 - tell is 0
> ok 1782 - $. is 0
> ok 1783 - $. is 0
> ok 1784 - ! error()
> ok 1785 - eof()
> ok 1786 - streamCount is ok
> ok 1787 - expected output
> ok 1788 - tell is 0
> ok 1789 - nextStream ok
> ok 1790 - eof()
> ok 1791 - close() ok
> ok 1792 - streamCount ok
> ok 1793 - Testing IO::Compress::Gzip with IO::Uncompress::AnyUncompress nextStream and 3 streams, from buffer, Transparent => 1
> ok 1794 - $gz isa IO::Uncompress::Gunzip
> ok 1795 - $. is 4
> ok 1796 - ! error()
> ok 1797 - eof()
> ok 1798 - streamCount is 1
> ok 1799 - expected output
> ok 1800 - nextStream ok
> ok 1801 - tell is 0
> ok 1802 - $. is 0
> ok 1803 - $. is 2
> ok 1804 - ! error()
> ok 1805 - eof()
> ok 1806 - streamCount is 2
> ok 1807 - expected output
> ok 1808 - nextStream ok
> ok 1809 - tell is 0
> ok 1810 - $. is 0
> ok 1811 - $. is 1
> ok 1812 - ! error()
> ok 1813 - eof()
> ok 1814 - streamCount is 3
> ok 1815 - expected output
> ok 1816 - nextStream ok
> ok 1817 - tell is 0
> ok 1818 - $. is 0
> ok 1819 - $. is 0
> ok 1820 - ! error()
> ok 1821 - eof()
> ok 1822 - streamCount is ok
> ok 1823 - expected output
> ok 1824 - tell is 0
> ok 1825 - nextStream ok
> ok 1826 - eof()
> ok 1827 - close() ok
> ok 1828 - streamCount ok
> ok
> t/107multi-rawdeflate.t .........
> 1..1828
> ok 1 - use IO::Uncompress::AnyUncompress;
> ok 2 - Testing IO::Compress::RawDeflate with 1 streams to file
> ok 3 - $x isa IO::Compress::RawDeflate
> ok 4 - Write OK
> ok 5 - newStream OK
> ok 6 - Close ok
> ok 7 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate and 1 streams, from file
> ok 8 - $gz isa IO::Uncompress::RawInflate
> ok 9 - ! error()
> ok 10 - eof()
> ok 11 - close() ok
> ok 12 - streamCount ok 2
> ok 13 - expected output
> ok 14 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress and 1 streams, from file
> ok 15 - $gz isa IO::Uncompress::RawInflate
> ok 16 - ! error()
> ok 17 - eof()
> ok 18 - close() ok
> ok 19 - streamCount ok 2
> ok 20 - expected output
> ok 21 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 1 and 1 streams, from file
> ok 22 - $gz isa IO::Uncompress::RawInflate
> ok 23 - ! error()
> ok 24 - eof()
> ok 25 - close() ok
> ok 26 - streamCount ok 2
> ok 27 - expected output
> ok 28 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 20 and 1 streams, from file
> ok 29 - $gz isa IO::Uncompress::RawInflate
> ok 30 - ! error()
> ok 31 - eof()
> ok 32 - close() ok
> ok 33 - streamCount ok 2
> ok 34 - expected output
> ok 35 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 69 and 1 streams, from file
> ok 36 - $gz isa IO::Uncompress::RawInflate
> ok 37 - ! error()
> ok 38 - eof()
> ok 39 - close() ok
> ok 40 - streamCount ok 2
> ok 41 - expected output
> ok 42 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 70 and 1 streams, from file
> ok 43 - $gz isa IO::Uncompress::RawInflate
> ok 44 - ! error()
> ok 45 - eof()
> ok 46 - close() ok
> ok 47 - streamCount ok 2
> ok 48 - expected output
> ok 49 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 71 and 1 streams, from file
> ok 50 - $gz isa IO::Uncompress::RawInflate
> ok 51 - ! error()
> ok 52 - eof()
> ok 53 - close() ok
> ok 54 - streamCount ok 2
> ok 55 - expected output
> ok 56 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 1 and 1 streams, from file
> ok 57 - $gz isa IO::Uncompress::RawInflate
> ok 58 - ! error()
> ok 59 - eof()
> ok 60 - close() ok
> ok 61 - streamCount ok 2
> ok 62 - expected output
> ok 63 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 20 and 1 streams, from file
> ok 64 - $gz isa IO::Uncompress::RawInflate
> ok 65 - ! error()
> ok 66 - eof()
> ok 67 - close() ok
> ok 68 - streamCount ok 2
> ok 69 - expected output
> ok 70 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 69 and 1 streams, from file
> ok 71 - $gz isa IO::Uncompress::RawInflate
> ok 72 - ! error()
> ok 73 - eof()
> ok 74 - close() ok
> ok 75 - streamCount ok 2
> ok 76 - expected output
> ok 77 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 70 and 1 streams, from file
> ok 78 - $gz isa IO::Uncompress::RawInflate
> ok 79 - ! error()
> ok 80 - eof()
> ok 81 - close() ok
> ok 82 - streamCount ok 2
> ok 83 - expected output
> ok 84 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 71 and 1 streams, from file
> ok 85 - $gz isa IO::Uncompress::RawInflate
> ok 86 - ! error()
> ok 87 - eof()
> ok 88 - close() ok
> ok 89 - streamCount ok 2
> ok 90 - expected output
> ok 91 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate nextStream and 1 streams, from file, Transparent => 0
> ok 92 - $gz isa IO::Uncompress::RawInflate
> ok 93 - $. is 4
> ok 94 - ! error()
> ok 95 - eof()
> ok 96 - streamCount is 1
> ok 97 - expected output
> ok 98 - nextStream ok
> ok 99 - tell is 0
> ok 100 - $. is 0
> ok 101 - $. is 0
> ok 102 - ! error()
> ok 103 - eof()
> ok 104 - streamCount is ok
> ok 105 - expected output
> ok 106 - tell is 0
> ok 107 - nextStream ok
> ok 108 - eof()
> ok 109 - close() ok
> ok 110 - streamCount ok
> ok 111 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate nextStream and 1 streams, from file, Transparent => 1
> ok 112 - $gz isa IO::Uncompress::RawInflate
> ok 113 - $. is 4
> ok 114 - ! error()
> ok 115 - eof()
> ok 116 - streamCount is 1
> ok 117 - expected output
> ok 118 - nextStream ok
> ok 119 - tell is 0
> ok 120 - $. is 0
> ok 121 - $. is 0
> ok 122 - ! error()
> ok 123 - eof()
> ok 124 - streamCount is ok
> ok 125 - expected output
> ok 126 - tell is 0
> ok 127 - nextStream ok
> ok 128 - eof()
> ok 129 - close() ok
> ok 130 - streamCount ok
> ok 131 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress nextStream and 1 streams, from file, Transparent => 0
> ok 132 - $gz isa IO::Uncompress::RawInflate
> ok 133 - $. is 4
> ok 134 - ! error()
> ok 135 - eof()
> ok 136 - streamCount is 1
> ok 137 - expected output
> ok 138 - nextStream ok
> ok 139 - tell is 0
> ok 140 - $. is 0
> ok 141 - $. is 0
> ok 142 - ! error()
> ok 143 - eof()
> ok 144 - streamCount is ok
> ok 145 - expected output
> ok 146 - tell is 0
> ok 147 - nextStream ok
> ok 148 - eof()
> ok 149 - close() ok
> ok 150 - streamCount ok
> ok 151 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress nextStream and 1 streams, from file, Transparent => 1
> ok 152 - $gz isa IO::Uncompress::RawInflate
> ok 153 - $. is 4
> ok 154 - ! error()
> ok 155 - eof()
> ok 156 - streamCount is 1
> ok 157 - expected output
> ok 158 - nextStream ok
> ok 159 - tell is 0
> ok 160 - $. is 0
> ok 161 - $. is 0
> ok 162 - ! error()
> ok 163 - eof()
> ok 164 - streamCount is ok
> ok 165 - expected output
> ok 166 - tell is 0
> ok 167 - nextStream ok
> ok 168 - eof()
> ok 169 - close() ok
> ok 170 - streamCount ok
> ok 171 - Testing IO::Compress::RawDeflate with 2 streams to file
> ok 172 - $x isa IO::Compress::RawDeflate
> ok 173 - Write OK
> ok 174 - newStream OK
> ok 175 - Write OK
> ok 176 - newStream OK
> ok 177 - Close ok
> ok 178 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate and 2 streams, from file
> ok 179 - $gz isa IO::Uncompress::RawInflate
> ok 180 - ! error()
> ok 181 - eof()
> ok 182 - close() ok
> ok 183 - streamCount ok 3
> ok 184 - expected output
> ok 185 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress and 2 streams, from file
> ok 186 - $gz isa IO::Uncompress::RawInflate
> ok 187 - ! error()
> ok 188 - eof()
> ok 189 - close() ok
> ok 190 - streamCount ok 3
> ok 191 - expected output
> ok 192 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 1 and 2 streams, from file
> ok 193 - $gz isa IO::Uncompress::RawInflate
> ok 194 - ! error()
> ok 195 - eof()
> ok 196 - close() ok
> ok 197 - streamCount ok 3
> ok 198 - expected output
> ok 199 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 20 and 2 streams, from file
> ok 200 - $gz isa IO::Uncompress::RawInflate
> ok 201 - ! error()
> ok 202 - eof()
> ok 203 - close() ok
> ok 204 - streamCount ok 3
> ok 205 - expected output
> ok 206 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 69 and 2 streams, from file
> ok 207 - $gz isa IO::Uncompress::RawInflate
> ok 208 - ! error()
> ok 209 - eof()
> ok 210 - close() ok
> ok 211 - streamCount ok 3
> ok 212 - expected output
> ok 213 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 70 and 2 streams, from file
> ok 214 - $gz isa IO::Uncompress::RawInflate
> ok 215 - ! error()
> ok 216 - eof()
> ok 217 - close() ok
> ok 218 - streamCount ok 3
> ok 219 - expected output
> ok 220 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 71 and 2 streams, from file
> ok 221 - $gz isa IO::Uncompress::RawInflate
> ok 222 - ! error()
> ok 223 - eof()
> ok 224 - close() ok
> ok 225 - streamCount ok 3
> ok 226 - expected output
> ok 227 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 1 and 2 streams, from file
> ok 228 - $gz isa IO::Uncompress::RawInflate
> ok 229 - ! error()
> ok 230 - eof()
> ok 231 - close() ok
> ok 232 - streamCount ok 3
> ok 233 - expected output
> ok 234 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 20 and 2 streams, from file
> ok 235 - $gz isa IO::Uncompress::RawInflate
> ok 236 - ! error()
> ok 237 - eof()
> ok 238 - close() ok
> ok 239 - streamCount ok 3
> ok 240 - expected output
> ok 241 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 69 and 2 streams, from file
> ok 242 - $gz isa IO::Uncompress::RawInflate
> ok 243 - ! error()
> ok 244 - eof()
> ok 245 - close() ok
> ok 246 - streamCount ok 3
> ok 247 - expected output
> ok 248 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 70 and 2 streams, from file
> ok 249 - $gz isa IO::Uncompress::RawInflate
> ok 250 - ! error()
> ok 251 - eof()
> ok 252 - close() ok
> ok 253 - streamCount ok 3
> ok 254 - expected output
> ok 255 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 71 and 2 streams, from file
> ok 256 - $gz isa IO::Uncompress::RawInflate
> ok 257 - ! error()
> ok 258 - eof()
> ok 259 - close() ok
> ok 260 - streamCount ok 3
> ok 261 - expected output
> ok 262 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate nextStream and 2 streams, from file, Transparent => 0
> ok 263 - $gz isa IO::Uncompress::RawInflate
> ok 264 - $. is 4
> ok 265 - ! error()
> ok 266 - eof()
> ok 267 - streamCount is 1
> ok 268 - expected output
> ok 269 - nextStream ok
> ok 270 - tell is 0
> ok 271 - $. is 0
> ok 272 - $. is 2
> ok 273 - ! error()
> ok 274 - eof()
> ok 275 - streamCount is 2
> ok 276 - expected output
> ok 277 - nextStream ok
> ok 278 - tell is 0
> ok 279 - $. is 0
> ok 280 - $. is 0
> ok 281 - ! error()
> ok 282 - eof()
> ok 283 - streamCount is ok
> ok 284 - expected output
> ok 285 - tell is 0
> ok 286 - nextStream ok
> ok 287 - eof()
> ok 288 - close() ok
> ok 289 - streamCount ok
> ok 290 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate nextStream and 2 streams, from file, Transparent => 1
> ok 291 - $gz isa IO::Uncompress::RawInflate
> ok 292 - $. is 4
> ok 293 - ! error()
> ok 294 - eof()
> ok 295 - streamCount is 1
> ok 296 - expected output
> ok 297 - nextStream ok
> ok 298 - tell is 0
> ok 299 - $. is 0
> ok 300 - $. is 2
> ok 301 - ! error()
> ok 302 - eof()
> ok 303 - streamCount is 2
> ok 304 - expected output
> ok 305 - nextStream ok
> ok 306 - tell is 0
> ok 307 - $. is 0
> ok 308 - $. is 0
> ok 309 - ! error()
> ok 310 - eof()
> ok 311 - streamCount is ok
> ok 312 - expected output
> ok 313 - tell is 0
> ok 314 - nextStream ok
> ok 315 - eof()
> ok 316 - close() ok
> ok 317 - streamCount ok
> ok 318 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress nextStream and 2 streams, from file, Transparent => 0
> ok 319 - $gz isa IO::Uncompress::RawInflate
> ok 320 - $. is 4
> ok 321 - ! error()
> ok 322 - eof()
> ok 323 - streamCount is 1
> ok 324 - expected output
> ok 325 - nextStream ok
> ok 326 - tell is 0
> ok 327 - $. is 0
> ok 328 - $. is 2
> ok 329 - ! error()
> ok 330 - eof()
> ok 331 - streamCount is 2
> ok 332 - expected output
> ok 333 - nextStream ok
> ok 334 - tell is 0
> ok 335 - $. is 0
> ok 336 - $. is 0
> ok 337 - ! error()
> ok 338 - eof()
> ok 339 - streamCount is ok
> ok 340 - expected output
> ok 341 - tell is 0
> ok 342 - nextStream ok
> ok 343 - eof()
> ok 344 - close() ok
> ok 345 - streamCount ok
> ok 346 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress nextStream and 2 streams, from file, Transparent => 1
> ok 347 - $gz isa IO::Uncompress::RawInflate
> ok 348 - $. is 4
> ok 349 - ! error()
> ok 350 - eof()
> ok 351 - streamCount is 1
> ok 352 - expected output
> ok 353 - nextStream ok
> ok 354 - tell is 0
> ok 355 - $. is 0
> ok 356 - $. is 2
> ok 357 - ! error()
> ok 358 - eof()
> ok 359 - streamCount is 2
> ok 360 - expected output
> ok 361 - nextStream ok
> ok 362 - tell is 0
> ok 363 - $. is 0
> ok 364 - $. is 0
> ok 365 - ! error()
> ok 366 - eof()
> ok 367 - streamCount is ok
> ok 368 - expected output
> ok 369 - tell is 0
> ok 370 - nextStream ok
> ok 371 - eof()
> ok 372 - close() ok
> ok 373 - streamCount ok
> ok 374 - Testing IO::Compress::RawDeflate with 3 streams to file
> ok 375 - $x isa IO::Compress::RawDeflate
> ok 376 - Write OK
> ok 377 - newStream OK
> ok 378 - Write OK
> ok 379 - newStream OK
> ok 380 - Write OK
> ok 381 - newStream OK
> ok 382 - Close ok
> ok 383 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate and 3 streams, from file
> ok 384 - $gz isa IO::Uncompress::RawInflate
> ok 385 - ! error()
> ok 386 - eof()
> ok 387 - close() ok
> ok 388 - streamCount ok 4
> ok 389 - expected output
> ok 390 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress and 3 streams, from file
> ok 391 - $gz isa IO::Uncompress::RawInflate
> ok 392 - ! error()
> ok 393 - eof()
> ok 394 - close() ok
> ok 395 - streamCount ok 4
> ok 396 - expected output
> ok 397 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 1 and 3 streams, from file
> ok 398 - $gz isa IO::Uncompress::RawInflate
> ok 399 - ! error()
> ok 400 - eof()
> ok 401 - close() ok
> ok 402 - streamCount ok 4
> ok 403 - expected output
> ok 404 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 20 and 3 streams, from file
> ok 405 - $gz isa IO::Uncompress::RawInflate
> ok 406 - ! error()
> ok 407 - eof()
> ok 408 - close() ok
> ok 409 - streamCount ok 4
> ok 410 - expected output
> ok 411 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 69 and 3 streams, from file
> ok 412 - $gz isa IO::Uncompress::RawInflate
> ok 413 - ! error()
> ok 414 - eof()
> ok 415 - close() ok
> ok 416 - streamCount ok 4
> ok 417 - expected output
> ok 418 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 70 and 3 streams, from file
> ok 419 - $gz isa IO::Uncompress::RawInflate
> ok 420 - ! error()
> ok 421 - eof()
> ok 422 - close() ok
> ok 423 - streamCount ok 4
> ok 424 - expected output
> ok 425 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 71 and 3 streams, from file
> ok 426 - $gz isa IO::Uncompress::RawInflate
> ok 427 - ! error()
> ok 428 - eof()
> ok 429 - close() ok
> ok 430 - streamCount ok 4
> ok 431 - expected output
> ok 432 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 1 and 3 streams, from file
> ok 433 - $gz isa IO::Uncompress::RawInflate
> ok 434 - ! error()
> ok 435 - eof()
> ok 436 - close() ok
> ok 437 - streamCount ok 4
> ok 438 - expected output
> ok 439 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 20 and 3 streams, from file
> ok 440 - $gz isa IO::Uncompress::RawInflate
> ok 441 - ! error()
> ok 442 - eof()
> ok 443 - close() ok
> ok 444 - streamCount ok 4
> ok 445 - expected output
> ok 446 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 69 and 3 streams, from file
> ok 447 - $gz isa IO::Uncompress::RawInflate
> ok 448 - ! error()
> ok 449 - eof()
> ok 450 - close() ok
> ok 451 - streamCount ok 4
> ok 452 - expected output
> ok 453 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 70 and 3 streams, from file
> ok 454 - $gz isa IO::Uncompress::RawInflate
> ok 455 - ! error()
> ok 456 - eof()
> ok 457 - close() ok
> ok 458 - streamCount ok 4
> ok 459 - expected output
> ok 460 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 71 and 3 streams, from file
> ok 461 - $gz isa IO::Uncompress::RawInflate
> ok 462 - ! error()
> ok 463 - eof()
> ok 464 - close() ok
> ok 465 - streamCount ok 4
> ok 466 - expected output
> ok 467 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate nextStream and 3 streams, from file, Transparent => 0
> ok 468 - $gz isa IO::Uncompress::RawInflate
> ok 469 - $. is 4
> ok 470 - ! error()
> ok 471 - eof()
> ok 472 - streamCount is 1
> ok 473 - expected output
> ok 474 - nextStream ok
> ok 475 - tell is 0
> ok 476 - $. is 0
> ok 477 - $. is 2
> ok 478 - ! error()
> ok 479 - eof()
> ok 480 - streamCount is 2
> ok 481 - expected output
> ok 482 - nextStream ok
> ok 483 - tell is 0
> ok 484 - $. is 0
> ok 485 - $. is 1
> ok 486 - ! error()
> ok 487 - eof()
> ok 488 - streamCount is 3
> ok 489 - expected output
> ok 490 - nextStream ok
> ok 491 - tell is 0
> ok 492 - $. is 0
> ok 493 - $. is 0
> ok 494 - ! error()
> ok 495 - eof()
> ok 496 - streamCount is ok
> ok 497 - expected output
> ok 498 - tell is 0
> ok 499 - nextStream ok
> ok 500 - eof()
> ok 501 - close() ok
> ok 502 - streamCount ok
> ok 503 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate nextStream and 3 streams, from file, Transparent => 1
> ok 504 - $gz isa IO::Uncompress::RawInflate
> ok 505 - $. is 4
> ok 506 - ! error()
> ok 507 - eof()
> ok 508 - streamCount is 1
> ok 509 - expected output
> ok 510 - nextStream ok
> ok 511 - tell is 0
> ok 512 - $. is 0
> ok 513 - $. is 2
> ok 514 - ! error()
> ok 515 - eof()
> ok 516 - streamCount is 2
> ok 517 - expected output
> ok 518 - nextStream ok
> ok 519 - tell is 0
> ok 520 - $. is 0
> ok 521 - $. is 1
> ok 522 - ! error()
> ok 523 - eof()
> ok 524 - streamCount is 3
> ok 525 - expected output
> ok 526 - nextStream ok
> ok 527 - tell is 0
> ok 528 - $. is 0
> ok 529 - $. is 0
> ok 530 - ! error()
> ok 531 - eof()
> ok 532 - streamCount is ok
> ok 533 - expected output
> ok 534 - tell is 0
> ok 535 - nextStream ok
> ok 536 - eof()
> ok 537 - close() ok
> ok 538 - streamCount ok
> ok 539 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress nextStream and 3 streams, from file, Transparent => 0
> ok 540 - $gz isa IO::Uncompress::RawInflate
> ok 541 - $. is 4
> ok 542 - ! error()
> ok 543 - eof()
> ok 544 - streamCount is 1
> ok 545 - expected output
> ok 546 - nextStream ok
> ok 547 - tell is 0
> ok 548 - $. is 0
> ok 549 - $. is 2
> ok 550 - ! error()
> ok 551 - eof()
> ok 552 - streamCount is 2
> ok 553 - expected output
> ok 554 - nextStream ok
> ok 555 - tell is 0
> ok 556 - $. is 0
> ok 557 - $. is 1
> ok 558 - ! error()
> ok 559 - eof()
> ok 560 - streamCount is 3
> ok 561 - expected output
> ok 562 - nextStream ok
> ok 563 - tell is 0
> ok 564 - $. is 0
> ok 565 - $. is 0
> ok 566 - ! error()
> ok 567 - eof()
> ok 568 - streamCount is ok
> ok 569 - expected output
> ok 570 - tell is 0
> ok 571 - nextStream ok
> ok 572 - eof()
> ok 573 - close() ok
> ok 574 - streamCount ok
> ok 575 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress nextStream and 3 streams, from file, Transparent => 1
> ok 576 - $gz isa IO::Uncompress::RawInflate
> ok 577 - $. is 4
> ok 578 - ! error()
> ok 579 - eof()
> ok 580 - streamCount is 1
> ok 581 - expected output
> ok 582 - nextStream ok
> ok 583 - tell is 0
> ok 584 - $. is 0
> ok 585 - $. is 2
> ok 586 - ! error()
> ok 587 - eof()
> ok 588 - streamCount is 2
> ok 589 - expected output
> ok 590 - nextStream ok
> ok 591 - tell is 0
> ok 592 - $. is 0
> ok 593 - $. is 1
> ok 594 - ! error()
> ok 595 - eof()
> ok 596 - streamCount is 3
> ok 597 - expected output
> ok 598 - nextStream ok
> ok 599 - tell is 0
> ok 600 - $. is 0
> ok 601 - $. is 0
> ok 602 - ! error()
> ok 603 - eof()
> ok 604 - streamCount is ok
> ok 605 - expected output
> ok 606 - tell is 0
> ok 607 - nextStream ok
> ok 608 - eof()
> ok 609 - close() ok
> ok 610 - streamCount ok
> ok 611 - Testing IO::Compress::RawDeflate with 1 streams to filehandle
> ok 612 - $x isa IO::Compress::RawDeflate
> ok 613 - Write OK
> ok 614 - newStream OK
> ok 615 - Close ok
> ok 616 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate and 1 streams, from filehandle
> ok 617 - $gz isa IO::Uncompress::RawInflate
> ok 618 - ! error()
> ok 619 - eof()
> ok 620 - close() ok
> ok 621 - streamCount ok 2
> ok 622 - expected output
> ok 623 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress and 1 streams, from filehandle
> ok 624 - $gz isa IO::Uncompress::RawInflate
> ok 625 - ! error()
> ok 626 - eof()
> ok 627 - close() ok
> ok 628 - streamCount ok 2
> ok 629 - expected output
> ok 630 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 1 and 1 streams, from filehandle
> ok 631 - $gz isa IO::Uncompress::RawInflate
> ok 632 - ! error()
> ok 633 - eof()
> ok 634 - close() ok
> ok 635 - streamCount ok 2
> ok 636 - expected output
> ok 637 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 20 and 1 streams, from filehandle
> ok 638 - $gz isa IO::Uncompress::RawInflate
> ok 639 - ! error()
> ok 640 - eof()
> ok 641 - close() ok
> ok 642 - streamCount ok 2
> ok 643 - expected output
> ok 644 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 69 and 1 streams, from filehandle
> ok 645 - $gz isa IO::Uncompress::RawInflate
> ok 646 - ! error()
> ok 647 - eof()
> ok 648 - close() ok
> ok 649 - streamCount ok 2
> ok 650 - expected output
> ok 651 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 70 and 1 streams, from filehandle
> ok 652 - $gz isa IO::Uncompress::RawInflate
> ok 653 - ! error()
> ok 654 - eof()
> ok 655 - close() ok
> ok 656 - streamCount ok 2
> ok 657 - expected output
> ok 658 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 71 and 1 streams, from filehandle
> ok 659 - $gz isa IO::Uncompress::RawInflate
> ok 660 - ! error()
> ok 661 - eof()
> ok 662 - close() ok
> ok 663 - streamCount ok 2
> ok 664 - expected output
> ok 665 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 1 and 1 streams, from filehandle
> ok 666 - $gz isa IO::Uncompress::RawInflate
> ok 667 - ! error()
> ok 668 - eof()
> ok 669 - close() ok
> ok 670 - streamCount ok 2
> ok 671 - expected output
> ok 672 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 20 and 1 streams, from filehandle
> ok 673 - $gz isa IO::Uncompress::RawInflate
> ok 674 - ! error()
> ok 675 - eof()
> ok 676 - close() ok
> ok 677 - streamCount ok 2
> ok 678 - expected output
> ok 679 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 69 and 1 streams, from filehandle
> ok 680 - $gz isa IO::Uncompress::RawInflate
> ok 681 - ! error()
> ok 682 - eof()
> ok 683 - close() ok
> ok 684 - streamCount ok 2
> ok 685 - expected output
> ok 686 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 70 and 1 streams, from filehandle
> ok 687 - $gz isa IO::Uncompress::RawInflate
> ok 688 - ! error()
> ok 689 - eof()
> ok 690 - close() ok
> ok 691 - streamCount ok 2
> ok 692 - expected output
> ok 693 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 71 and 1 streams, from filehandle
> ok 694 - $gz isa IO::Uncompress::RawInflate
> ok 695 - ! error()
> ok 696 - eof()
> ok 697 - close() ok
> ok 698 - streamCount ok 2
> ok 699 - expected output
> ok 700 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate nextStream and 1 streams, from filehandle, Transparent => 0
> ok 701 - $gz isa IO::Uncompress::RawInflate
> ok 702 - $. is 4
> ok 703 - ! error()
> ok 704 - eof()
> ok 705 - streamCount is 1
> ok 706 - expected output
> ok 707 - nextStream ok
> ok 708 - tell is 0
> ok 709 - $. is 0
> ok 710 - $. is 0
> ok 711 - ! error()
> ok 712 - eof()
> ok 713 - streamCount is ok
> ok 714 - expected output
> ok 715 - tell is 0
> ok 716 - nextStream ok
> ok 717 - eof()
> ok 718 - close() ok
> ok 719 - streamCount ok
> ok 720 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate nextStream and 1 streams, from filehandle, Transparent => 1
> ok 721 - $gz isa IO::Uncompress::RawInflate
> ok 722 - $. is 4
> ok 723 - ! error()
> ok 724 - eof()
> ok 725 - streamCount is 1
> ok 726 - expected output
> ok 727 - nextStream ok
> ok 728 - tell is 0
> ok 729 - $. is 0
> ok 730 - $. is 0
> ok 731 - ! error()
> ok 732 - eof()
> ok 733 - streamCount is ok
> ok 734 - expected output
> ok 735 - tell is 0
> ok 736 - nextStream ok
> ok 737 - eof()
> ok 738 - close() ok
> ok 739 - streamCount ok
> ok 740 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress nextStream and 1 streams, from filehandle, Transparent => 0
> ok 741 - $gz isa IO::Uncompress::RawInflate
> ok 742 - $. is 4
> ok 743 - ! error()
> ok 744 - eof()
> ok 745 - streamCount is 1
> ok 746 - expected output
> ok 747 - nextStream ok
> ok 748 - tell is 0
> ok 749 - $. is 0
> ok 750 - $. is 0
> ok 751 - ! error()
> ok 752 - eof()
> ok 753 - streamCount is ok
> ok 754 - expected output
> ok 755 - tell is 0
> ok 756 - nextStream ok
> ok 757 - eof()
> ok 758 - close() ok
> ok 759 - streamCount ok
> ok 760 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress nextStream and 1 streams, from filehandle, Transparent => 1
> ok 761 - $gz isa IO::Uncompress::RawInflate
> ok 762 - $. is 4
> ok 763 - ! error()
> ok 764 - eof()
> ok 765 - streamCount is 1
> ok 766 - expected output
> ok 767 - nextStream ok
> ok 768 - tell is 0
> ok 769 - $. is 0
> ok 770 - $. is 0
> ok 771 - ! error()
> ok 772 - eof()
> ok 773 - streamCount is ok
> ok 774 - expected output
> ok 775 - tell is 0
> ok 776 - nextStream ok
> ok 777 - eof()
> ok 778 - close() ok
> ok 779 - streamCount ok
> ok 780 - Testing IO::Compress::RawDeflate with 2 streams to filehandle
> ok 781 - $x isa IO::Compress::RawDeflate
> ok 782 - Write OK
> ok 783 - newStream OK
> ok 784 - Write OK
> ok 785 - newStream OK
> ok 786 - Close ok
> ok 787 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate and 2 streams, from filehandle
> ok 788 - $gz isa IO::Uncompress::RawInflate
> ok 789 - ! error()
> ok 790 - eof()
> ok 791 - close() ok
> ok 792 - streamCount ok 3
> ok 793 - expected output
> ok 794 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress and 2 streams, from filehandle
> ok 795 - $gz isa IO::Uncompress::RawInflate
> ok 796 - ! error()
> ok 797 - eof()
> ok 798 - close() ok
> ok 799 - streamCount ok 3
> ok 800 - expected output
> ok 801 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 1 and 2 streams, from filehandle
> ok 802 - $gz isa IO::Uncompress::RawInflate
> ok 803 - ! error()
> ok 804 - eof()
> ok 805 - close() ok
> ok 806 - streamCount ok 3
> ok 807 - expected output
> ok 808 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 20 and 2 streams, from filehandle
> ok 809 - $gz isa IO::Uncompress::RawInflate
> ok 810 - ! error()
> ok 811 - eof()
> ok 812 - close() ok
> ok 813 - streamCount ok 3
> ok 814 - expected output
> ok 815 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 69 and 2 streams, from filehandle
> ok 816 - $gz isa IO::Uncompress::RawInflate
> ok 817 - ! error()
> ok 818 - eof()
> ok 819 - close() ok
> ok 820 - streamCount ok 3
> ok 821 - expected output
> ok 822 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 70 and 2 streams, from filehandle
> ok 823 - $gz isa IO::Uncompress::RawInflate
> ok 824 - ! error()
> ok 825 - eof()
> ok 826 - close() ok
> ok 827 - streamCount ok 3
> ok 828 - expected output
> ok 829 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 71 and 2 streams, from filehandle
> ok 830 - $gz isa IO::Uncompress::RawInflate
> ok 831 - ! error()
> ok 832 - eof()
> ok 833 - close() ok
> ok 834 - streamCount ok 3
> ok 835 - expected output
> ok 836 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 1 and 2 streams, from filehandle
> ok 837 - $gz isa IO::Uncompress::RawInflate
> ok 838 - ! error()
> ok 839 - eof()
> ok 840 - close() ok
> ok 841 - streamCount ok 3
> ok 842 - expected output
> ok 843 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 20 and 2 streams, from filehandle
> ok 844 - $gz isa IO::Uncompress::RawInflate
> ok 845 - ! error()
> ok 846 - eof()
> ok 847 - close() ok
> ok 848 - streamCount ok 3
> ok 849 - expected output
> ok 850 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 69 and 2 streams, from filehandle
> ok 851 - $gz isa IO::Uncompress::RawInflate
> ok 852 - ! error()
> ok 853 - eof()
> ok 854 - close() ok
> ok 855 - streamCount ok 3
> ok 856 - expected output
> ok 857 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 70 and 2 streams, from filehandle
> ok 858 - $gz isa IO::Uncompress::RawInflate
> ok 859 - ! error()
> ok 860 - eof()
> ok 861 - close() ok
> ok 862 - streamCount ok 3
> ok 863 - expected output
> ok 864 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 71 and 2 streams, from filehandle
> ok 865 - $gz isa IO::Uncompress::RawInflate
> ok 866 - ! error()
> ok 867 - eof()
> ok 868 - close() ok
> ok 869 - streamCount ok 3
> ok 870 - expected output
> ok 871 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate nextStream and 2 streams, from filehandle, Transparent => 0
> ok 872 - $gz isa IO::Uncompress::RawInflate
> ok 873 - $. is 4
> ok 874 - ! error()
> ok 875 - eof()
> ok 876 - streamCount is 1
> ok 877 - expected output
> ok 878 - nextStream ok
> ok 879 - tell is 0
> ok 880 - $. is 0
> ok 881 - $. is 2
> ok 882 - ! error()
> ok 883 - eof()
> ok 884 - streamCount is 2
> ok 885 - expected output
> ok 886 - nextStream ok
> ok 887 - tell is 0
> ok 888 - $. is 0
> ok 889 - $. is 0
> ok 890 - ! error()
> ok 891 - eof()
> ok 892 - streamCount is ok
> ok 893 - expected output
> ok 894 - tell is 0
> ok 895 - nextStream ok
> ok 896 - eof()
> ok 897 - close() ok
> ok 898 - streamCount ok
> ok 899 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate nextStream and 2 streams, from filehandle, Transparent => 1
> ok 900 - $gz isa IO::Uncompress::RawInflate
> ok 901 - $. is 4
> ok 902 - ! error()
> ok 903 - eof()
> ok 904 - streamCount is 1
> ok 905 - expected output
> ok 906 - nextStream ok
> ok 907 - tell is 0
> ok 908 - $. is 0
> ok 909 - $. is 2
> ok 910 - ! error()
> ok 911 - eof()
> ok 912 - streamCount is 2
> ok 913 - expected output
> ok 914 - nextStream ok
> ok 915 - tell is 0
> ok 916 - $. is 0
> ok 917 - $. is 0
> ok 918 - ! error()
> ok 919 - eof()
> ok 920 - streamCount is ok
> ok 921 - expected output
> ok 922 - tell is 0
> ok 923 - nextStream ok
> ok 924 - eof()
> ok 925 - close() ok
> ok 926 - streamCount ok
> ok 927 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress nextStream and 2 streams, from filehandle, Transparent => 0
> ok 928 - $gz isa IO::Uncompress::RawInflate
> ok 929 - $. is 4
> ok 930 - ! error()
> ok 931 - eof()
> ok 932 - streamCount is 1
> ok 933 - expected output
> ok 934 - nextStream ok
> ok 935 - tell is 0
> ok 936 - $. is 0
> ok 937 - $. is 2
> ok 938 - ! error()
> ok 939 - eof()
> ok 940 - streamCount is 2
> ok 941 - expected output
> ok 942 - nextStream ok
> ok 943 - tell is 0
> ok 944 - $. is 0
> ok 945 - $. is 0
> ok 946 - ! error()
> ok 947 - eof()
> ok 948 - streamCount is ok
> ok 949 - expected output
> ok 950 - tell is 0
> ok 951 - nextStream ok
> ok 952 - eof()
> ok 953 - close() ok
> ok 954 - streamCount ok
> ok 955 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress nextStream and 2 streams, from filehandle, Transparent => 1
> ok 956 - $gz isa IO::Uncompress::RawInflate
> ok 957 - $. is 4
> ok 958 - ! error()
> ok 959 - eof()
> ok 960 - streamCount is 1
> ok 961 - expected output
> ok 962 - nextStream ok
> ok 963 - tell is 0
> ok 964 - $. is 0
> ok 965 - $. is 2
> ok 966 - ! error()
> ok 967 - eof()
> ok 968 - streamCount is 2
> ok 969 - expected output
> ok 970 - nextStream ok
> ok 971 - tell is 0
> ok 972 - $. is 0
> ok 973 - $. is 0
> ok 974 - ! error()
> ok 975 - eof()
> ok 976 - streamCount is ok
> ok 977 - expected output
> ok 978 - tell is 0
> ok 979 - nextStream ok
> ok 980 - eof()
> ok 981 - close() ok
> ok 982 - streamCount ok
> ok 983 - Testing IO::Compress::RawDeflate with 3 streams to filehandle
> ok 984 - $x isa IO::Compress::RawDeflate
> ok 985 - Write OK
> ok 986 - newStream OK
> ok 987 - Write OK
> ok 988 - newStream OK
> ok 989 - Write OK
> ok 990 - newStream OK
> ok 991 - Close ok
> ok 992 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate and 3 streams, from filehandle
> ok 993 - $gz isa IO::Uncompress::RawInflate
> ok 994 - ! error()
> ok 995 - eof()
> ok 996 - close() ok
> ok 997 - streamCount ok 4
> ok 998 - expected output
> ok 999 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress and 3 streams, from filehandle
> ok 1000 - $gz isa IO::Uncompress::RawInflate
> ok 1001 - ! error()
> ok 1002 - eof()
> ok 1003 - close() ok
> ok 1004 - streamCount ok 4
> ok 1005 - expected output
> ok 1006 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 1 and 3 streams, from filehandle
> ok 1007 - $gz isa IO::Uncompress::RawInflate
> ok 1008 - ! error()
> ok 1009 - eof()
> ok 1010 - close() ok
> ok 1011 - streamCount ok 4
> ok 1012 - expected output
> ok 1013 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 20 and 3 streams, from filehandle
> ok 1014 - $gz isa IO::Uncompress::RawInflate
> ok 1015 - ! error()
> ok 1016 - eof()
> ok 1017 - close() ok
> ok 1018 - streamCount ok 4
> ok 1019 - expected output
> ok 1020 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 69 and 3 streams, from filehandle
> ok 1021 - $gz isa IO::Uncompress::RawInflate
> ok 1022 - ! error()
> ok 1023 - eof()
> ok 1024 - close() ok
> ok 1025 - streamCount ok 4
> ok 1026 - expected output
> ok 1027 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 70 and 3 streams, from filehandle
> ok 1028 - $gz isa IO::Uncompress::RawInflate
> ok 1029 - ! error()
> ok 1030 - eof()
> ok 1031 - close() ok
> ok 1032 - streamCount ok 4
> ok 1033 - expected output
> ok 1034 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 71 and 3 streams, from filehandle
> ok 1035 - $gz isa IO::Uncompress::RawInflate
> ok 1036 - ! error()
> ok 1037 - eof()
> ok 1038 - close() ok
> ok 1039 - streamCount ok 4
> ok 1040 - expected output
> ok 1041 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 1 and 3 streams, from filehandle
> ok 1042 - $gz isa IO::Uncompress::RawInflate
> ok 1043 - ! error()
> ok 1044 - eof()
> ok 1045 - close() ok
> ok 1046 - streamCount ok 4
> ok 1047 - expected output
> ok 1048 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 20 and 3 streams, from filehandle
> ok 1049 - $gz isa IO::Uncompress::RawInflate
> ok 1050 - ! error()
> ok 1051 - eof()
> ok 1052 - close() ok
> ok 1053 - streamCount ok 4
> ok 1054 - expected output
> ok 1055 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 69 and 3 streams, from filehandle
> ok 1056 - $gz isa IO::Uncompress::RawInflate
> ok 1057 - ! error()
> ok 1058 - eof()
> ok 1059 - close() ok
> ok 1060 - streamCount ok 4
> ok 1061 - expected output
> ok 1062 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 70 and 3 streams, from filehandle
> ok 1063 - $gz isa IO::Uncompress::RawInflate
> ok 1064 - ! error()
> ok 1065 - eof()
> ok 1066 - close() ok
> ok 1067 - streamCount ok 4
> ok 1068 - expected output
> ok 1069 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 71 and 3 streams, from filehandle
> ok 1070 - $gz isa IO::Uncompress::RawInflate
> ok 1071 - ! error()
> ok 1072 - eof()
> ok 1073 - close() ok
> ok 1074 - streamCount ok 4
> ok 1075 - expected output
> ok 1076 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate nextStream and 3 streams, from filehandle, Transparent => 0
> ok 1077 - $gz isa IO::Uncompress::RawInflate
> ok 1078 - $. is 4
> ok 1079 - ! error()
> ok 1080 - eof()
> ok 1081 - streamCount is 1
> ok 1082 - expected output
> ok 1083 - nextStream ok
> ok 1084 - tell is 0
> ok 1085 - $. is 0
> ok 1086 - $. is 2
> ok 1087 - ! error()
> ok 1088 - eof()
> ok 1089 - streamCount is 2
> ok 1090 - expected output
> ok 1091 - nextStream ok
> ok 1092 - tell is 0
> ok 1093 - $. is 0
> ok 1094 - $. is 1
> ok 1095 - ! error()
> ok 1096 - eof()
> ok 1097 - streamCount is 3
> ok 1098 - expected output
> ok 1099 - nextStream ok
> ok 1100 - tell is 0
> ok 1101 - $. is 0
> ok 1102 - $. is 0
> ok 1103 - ! error()
> ok 1104 - eof()
> ok 1105 - streamCount is ok
> ok 1106 - expected output
> ok 1107 - tell is 0
> ok 1108 - nextStream ok
> ok 1109 - eof()
> ok 1110 - close() ok
> ok 1111 - streamCount ok
> ok 1112 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate nextStream and 3 streams, from filehandle, Transparent => 1
> ok 1113 - $gz isa IO::Uncompress::RawInflate
> ok 1114 - $. is 4
> ok 1115 - ! error()
> ok 1116 - eof()
> ok 1117 - streamCount is 1
> ok 1118 - expected output
> ok 1119 - nextStream ok
> ok 1120 - tell is 0
> ok 1121 - $. is 0
> ok 1122 - $. is 2
> ok 1123 - ! error()
> ok 1124 - eof()
> ok 1125 - streamCount is 2
> ok 1126 - expected output
> ok 1127 - nextStream ok
> ok 1128 - tell is 0
> ok 1129 - $. is 0
> ok 1130 - $. is 1
> ok 1131 - ! error()
> ok 1132 - eof()
> ok 1133 - streamCount is 3
> ok 1134 - expected output
> ok 1135 - nextStream ok
> ok 1136 - tell is 0
> ok 1137 - $. is 0
> ok 1138 - $. is 0
> ok 1139 - ! error()
> ok 1140 - eof()
> ok 1141 - streamCount is ok
> ok 1142 - expected output
> ok 1143 - tell is 0
> ok 1144 - nextStream ok
> ok 1145 - eof()
> ok 1146 - close() ok
> ok 1147 - streamCount ok
> ok 1148 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress nextStream and 3 streams, from filehandle, Transparent => 0
> ok 1149 - $gz isa IO::Uncompress::RawInflate
> ok 1150 - $. is 4
> ok 1151 - ! error()
> ok 1152 - eof()
> ok 1153 - streamCount is 1
> ok 1154 - expected output
> ok 1155 - nextStream ok
> ok 1156 - tell is 0
> ok 1157 - $. is 0
> ok 1158 - $. is 2
> ok 1159 - ! error()
> ok 1160 - eof()
> ok 1161 - streamCount is 2
> ok 1162 - expected output
> ok 1163 - nextStream ok
> ok 1164 - tell is 0
> ok 1165 - $. is 0
> ok 1166 - $. is 1
> ok 1167 - ! error()
> ok 1168 - eof()
> ok 1169 - streamCount is 3
> ok 1170 - expected output
> ok 1171 - nextStream ok
> ok 1172 - tell is 0
> ok 1173 - $. is 0
> ok 1174 - $. is 0
> ok 1175 - ! error()
> ok 1176 - eof()
> ok 1177 - streamCount is ok
> ok 1178 - expected output
> ok 1179 - tell is 0
> ok 1180 - nextStream ok
> ok 1181 - eof()
> ok 1182 - close() ok
> ok 1183 - streamCount ok
> ok 1184 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress nextStream and 3 streams, from filehandle, Transparent => 1
> ok 1185 - $gz isa IO::Uncompress::RawInflate
> ok 1186 - $. is 4
> ok 1187 - ! error()
> ok 1188 - eof()
> ok 1189 - streamCount is 1
> ok 1190 - expected output
> ok 1191 - nextStream ok
> ok 1192 - tell is 0
> ok 1193 - $. is 0
> ok 1194 - $. is 2
> ok 1195 - ! error()
> ok 1196 - eof()
> ok 1197 - streamCount is 2
> ok 1198 - expected output
> ok 1199 - nextStream ok
> ok 1200 - tell is 0
> ok 1201 - $. is 0
> ok 1202 - $. is 1
> ok 1203 - ! error()
> ok 1204 - eof()
> ok 1205 - streamCount is 3
> ok 1206 - expected output
> ok 1207 - nextStream ok
> ok 1208 - tell is 0
> ok 1209 - $. is 0
> ok 1210 - $. is 0
> ok 1211 - ! error()
> ok 1212 - eof()
> ok 1213 - streamCount is ok
> ok 1214 - expected output
> ok 1215 - tell is 0
> ok 1216 - nextStream ok
> ok 1217 - eof()
> ok 1218 - close() ok
> ok 1219 - streamCount ok
> ok 1220 - Testing IO::Compress::RawDeflate with 1 streams to buffer
> ok 1221 - $x isa IO::Compress::RawDeflate
> ok 1222 - Write OK
> ok 1223 - newStream OK
> ok 1224 - Close ok
> ok 1225 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate and 1 streams, from buffer
> ok 1226 - $gz isa IO::Uncompress::RawInflate
> ok 1227 - ! error()
> ok 1228 - eof()
> ok 1229 - close() ok
> ok 1230 - streamCount ok 2
> ok 1231 - expected output
> ok 1232 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress and 1 streams, from buffer
> ok 1233 - $gz isa IO::Uncompress::RawInflate
> ok 1234 - ! error()
> ok 1235 - eof()
> ok 1236 - close() ok
> ok 1237 - streamCount ok 2
> ok 1238 - expected output
> ok 1239 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 1 and 1 streams, from buffer
> ok 1240 - $gz isa IO::Uncompress::RawInflate
> ok 1241 - ! error()
> ok 1242 - eof()
> ok 1243 - close() ok
> ok 1244 - streamCount ok 2
> ok 1245 - expected output
> ok 1246 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 20 and 1 streams, from buffer
> ok 1247 - $gz isa IO::Uncompress::RawInflate
> ok 1248 - ! error()
> ok 1249 - eof()
> ok 1250 - close() ok
> ok 1251 - streamCount ok 2
> ok 1252 - expected output
> ok 1253 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 69 and 1 streams, from buffer
> ok 1254 - $gz isa IO::Uncompress::RawInflate
> ok 1255 - ! error()
> ok 1256 - eof()
> ok 1257 - close() ok
> ok 1258 - streamCount ok 2
> ok 1259 - expected output
> ok 1260 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 70 and 1 streams, from buffer
> ok 1261 - $gz isa IO::Uncompress::RawInflate
> ok 1262 - ! error()
> ok 1263 - eof()
> ok 1264 - close() ok
> ok 1265 - streamCount ok 2
> ok 1266 - expected output
> ok 1267 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 71 and 1 streams, from buffer
> ok 1268 - $gz isa IO::Uncompress::RawInflate
> ok 1269 - ! error()
> ok 1270 - eof()
> ok 1271 - close() ok
> ok 1272 - streamCount ok 2
> ok 1273 - expected output
> ok 1274 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 1 and 1 streams, from buffer
> ok 1275 - $gz isa IO::Uncompress::RawInflate
> ok 1276 - ! error()
> ok 1277 - eof()
> ok 1278 - close() ok
> ok 1279 - streamCount ok 2
> ok 1280 - expected output
> ok 1281 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 20 and 1 streams, from buffer
> ok 1282 - $gz isa IO::Uncompress::RawInflate
> ok 1283 - ! error()
> ok 1284 - eof()
> ok 1285 - close() ok
> ok 1286 - streamCount ok 2
> ok 1287 - expected output
> ok 1288 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 69 and 1 streams, from buffer
> ok 1289 - $gz isa IO::Uncompress::RawInflate
> ok 1290 - ! error()
> ok 1291 - eof()
> ok 1292 - close() ok
> ok 1293 - streamCount ok 2
> ok 1294 - expected output
> ok 1295 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 70 and 1 streams, from buffer
> ok 1296 - $gz isa IO::Uncompress::RawInflate
> ok 1297 - ! error()
> ok 1298 - eof()
> ok 1299 - close() ok
> ok 1300 - streamCount ok 2
> ok 1301 - expected output
> ok 1302 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 71 and 1 streams, from buffer
> ok 1303 - $gz isa IO::Uncompress::RawInflate
> ok 1304 - ! error()
> ok 1305 - eof()
> ok 1306 - close() ok
> ok 1307 - streamCount ok 2
> ok 1308 - expected output
> ok 1309 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate nextStream and 1 streams, from buffer, Transparent => 0
> ok 1310 - $gz isa IO::Uncompress::RawInflate
> ok 1311 - $. is 4
> ok 1312 - ! error()
> ok 1313 - eof()
> ok 1314 - streamCount is 1
> ok 1315 - expected output
> ok 1316 - nextStream ok
> ok 1317 - tell is 0
> ok 1318 - $. is 0
> ok 1319 - $. is 0
> ok 1320 - ! error()
> ok 1321 - eof()
> ok 1322 - streamCount is ok
> ok 1323 - expected output
> ok 1324 - tell is 0
> ok 1325 - nextStream ok
> ok 1326 - eof()
> ok 1327 - close() ok
> ok 1328 - streamCount ok
> ok 1329 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate nextStream and 1 streams, from buffer, Transparent => 1
> ok 1330 - $gz isa IO::Uncompress::RawInflate
> ok 1331 - $. is 4
> ok 1332 - ! error()
> ok 1333 - eof()
> ok 1334 - streamCount is 1
> ok 1335 - expected output
> ok 1336 - nextStream ok
> ok 1337 - tell is 0
> ok 1338 - $. is 0
> ok 1339 - $. is 0
> ok 1340 - ! error()
> ok 1341 - eof()
> ok 1342 - streamCount is ok
> ok 1343 - expected output
> ok 1344 - tell is 0
> ok 1345 - nextStream ok
> ok 1346 - eof()
> ok 1347 - close() ok
> ok 1348 - streamCount ok
> ok 1349 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress nextStream and 1 streams, from buffer, Transparent => 0
> ok 1350 - $gz isa IO::Uncompress::RawInflate
> ok 1351 - $. is 4
> ok 1352 - ! error()
> ok 1353 - eof()
> ok 1354 - streamCount is 1
> ok 1355 - expected output
> ok 1356 - nextStream ok
> ok 1357 - tell is 0
> ok 1358 - $. is 0
> ok 1359 - $. is 0
> ok 1360 - ! error()
> ok 1361 - eof()
> ok 1362 - streamCount is ok
> ok 1363 - expected output
> ok 1364 - tell is 0
> ok 1365 - nextStream ok
> ok 1366 - eof()
> ok 1367 - close() ok
> ok 1368 - streamCount ok
> ok 1369 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress nextStream and 1 streams, from buffer, Transparent => 1
> ok 1370 - $gz isa IO::Uncompress::RawInflate
> ok 1371 - $. is 4
> ok 1372 - ! error()
> ok 1373 - eof()
> ok 1374 - streamCount is 1
> ok 1375 - expected output
> ok 1376 - nextStream ok
> ok 1377 - tell is 0
> ok 1378 - $. is 0
> ok 1379 - $. is 0
> ok 1380 - ! error()
> ok 1381 - eof()
> ok 1382 - streamCount is ok
> ok 1383 - expected output
> ok 1384 - tell is 0
> ok 1385 - nextStream ok
> ok 1386 - eof()
> ok 1387 - close() ok
> ok 1388 - streamCount ok
> ok 1389 - Testing IO::Compress::RawDeflate with 2 streams to buffer
> ok 1390 - $x isa IO::Compress::RawDeflate
> ok 1391 - Write OK
> ok 1392 - newStream OK
> ok 1393 - Write OK
> ok 1394 - newStream OK
> ok 1395 - Close ok
> ok 1396 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate and 2 streams, from buffer
> ok 1397 - $gz isa IO::Uncompress::RawInflate
> ok 1398 - ! error()
> ok 1399 - eof()
> ok 1400 - close() ok
> ok 1401 - streamCount ok 3
> ok 1402 - expected output
> ok 1403 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress and 2 streams, from buffer
> ok 1404 - $gz isa IO::Uncompress::RawInflate
> ok 1405 - ! error()
> ok 1406 - eof()
> ok 1407 - close() ok
> ok 1408 - streamCount ok 3
> ok 1409 - expected output
> ok 1410 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 1 and 2 streams, from buffer
> ok 1411 - $gz isa IO::Uncompress::RawInflate
> ok 1412 - ! error()
> ok 1413 - eof()
> ok 1414 - close() ok
> ok 1415 - streamCount ok 3
> ok 1416 - expected output
> ok 1417 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 20 and 2 streams, from buffer
> ok 1418 - $gz isa IO::Uncompress::RawInflate
> ok 1419 - ! error()
> ok 1420 - eof()
> ok 1421 - close() ok
> ok 1422 - streamCount ok 3
> ok 1423 - expected output
> ok 1424 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 69 and 2 streams, from buffer
> ok 1425 - $gz isa IO::Uncompress::RawInflate
> ok 1426 - ! error()
> ok 1427 - eof()
> ok 1428 - close() ok
> ok 1429 - streamCount ok 3
> ok 1430 - expected output
> ok 1431 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 70 and 2 streams, from buffer
> ok 1432 - $gz isa IO::Uncompress::RawInflate
> ok 1433 - ! error()
> ok 1434 - eof()
> ok 1435 - close() ok
> ok 1436 - streamCount ok 3
> ok 1437 - expected output
> ok 1438 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 71 and 2 streams, from buffer
> ok 1439 - $gz isa IO::Uncompress::RawInflate
> ok 1440 - ! error()
> ok 1441 - eof()
> ok 1442 - close() ok
> ok 1443 - streamCount ok 3
> ok 1444 - expected output
> ok 1445 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 1 and 2 streams, from buffer
> ok 1446 - $gz isa IO::Uncompress::RawInflate
> ok 1447 - ! error()
> ok 1448 - eof()
> ok 1449 - close() ok
> ok 1450 - streamCount ok 3
> ok 1451 - expected output
> ok 1452 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 20 and 2 streams, from buffer
> ok 1453 - $gz isa IO::Uncompress::RawInflate
> ok 1454 - ! error()
> ok 1455 - eof()
> ok 1456 - close() ok
> ok 1457 - streamCount ok 3
> ok 1458 - expected output
> ok 1459 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 69 and 2 streams, from buffer
> ok 1460 - $gz isa IO::Uncompress::RawInflate
> ok 1461 - ! error()
> ok 1462 - eof()
> ok 1463 - close() ok
> ok 1464 - streamCount ok 3
> ok 1465 - expected output
> ok 1466 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 70 and 2 streams, from buffer
> ok 1467 - $gz isa IO::Uncompress::RawInflate
> ok 1468 - ! error()
> ok 1469 - eof()
> ok 1470 - close() ok
> ok 1471 - streamCount ok 3
> ok 1472 - expected output
> ok 1473 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 71 and 2 streams, from buffer
> ok 1474 - $gz isa IO::Uncompress::RawInflate
> ok 1475 - ! error()
> ok 1476 - eof()
> ok 1477 - close() ok
> ok 1478 - streamCount ok 3
> ok 1479 - expected output
> ok 1480 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate nextStream and 2 streams, from buffer, Transparent => 0
> ok 1481 - $gz isa IO::Uncompress::RawInflate
> ok 1482 - $. is 4
> ok 1483 - ! error()
> ok 1484 - eof()
> ok 1485 - streamCount is 1
> ok 1486 - expected output
> ok 1487 - nextStream ok
> ok 1488 - tell is 0
> ok 1489 - $. is 0
> ok 1490 - $. is 2
> ok 1491 - ! error()
> ok 1492 - eof()
> ok 1493 - streamCount is 2
> ok 1494 - expected output
> ok 1495 - nextStream ok
> ok 1496 - tell is 0
> ok 1497 - $. is 0
> ok 1498 - $. is 0
> ok 1499 - ! error()
> ok 1500 - eof()
> ok 1501 - streamCount is ok
> ok 1502 - expected output
> ok 1503 - tell is 0
> ok 1504 - nextStream ok
> ok 1505 - eof()
> ok 1506 - close() ok
> ok 1507 - streamCount ok
> ok 1508 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate nextStream and 2 streams, from buffer, Transparent => 1
> ok 1509 - $gz isa IO::Uncompress::RawInflate
> ok 1510 - $. is 4
> ok 1511 - ! error()
> ok 1512 - eof()
> ok 1513 - streamCount is 1
> ok 1514 - expected output
> ok 1515 - nextStream ok
> ok 1516 - tell is 0
> ok 1517 - $. is 0
> ok 1518 - $. is 2
> ok 1519 - ! error()
> ok 1520 - eof()
> ok 1521 - streamCount is 2
> ok 1522 - expected output
> ok 1523 - nextStream ok
> ok 1524 - tell is 0
> ok 1525 - $. is 0
> ok 1526 - $. is 0
> ok 1527 - ! error()
> ok 1528 - eof()
> ok 1529 - streamCount is ok
> ok 1530 - expected output
> ok 1531 - tell is 0
> ok 1532 - nextStream ok
> ok 1533 - eof()
> ok 1534 - close() ok
> ok 1535 - streamCount ok
> ok 1536 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress nextStream and 2 streams, from buffer, Transparent => 0
> ok 1537 - $gz isa IO::Uncompress::RawInflate
> ok 1538 - $. is 4
> ok 1539 - ! error()
> ok 1540 - eof()
> ok 1541 - streamCount is 1
> ok 1542 - expected output
> ok 1543 - nextStream ok
> ok 1544 - tell is 0
> ok 1545 - $. is 0
> ok 1546 - $. is 2
> ok 1547 - ! error()
> ok 1548 - eof()
> ok 1549 - streamCount is 2
> ok 1550 - expected output
> ok 1551 - nextStream ok
> ok 1552 - tell is 0
> ok 1553 - $. is 0
> ok 1554 - $. is 0
> ok 1555 - ! error()
> ok 1556 - eof()
> ok 1557 - streamCount is ok
> ok 1558 - expected output
> ok 1559 - tell is 0
> ok 1560 - nextStream ok
> ok 1561 - eof()
> ok 1562 - close() ok
> ok 1563 - streamCount ok
> ok 1564 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress nextStream and 2 streams, from buffer, Transparent => 1
> ok 1565 - $gz isa IO::Uncompress::RawInflate
> ok 1566 - $. is 4
> ok 1567 - ! error()
> ok 1568 - eof()
> ok 1569 - streamCount is 1
> ok 1570 - expected output
> ok 1571 - nextStream ok
> ok 1572 - tell is 0
> ok 1573 - $. is 0
> ok 1574 - $. is 2
> ok 1575 - ! error()
> ok 1576 - eof()
> ok 1577 - streamCount is 2
> ok 1578 - expected output
> ok 1579 - nextStream ok
> ok 1580 - tell is 0
> ok 1581 - $. is 0
> ok 1582 - $. is 0
> ok 1583 - ! error()
> ok 1584 - eof()
> ok 1585 - streamCount is ok
> ok 1586 - expected output
> ok 1587 - tell is 0
> ok 1588 - nextStream ok
> ok 1589 - eof()
> ok 1590 - close() ok
> ok 1591 - streamCount ok
> ok 1592 - Testing IO::Compress::RawDeflate with 3 streams to buffer
> ok 1593 - $x isa IO::Compress::RawDeflate
> ok 1594 - Write OK
> ok 1595 - newStream OK
> ok 1596 - Write OK
> ok 1597 - newStream OK
> ok 1598 - Write OK
> ok 1599 - newStream OK
> ok 1600 - Close ok
> ok 1601 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate and 3 streams, from buffer
> ok 1602 - $gz isa IO::Uncompress::RawInflate
> ok 1603 - ! error()
> ok 1604 - eof()
> ok 1605 - close() ok
> ok 1606 - streamCount ok 4
> ok 1607 - expected output
> ok 1608 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress and 3 streams, from buffer
> ok 1609 - $gz isa IO::Uncompress::RawInflate
> ok 1610 - ! error()
> ok 1611 - eof()
> ok 1612 - close() ok
> ok 1613 - streamCount ok 4
> ok 1614 - expected output
> ok 1615 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 1 and 3 streams, from buffer
> ok 1616 - $gz isa IO::Uncompress::RawInflate
> ok 1617 - ! error()
> ok 1618 - eof()
> ok 1619 - close() ok
> ok 1620 - streamCount ok 4
> ok 1621 - expected output
> ok 1622 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 20 and 3 streams, from buffer
> ok 1623 - $gz isa IO::Uncompress::RawInflate
> ok 1624 - ! error()
> ok 1625 - eof()
> ok 1626 - close() ok
> ok 1627 - streamCount ok 4
> ok 1628 - expected output
> ok 1629 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 69 and 3 streams, from buffer
> ok 1630 - $gz isa IO::Uncompress::RawInflate
> ok 1631 - ! error()
> ok 1632 - eof()
> ok 1633 - close() ok
> ok 1634 - streamCount ok 4
> ok 1635 - expected output
> ok 1636 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 70 and 3 streams, from buffer
> ok 1637 - $gz isa IO::Uncompress::RawInflate
> ok 1638 - ! error()
> ok 1639 - eof()
> ok 1640 - close() ok
> ok 1641 - streamCount ok 4
> ok 1642 - expected output
> ok 1643 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate, BlockSize 71 and 3 streams, from buffer
> ok 1644 - $gz isa IO::Uncompress::RawInflate
> ok 1645 - ! error()
> ok 1646 - eof()
> ok 1647 - close() ok
> ok 1648 - streamCount ok 4
> ok 1649 - expected output
> ok 1650 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 1 and 3 streams, from buffer
> ok 1651 - $gz isa IO::Uncompress::RawInflate
> ok 1652 - ! error()
> ok 1653 - eof()
> ok 1654 - close() ok
> ok 1655 - streamCount ok 4
> ok 1656 - expected output
> ok 1657 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 20 and 3 streams, from buffer
> ok 1658 - $gz isa IO::Uncompress::RawInflate
> ok 1659 - ! error()
> ok 1660 - eof()
> ok 1661 - close() ok
> ok 1662 - streamCount ok 4
> ok 1663 - expected output
> ok 1664 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 69 and 3 streams, from buffer
> ok 1665 - $gz isa IO::Uncompress::RawInflate
> ok 1666 - ! error()
> ok 1667 - eof()
> ok 1668 - close() ok
> ok 1669 - streamCount ok 4
> ok 1670 - expected output
> ok 1671 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 70 and 3 streams, from buffer
> ok 1672 - $gz isa IO::Uncompress::RawInflate
> ok 1673 - ! error()
> ok 1674 - eof()
> ok 1675 - close() ok
> ok 1676 - streamCount ok 4
> ok 1677 - expected output
> ok 1678 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress, BlockSize 71 and 3 streams, from buffer
> ok 1679 - $gz isa IO::Uncompress::RawInflate
> ok 1680 - ! error()
> ok 1681 - eof()
> ok 1682 - close() ok
> ok 1683 - streamCount ok 4
> ok 1684 - expected output
> ok 1685 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate nextStream and 3 streams, from buffer, Transparent => 0
> ok 1686 - $gz isa IO::Uncompress::RawInflate
> ok 1687 - $. is 4
> ok 1688 - ! error()
> ok 1689 - eof()
> ok 1690 - streamCount is 1
> ok 1691 - expected output
> ok 1692 - nextStream ok
> ok 1693 - tell is 0
> ok 1694 - $. is 0
> ok 1695 - $. is 2
> ok 1696 - ! error()
> ok 1697 - eof()
> ok 1698 - streamCount is 2
> ok 1699 - expected output
> ok 1700 - nextStream ok
> ok 1701 - tell is 0
> ok 1702 - $. is 0
> ok 1703 - $. is 1
> ok 1704 - ! error()
> ok 1705 - eof()
> ok 1706 - streamCount is 3
> ok 1707 - expected output
> ok 1708 - nextStream ok
> ok 1709 - tell is 0
> ok 1710 - $. is 0
> ok 1711 - $. is 0
> ok 1712 - ! error()
> ok 1713 - eof()
> ok 1714 - streamCount is ok
> ok 1715 - expected output
> ok 1716 - tell is 0
> ok 1717 - nextStream ok
> ok 1718 - eof()
> ok 1719 - close() ok
> ok 1720 - streamCount ok
> ok 1721 - Testing IO::Compress::RawDeflate with IO::Uncompress::RawInflate nextStream and 3 streams, from buffer, Transparent => 1
> ok 1722 - $gz isa IO::Uncompress::RawInflate
> ok 1723 - $. is 4
> ok 1724 - ! error()
> ok 1725 - eof()
> ok 1726 - streamCount is 1
> ok 1727 - expected output
> ok 1728 - nextStream ok
> ok 1729 - tell is 0
> ok 1730 - $. is 0
> ok 1731 - $. is 2
> ok 1732 - ! error()
> ok 1733 - eof()
> ok 1734 - streamCount is 2
> ok 1735 - expected output
> ok 1736 - nextStream ok
> ok 1737 - tell is 0
> ok 1738 - $. is 0
> ok 1739 - $. is 1
> ok 1740 - ! error()
> ok 1741 - eof()
> ok 1742 - streamCount is 3
> ok 1743 - expected output
> ok 1744 - nextStream ok
> ok 1745 - tell is 0
> ok 1746 - $. is 0
> ok 1747 - $. is 0
> ok 1748 - ! error()
> ok 1749 - eof()
> ok 1750 - streamCount is ok
> ok 1751 - expected output
> ok 1752 - tell is 0
> ok 1753 - nextStream ok
> ok 1754 - eof()
> ok 1755 - close() ok
> ok 1756 - streamCount ok
> ok 1757 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress nextStream and 3 streams, from buffer, Transparent => 0
> ok 1758 - $gz isa IO::Uncompress::RawInflate
> ok 1759 - $. is 4
> ok 1760 - ! error()
> ok 1761 - eof()
> ok 1762 - streamCount is 1
> ok 1763 - expected output
> ok 1764 - nextStream ok
> ok 1765 - tell is 0
> ok 1766 - $. is 0
> ok 1767 - $. is 2
> ok 1768 - ! error()
> ok 1769 - eof()
> ok 1770 - streamCount is 2
> ok 1771 - expected output
> ok 1772 - nextStream ok
> ok 1773 - tell is 0
> ok 1774 - $. is 0
> ok 1775 - $. is 1
> ok 1776 - ! error()
> ok 1777 - eof()
> ok 1778 - streamCount is 3
> ok 1779 - expected output
> ok 1780 - nextStream ok
> ok 1781 - tell is 0
> ok 1782 - $. is 0
> ok 1783 - $. is 0
> ok 1784 - ! error()
> ok 1785 - eof()
> ok 1786 - streamCount is ok
> ok 1787 - expected output
> ok 1788 - tell is 0
> ok 1789 - nextStream ok
> ok 1790 - eof()
> ok 1791 - close() ok
> ok 1792 - streamCount ok
> ok 1793 - Testing IO::Compress::RawDeflate with IO::Uncompress::AnyUncompress nextStream and 3 streams, from buffer, Transparent => 1
> ok 1794 - $gz isa IO::Uncompress::RawInflate
> ok 1795 - $. is 4
> ok 1796 - ! error()
> ok 1797 - eof()
> ok 1798 - streamCount is 1
> ok 1799 - expected output
> ok 1800 - nextStream ok
> ok 1801 - tell is 0
> ok 1802 - $. is 0
> ok 1803 - $. is 2
> ok 1804 - ! error()
> ok 1805 - eof()
> ok 1806 - streamCount is 2
> ok 1807 - expected output
> ok 1808 - nextStream ok
> ok 1809 - tell is 0
> ok 1810 - $. is 0
> ok 1811 - $. is 1
> ok 1812 - ! error()
> ok 1813 - eof()
> ok 1814 - streamCount is 3
> ok 1815 - expected output
> ok 1816 - nextStream ok
> ok 1817 - tell is 0
> ok 1818 - $. is 0
> ok 1819 - $. is 0
> ok 1820 - ! error()
> ok 1821 - eof()
> ok 1822 - streamCount is ok
> ok 1823 - expected output
> ok 1824 - tell is 0
> ok 1825 - nextStream ok
> ok 1826 - eof()
> ok 1827 - close() ok
> ok 1828 - streamCount ok
> ok
> t/107multi-zip-only.t ...........
> 1..21
> ok 1 - use IO::Compress::Zip;
> ok 2 - use IO::Uncompress::Unzip;
> ok 3 - use IO::Uncompress::AnyUncompress;
> ok 4 - $x isa IO::Compress::Zip
> ok 5 - Write OK
> ok 6 - newStream OK
> ok 7 - Write OK
> ok 8 - newStream OK
> ok 9 - Write OK
> ok 10 - newStream OK
> ok 11 - Close ok
> ok 12 - name is n1
> ok 13 - payload ok
> ok 14 - name is n2
> ok 15 - payload ok
> ok 16 - name is n3
> ok 17 - payload ok
> ok 18 - name is n4
> ok 19 - payload ok
> ok 20 - name is undef
> ok 21 - payload ok
> ok
> t/107multi-zip.t ................
> 1..1828
> ok 1 - use IO::Uncompress::AnyUncompress;
> ok 2 - Testing IO::Compress::Zip with 1 streams to file
> ok 3 - $x isa IO::Compress::Zip
> ok 4 - Write OK
> ok 5 - newStream OK
> ok 6 - Close ok
> ok 7 - Testing IO::Compress::Zip with IO::Uncompress::Unzip and 1 streams, from file
> ok 8 - $gz isa IO::Uncompress::Unzip
> ok 9 - ! error()
> ok 10 - eof()
> ok 11 - close() ok
> ok 12 - streamCount ok 2
> ok 13 - expected output
> ok 14 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress and 1 streams, from file
> ok 15 - $gz isa IO::Uncompress::Unzip
> ok 16 - ! error()
> ok 17 - eof()
> ok 18 - close() ok
> ok 19 - streamCount ok 2
> ok 20 - expected output
> ok 21 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 1 and 1 streams, from file
> ok 22 - $gz isa IO::Uncompress::Unzip
> ok 23 - ! error()
> ok 24 - eof()
> ok 25 - close() ok
> ok 26 - streamCount ok 2
> ok 27 - expected output
> ok 28 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 20 and 1 streams, from file
> ok 29 - $gz isa IO::Uncompress::Unzip
> ok 30 - ! error()
> ok 31 - eof()
> ok 32 - close() ok
> ok 33 - streamCount ok 2
> ok 34 - expected output
> ok 35 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 69 and 1 streams, from file
> ok 36 - $gz isa IO::Uncompress::Unzip
> ok 37 - ! error()
> ok 38 - eof()
> ok 39 - close() ok
> ok 40 - streamCount ok 2
> ok 41 - expected output
> ok 42 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 70 and 1 streams, from file
> ok 43 - $gz isa IO::Uncompress::Unzip
> ok 44 - ! error()
> ok 45 - eof()
> ok 46 - close() ok
> ok 47 - streamCount ok 2
> ok 48 - expected output
> ok 49 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 71 and 1 streams, from file
> ok 50 - $gz isa IO::Uncompress::Unzip
> ok 51 - ! error()
> ok 52 - eof()
> ok 53 - close() ok
> ok 54 - streamCount ok 2
> ok 55 - expected output
> ok 56 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 1 and 1 streams, from file
> ok 57 - $gz isa IO::Uncompress::Unzip
> ok 58 - ! error()
> ok 59 - eof()
> ok 60 - close() ok
> ok 61 - streamCount ok 2
> ok 62 - expected output
> ok 63 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 20 and 1 streams, from file
> ok 64 - $gz isa IO::Uncompress::Unzip
> ok 65 - ! error()
> ok 66 - eof()
> ok 67 - close() ok
> ok 68 - streamCount ok 2
> ok 69 - expected output
> ok 70 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 69 and 1 streams, from file
> ok 71 - $gz isa IO::Uncompress::Unzip
> ok 72 - ! error()
> ok 73 - eof()
> ok 74 - close() ok
> ok 75 - streamCount ok 2
> ok 76 - expected output
> ok 77 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 70 and 1 streams, from file
> ok 78 - $gz isa IO::Uncompress::Unzip
> ok 79 - ! error()
> ok 80 - eof()
> ok 81 - close() ok
> ok 82 - streamCount ok 2
> ok 83 - expected output
> ok 84 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 71 and 1 streams, from file
> ok 85 - $gz isa IO::Uncompress::Unzip
> ok 86 - ! error()
> ok 87 - eof()
> ok 88 - close() ok
> ok 89 - streamCount ok 2
> ok 90 - expected output
> ok 91 - Testing IO::Compress::Zip with IO::Uncompress::Unzip nextStream and 1 streams, from file, Transparent => 0
> ok 92 - $gz isa IO::Uncompress::Unzip
> ok 93 - $. is 4
> ok 94 - ! error()
> ok 95 - eof()
> ok 96 - streamCount is 1
> ok 97 - expected output
> ok 98 - nextStream ok
> ok 99 - tell is 0
> ok 100 - $. is 0
> ok 101 - $. is 0
> ok 102 - ! error()
> ok 103 - eof()
> ok 104 - streamCount is ok
> ok 105 - expected output
> ok 106 - tell is 0
> ok 107 - nextStream ok
> ok 108 - eof()
> ok 109 - close() ok
> ok 110 - streamCount ok
> ok 111 - Testing IO::Compress::Zip with IO::Uncompress::Unzip nextStream and 1 streams, from file, Transparent => 1
> ok 112 - $gz isa IO::Uncompress::Unzip
> ok 113 - $. is 4
> ok 114 - ! error()
> ok 115 - eof()
> ok 116 - streamCount is 1
> ok 117 - expected output
> ok 118 - nextStream ok
> ok 119 - tell is 0
> ok 120 - $. is 0
> ok 121 - $. is 0
> ok 122 - ! error()
> ok 123 - eof()
> ok 124 - streamCount is ok
> ok 125 - expected output
> ok 126 - tell is 0
> ok 127 - nextStream ok
> ok 128 - eof()
> ok 129 - close() ok
> ok 130 - streamCount ok
> ok 131 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress nextStream and 1 streams, from file, Transparent => 0
> ok 132 - $gz isa IO::Uncompress::Unzip
> ok 133 - $. is 4
> ok 134 - ! error()
> ok 135 - eof()
> ok 136 - streamCount is 1
> ok 137 - expected output
> ok 138 - nextStream ok
> ok 139 - tell is 0
> ok 140 - $. is 0
> ok 141 - $. is 0
> ok 142 - ! error()
> ok 143 - eof()
> ok 144 - streamCount is ok
> ok 145 - expected output
> ok 146 - tell is 0
> ok 147 - nextStream ok
> ok 148 - eof()
> ok 149 - close() ok
> ok 150 - streamCount ok
> ok 151 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress nextStream and 1 streams, from file, Transparent => 1
> ok 152 - $gz isa IO::Uncompress::Unzip
> ok 153 - $. is 4
> ok 154 - ! error()
> ok 155 - eof()
> ok 156 - streamCount is 1
> ok 157 - expected output
> ok 158 - nextStream ok
> ok 159 - tell is 0
> ok 160 - $. is 0
> ok 161 - $. is 0
> ok 162 - ! error()
> ok 163 - eof()
> ok 164 - streamCount is ok
> ok 165 - expected output
> ok 166 - tell is 0
> ok 167 - nextStream ok
> ok 168 - eof()
> ok 169 - close() ok
> ok 170 - streamCount ok
> ok 171 - Testing IO::Compress::Zip with 2 streams to file
> ok 172 - $x isa IO::Compress::Zip
> ok 173 - Write OK
> ok 174 - newStream OK
> ok 175 - Write OK
> ok 176 - newStream OK
> ok 177 - Close ok
> ok 178 - Testing IO::Compress::Zip with IO::Uncompress::Unzip and 2 streams, from file
> ok 179 - $gz isa IO::Uncompress::Unzip
> ok 180 - ! error()
> ok 181 - eof()
> ok 182 - close() ok
> ok 183 - streamCount ok 3
> ok 184 - expected output
> ok 185 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress and 2 streams, from file
> ok 186 - $gz isa IO::Uncompress::Unzip
> ok 187 - ! error()
> ok 188 - eof()
> ok 189 - close() ok
> ok 190 - streamCount ok 3
> ok 191 - expected output
> ok 192 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 1 and 2 streams, from file
> ok 193 - $gz isa IO::Uncompress::Unzip
> ok 194 - ! error()
> ok 195 - eof()
> ok 196 - close() ok
> ok 197 - streamCount ok 3
> ok 198 - expected output
> ok 199 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 20 and 2 streams, from file
> ok 200 - $gz isa IO::Uncompress::Unzip
> ok 201 - ! error()
> ok 202 - eof()
> ok 203 - close() ok
> ok 204 - streamCount ok 3
> ok 205 - expected output
> ok 206 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 69 and 2 streams, from file
> ok 207 - $gz isa IO::Uncompress::Unzip
> ok 208 - ! error()
> ok 209 - eof()
> ok 210 - close() ok
> ok 211 - streamCount ok 3
> ok 212 - expected output
> ok 213 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 70 and 2 streams, from file
> ok 214 - $gz isa IO::Uncompress::Unzip
> ok 215 - ! error()
> ok 216 - eof()
> ok 217 - close() ok
> ok 218 - streamCount ok 3
> ok 219 - expected output
> ok 220 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 71 and 2 streams, from file
> ok 221 - $gz isa IO::Uncompress::Unzip
> ok 222 - ! error()
> ok 223 - eof()
> ok 224 - close() ok
> ok 225 - streamCount ok 3
> ok 226 - expected output
> ok 227 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 1 and 2 streams, from file
> ok 228 - $gz isa IO::Uncompress::Unzip
> ok 229 - ! error()
> ok 230 - eof()
> ok 231 - close() ok
> ok 232 - streamCount ok 3
> ok 233 - expected output
> ok 234 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 20 and 2 streams, from file
> ok 235 - $gz isa IO::Uncompress::Unzip
> ok 236 - ! error()
> ok 237 - eof()
> ok 238 - close() ok
> ok 239 - streamCount ok 3
> ok 240 - expected output
> ok 241 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 69 and 2 streams, from file
> ok 242 - $gz isa IO::Uncompress::Unzip
> ok 243 - ! error()
> ok 244 - eof()
> ok 245 - close() ok
> ok 246 - streamCount ok 3
> ok 247 - expected output
> ok 248 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 70 and 2 streams, from file
> ok 249 - $gz isa IO::Uncompress::Unzip
> ok 250 - ! error()
> ok 251 - eof()
> ok 252 - close() ok
> ok 253 - streamCount ok 3
> ok 254 - expected output
> ok 255 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 71 and 2 streams, from file
> ok 256 - $gz isa IO::Uncompress::Unzip
> ok 257 - ! error()
> ok 258 - eof()
> ok 259 - close() ok
> ok 260 - streamCount ok 3
> ok 261 - expected output
> ok 262 - Testing IO::Compress::Zip with IO::Uncompress::Unzip nextStream and 2 streams, from file, Transparent => 0
> ok 263 - $gz isa IO::Uncompress::Unzip
> ok 264 - $. is 4
> ok 265 - ! error()
> ok 266 - eof()
> ok 267 - streamCount is 1
> ok 268 - expected output
> ok 269 - nextStream ok
> ok 270 - tell is 0
> ok 271 - $. is 0
> ok 272 - $. is 2
> ok 273 - ! error()
> ok 274 - eof()
> ok 275 - streamCount is 2
> ok 276 - expected output
> ok 277 - nextStream ok
> ok 278 - tell is 0
> ok 279 - $. is 0
> ok 280 - $. is 0
> ok 281 - ! error()
> ok 282 - eof()
> ok 283 - streamCount is ok
> ok 284 - expected output
> ok 285 - tell is 0
> ok 286 - nextStream ok
> ok 287 - eof()
> ok 288 - close() ok
> ok 289 - streamCount ok
> ok 290 - Testing IO::Compress::Zip with IO::Uncompress::Unzip nextStream and 2 streams, from file, Transparent => 1
> ok 291 - $gz isa IO::Uncompress::Unzip
> ok 292 - $. is 4
> ok 293 - ! error()
> ok 294 - eof()
> ok 295 - streamCount is 1
> ok 296 - expected output
> ok 297 - nextStream ok
> ok 298 - tell is 0
> ok 299 - $. is 0
> ok 300 - $. is 2
> ok 301 - ! error()
> ok 302 - eof()
> ok 303 - streamCount is 2
> ok 304 - expected output
> ok 305 - nextStream ok
> ok 306 - tell is 0
> ok 307 - $. is 0
> ok 308 - $. is 0
> ok 309 - ! error()
> ok 310 - eof()
> ok 311 - streamCount is ok
> ok 312 - expected output
> ok 313 - tell is 0
> ok 314 - nextStream ok
> ok 315 - eof()
> ok 316 - close() ok
> ok 317 - streamCount ok
> ok 318 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress nextStream and 2 streams, from file, Transparent => 0
> ok 319 - $gz isa IO::Uncompress::Unzip
> ok 320 - $. is 4
> ok 321 - ! error()
> ok 322 - eof()
> ok 323 - streamCount is 1
> ok 324 - expected output
> ok 325 - nextStream ok
> ok 326 - tell is 0
> ok 327 - $. is 0
> ok 328 - $. is 2
> ok 329 - ! error()
> ok 330 - eof()
> ok 331 - streamCount is 2
> ok 332 - expected output
> ok 333 - nextStream ok
> ok 334 - tell is 0
> ok 335 - $. is 0
> ok 336 - $. is 0
> ok 337 - ! error()
> ok 338 - eof()
> ok 339 - streamCount is ok
> ok 340 - expected output
> ok 341 - tell is 0
> ok 342 - nextStream ok
> ok 343 - eof()
> ok 344 - close() ok
> ok 345 - streamCount ok
> ok 346 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress nextStream and 2 streams, from file, Transparent => 1
> ok 347 - $gz isa IO::Uncompress::Unzip
> ok 348 - $. is 4
> ok 349 - ! error()
> ok 350 - eof()
> ok 351 - streamCount is 1
> ok 352 - expected output
> ok 353 - nextStream ok
> ok 354 - tell is 0
> ok 355 - $. is 0
> ok 356 - $. is 2
> ok 357 - ! error()
> ok 358 - eof()
> ok 359 - streamCount is 2
> ok 360 - expected output
> ok 361 - nextStream ok
> ok 362 - tell is 0
> ok 363 - $. is 0
> ok 364 - $. is 0
> ok 365 - ! error()
> ok 366 - eof()
> ok 367 - streamCount is ok
> ok 368 - expected output
> ok 369 - tell is 0
> ok 370 - nextStream ok
> ok 371 - eof()
> ok 372 - close() ok
> ok 373 - streamCount ok
> ok 374 - Testing IO::Compress::Zip with 3 streams to file
> ok 375 - $x isa IO::Compress::Zip
> ok 376 - Write OK
> ok 377 - newStream OK
> ok 378 - Write OK
> ok 379 - newStream OK
> ok 380 - Write OK
> ok 381 - newStream OK
> ok 382 - Close ok
> ok 383 - Testing IO::Compress::Zip with IO::Uncompress::Unzip and 3 streams, from file
> ok 384 - $gz isa IO::Uncompress::Unzip
> ok 385 - ! error()
> ok 386 - eof()
> ok 387 - close() ok
> ok 388 - streamCount ok 4
> ok 389 - expected output
> ok 390 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress and 3 streams, from file
> ok 391 - $gz isa IO::Uncompress::Unzip
> ok 392 - ! error()
> ok 393 - eof()
> ok 394 - close() ok
> ok 395 - streamCount ok 4
> ok 396 - expected output
> ok 397 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 1 and 3 streams, from file
> ok 398 - $gz isa IO::Uncompress::Unzip
> ok 399 - ! error()
> ok 400 - eof()
> ok 401 - close() ok
> ok 402 - streamCount ok 4
> ok 403 - expected output
> ok 404 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 20 and 3 streams, from file
> ok 405 - $gz isa IO::Uncompress::Unzip
> ok 406 - ! error()
> ok 407 - eof()
> ok 408 - close() ok
> ok 409 - streamCount ok 4
> ok 410 - expected output
> ok 411 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 69 and 3 streams, from file
> ok 412 - $gz isa IO::Uncompress::Unzip
> ok 413 - ! error()
> ok 414 - eof()
> ok 415 - close() ok
> ok 416 - streamCount ok 4
> ok 417 - expected output
> ok 418 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 70 and 3 streams, from file
> ok 419 - $gz isa IO::Uncompress::Unzip
> ok 420 - ! error()
> ok 421 - eof()
> ok 422 - close() ok
> ok 423 - streamCount ok 4
> ok 424 - expected output
> ok 425 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 71 and 3 streams, from file
> ok 426 - $gz isa IO::Uncompress::Unzip
> ok 427 - ! error()
> ok 428 - eof()
> ok 429 - close() ok
> ok 430 - streamCount ok 4
> ok 431 - expected output
> ok 432 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 1 and 3 streams, from file
> ok 433 - $gz isa IO::Uncompress::Unzip
> ok 434 - ! error()
> ok 435 - eof()
> ok 436 - close() ok
> ok 437 - streamCount ok 4
> ok 438 - expected output
> ok 439 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 20 and 3 streams, from file
> ok 440 - $gz isa IO::Uncompress::Unzip
> ok 441 - ! error()
> ok 442 - eof()
> ok 443 - close() ok
> ok 444 - streamCount ok 4
> ok 445 - expected output
> ok 446 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 69 and 3 streams, from file
> ok 447 - $gz isa IO::Uncompress::Unzip
> ok 448 - ! error()
> ok 449 - eof()
> ok 450 - close() ok
> ok 451 - streamCount ok 4
> ok 452 - expected output
> ok 453 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 70 and 3 streams, from file
> ok 454 - $gz isa IO::Uncompress::Unzip
> ok 455 - ! error()
> ok 456 - eof()
> ok 457 - close() ok
> ok 458 - streamCount ok 4
> ok 459 - expected output
> ok 460 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 71 and 3 streams, from file
> ok 461 - $gz isa IO::Uncompress::Unzip
> ok 462 - ! error()
> ok 463 - eof()
> ok 464 - close() ok
> ok 465 - streamCount ok 4
> ok 466 - expected output
> ok 467 - Testing IO::Compress::Zip with IO::Uncompress::Unzip nextStream and 3 streams, from file, Transparent => 0
> ok 468 - $gz isa IO::Uncompress::Unzip
> ok 469 - $. is 4
> ok 470 - ! error()
> ok 471 - eof()
> ok 472 - streamCount is 1
> ok 473 - expected output
> ok 474 - nextStream ok
> ok 475 - tell is 0
> ok 476 - $. is 0
> ok 477 - $. is 2
> ok 478 - ! error()
> ok 479 - eof()
> ok 480 - streamCount is 2
> ok 481 - expected output
> ok 482 - nextStream ok
> ok 483 - tell is 0
> ok 484 - $. is 0
> ok 485 - $. is 1
> ok 486 - ! error()
> ok 487 - eof()
> ok 488 - streamCount is 3
> ok 489 - expected output
> ok 490 - nextStream ok
> ok 491 - tell is 0
> ok 492 - $. is 0
> ok 493 - $. is 0
> ok 494 - ! error()
> ok 495 - eof()
> ok 496 - streamCount is ok
> ok 497 - expected output
> ok 498 - tell is 0
> ok 499 - nextStream ok
> ok 500 - eof()
> ok 501 - close() ok
> ok 502 - streamCount ok
> ok 503 - Testing IO::Compress::Zip with IO::Uncompress::Unzip nextStream and 3 streams, from file, Transparent => 1
> ok 504 - $gz isa IO::Uncompress::Unzip
> ok 505 - $. is 4
> ok 506 - ! error()
> ok 507 - eof()
> ok 508 - streamCount is 1
> ok 509 - expected output
> ok 510 - nextStream ok
> ok 511 - tell is 0
> ok 512 - $. is 0
> ok 513 - $. is 2
> ok 514 - ! error()
> ok 515 - eof()
> ok 516 - streamCount is 2
> ok 517 - expected output
> ok 518 - nextStream ok
> ok 519 - tell is 0
> ok 520 - $. is 0
> ok 521 - $. is 1
> ok 522 - ! error()
> ok 523 - eof()
> ok 524 - streamCount is 3
> ok 525 - expected output
> ok 526 - nextStream ok
> ok 527 - tell is 0
> ok 528 - $. is 0
> ok 529 - $. is 0
> ok 530 - ! error()
> ok 531 - eof()
> ok 532 - streamCount is ok
> ok 533 - expected output
> ok 534 - tell is 0
> ok 535 - nextStream ok
> ok 536 - eof()
> ok 537 - close() ok
> ok 538 - streamCount ok
> ok 539 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress nextStream and 3 streams, from file, Transparent => 0
> ok 540 - $gz isa IO::Uncompress::Unzip
> ok 541 - $. is 4
> ok 542 - ! error()
> ok 543 - eof()
> ok 544 - streamCount is 1
> ok 545 - expected output
> ok 546 - nextStream ok
> ok 547 - tell is 0
> ok 548 - $. is 0
> ok 549 - $. is 2
> ok 550 - ! error()
> ok 551 - eof()
> ok 552 - streamCount is 2
> ok 553 - expected output
> ok 554 - nextStream ok
> ok 555 - tell is 0
> ok 556 - $. is 0
> ok 557 - $. is 1
> ok 558 - ! error()
> ok 559 - eof()
> ok 560 - streamCount is 3
> ok 561 - expected output
> ok 562 - nextStream ok
> ok 563 - tell is 0
> ok 564 - $. is 0
> ok 565 - $. is 0
> ok 566 - ! error()
> ok 567 - eof()
> ok 568 - streamCount is ok
> ok 569 - expected output
> ok 570 - tell is 0
> ok 571 - nextStream ok
> ok 572 - eof()
> ok 573 - close() ok
> ok 574 - streamCount ok
> ok 575 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress nextStream and 3 streams, from file, Transparent => 1
> ok 576 - $gz isa IO::Uncompress::Unzip
> ok 577 - $. is 4
> ok 578 - ! error()
> ok 579 - eof()
> ok 580 - streamCount is 1
> ok 581 - expected output
> ok 582 - nextStream ok
> ok 583 - tell is 0
> ok 584 - $. is 0
> ok 585 - $. is 2
> ok 586 - ! error()
> ok 587 - eof()
> ok 588 - streamCount is 2
> ok 589 - expected output
> ok 590 - nextStream ok
> ok 591 - tell is 0
> ok 592 - $. is 0
> ok 593 - $. is 1
> ok 594 - ! error()
> ok 595 - eof()
> ok 596 - streamCount is 3
> ok 597 - expected output
> ok 598 - nextStream ok
> ok 599 - tell is 0
> ok 600 - $. is 0
> ok 601 - $. is 0
> ok 602 - ! error()
> ok 603 - eof()
> ok 604 - streamCount is ok
> ok 605 - expected output
> ok 606 - tell is 0
> ok 607 - nextStream ok
> ok 608 - eof()
> ok 609 - close() ok
> ok 610 - streamCount ok
> ok 611 - Testing IO::Compress::Zip with 1 streams to filehandle
> ok 612 - $x isa IO::Compress::Zip
> ok 613 - Write OK
> ok 614 - newStream OK
> ok 615 - Close ok
> ok 616 - Testing IO::Compress::Zip with IO::Uncompress::Unzip and 1 streams, from filehandle
> ok 617 - $gz isa IO::Uncompress::Unzip
> ok 618 - ! error()
> ok 619 - eof()
> ok 620 - close() ok
> ok 621 - streamCount ok 2
> ok 622 - expected output
> ok 623 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress and 1 streams, from filehandle
> ok 624 - $gz isa IO::Uncompress::Unzip
> ok 625 - ! error()
> ok 626 - eof()
> ok 627 - close() ok
> ok 628 - streamCount ok 2
> ok 629 - expected output
> ok 630 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 1 and 1 streams, from filehandle
> ok 631 - $gz isa IO::Uncompress::Unzip
> ok 632 - ! error()
> ok 633 - eof()
> ok 634 - close() ok
> ok 635 - streamCount ok 2
> ok 636 - expected output
> ok 637 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 20 and 1 streams, from filehandle
> ok 638 - $gz isa IO::Uncompress::Unzip
> ok 639 - ! error()
> ok 640 - eof()
> ok 641 - close() ok
> ok 642 - streamCount ok 2
> ok 643 - expected output
> ok 644 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 69 and 1 streams, from filehandle
> ok 645 - $gz isa IO::Uncompress::Unzip
> ok 646 - ! error()
> ok 647 - eof()
> ok 648 - close() ok
> ok 649 - streamCount ok 2
> ok 650 - expected output
> ok 651 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 70 and 1 streams, from filehandle
> ok 652 - $gz isa IO::Uncompress::Unzip
> ok 653 - ! error()
> ok 654 - eof()
> ok 655 - close() ok
> ok 656 - streamCount ok 2
> ok 657 - expected output
> ok 658 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 71 and 1 streams, from filehandle
> ok 659 - $gz isa IO::Uncompress::Unzip
> ok 660 - ! error()
> ok 661 - eof()
> ok 662 - close() ok
> ok 663 - streamCount ok 2
> ok 664 - expected output
> ok 665 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 1 and 1 streams, from filehandle
> ok 666 - $gz isa IO::Uncompress::Unzip
> ok 667 - ! error()
> ok 668 - eof()
> ok 669 - close() ok
> ok 670 - streamCount ok 2
> ok 671 - expected output
> ok 672 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 20 and 1 streams, from filehandle
> ok 673 - $gz isa IO::Uncompress::Unzip
> ok 674 - ! error()
> ok 675 - eof()
> ok 676 - close() ok
> ok 677 - streamCount ok 2
> ok 678 - expected output
> ok 679 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 69 and 1 streams, from filehandle
> ok 680 - $gz isa IO::Uncompress::Unzip
> ok 681 - ! error()
> ok 682 - eof()
> ok 683 - close() ok
> ok 684 - streamCount ok 2
> ok 685 - expected output
> ok 686 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 70 and 1 streams, from filehandle
> ok 687 - $gz isa IO::Uncompress::Unzip
> ok 688 - ! error()
> ok 689 - eof()
> ok 690 - close() ok
> ok 691 - streamCount ok 2
> ok 692 - expected output
> ok 693 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 71 and 1 streams, from filehandle
> ok 694 - $gz isa IO::Uncompress::Unzip
> ok 695 - ! error()
> ok 696 - eof()
> ok 697 - close() ok
> ok 698 - streamCount ok 2
> ok 699 - expected output
> ok 700 - Testing IO::Compress::Zip with IO::Uncompress::Unzip nextStream and 1 streams, from filehandle, Transparent => 0
> ok 701 - $gz isa IO::Uncompress::Unzip
> ok 702 - $. is 4
> ok 703 - ! error()
> ok 704 - eof()
> ok 705 - streamCount is 1
> ok 706 - expected output
> ok 707 - nextStream ok
> ok 708 - tell is 0
> ok 709 - $. is 0
> ok 710 - $. is 0
> ok 711 - ! error()
> ok 712 - eof()
> ok 713 - streamCount is ok
> ok 714 - expected output
> ok 715 - tell is 0
> ok 716 - nextStream ok
> ok 717 - eof()
> ok 718 - close() ok
> ok 719 - streamCount ok
> ok 720 - Testing IO::Compress::Zip with IO::Uncompress::Unzip nextStream and 1 streams, from filehandle, Transparent => 1
> ok 721 - $gz isa IO::Uncompress::Unzip
> ok 722 - $. is 4
> ok 723 - ! error()
> ok 724 - eof()
> ok 725 - streamCount is 1
> ok 726 - expected output
> ok 727 - nextStream ok
> ok 728 - tell is 0
> ok 729 - $. is 0
> ok 730 - $. is 0
> ok 731 - ! error()
> ok 732 - eof()
> ok 733 - streamCount is ok
> ok 734 - expected output
> ok 735 - tell is 0
> ok 736 - nextStream ok
> ok 737 - eof()
> ok 738 - close() ok
> ok 739 - streamCount ok
> ok 740 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress nextStream and 1 streams, from filehandle, Transparent => 0
> ok 741 - $gz isa IO::Uncompress::Unzip
> ok 742 - $. is 4
> ok 743 - ! error()
> ok 744 - eof()
> ok 745 - streamCount is 1
> ok 746 - expected output
> ok 747 - nextStream ok
> ok 748 - tell is 0
> ok 749 - $. is 0
> ok 750 - $. is 0
> ok 751 - ! error()
> ok 752 - eof()
> ok 753 - streamCount is ok
> ok 754 - expected output
> ok 755 - tell is 0
> ok 756 - nextStream ok
> ok 757 - eof()
> ok 758 - close() ok
> ok 759 - streamCount ok
> ok 760 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress nextStream and 1 streams, from filehandle, Transparent => 1
> ok 761 - $gz isa IO::Uncompress::Unzip
> ok 762 - $. is 4
> ok 763 - ! error()
> ok 764 - eof()
> ok 765 - streamCount is 1
> ok 766 - expected output
> ok 767 - nextStream ok
> ok 768 - tell is 0
> ok 769 - $. is 0
> ok 770 - $. is 0
> ok 771 - ! error()
> ok 772 - eof()
> ok 773 - streamCount is ok
> ok 774 - expected output
> ok 775 - tell is 0
> ok 776 - nextStream ok
> ok 777 - eof()
> ok 778 - close() ok
> ok 779 - streamCount ok
> ok 780 - Testing IO::Compress::Zip with 2 streams to filehandle
> ok 781 - $x isa IO::Compress::Zip
> ok 782 - Write OK
> ok 783 - newStream OK
> ok 784 - Write OK
> ok 785 - newStream OK
> ok 786 - Close ok
> ok 787 - Testing IO::Compress::Zip with IO::Uncompress::Unzip and 2 streams, from filehandle
> ok 788 - $gz isa IO::Uncompress::Unzip
> ok 789 - ! error()
> ok 790 - eof()
> ok 791 - close() ok
> ok 792 - streamCount ok 3
> ok 793 - expected output
> ok 794 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress and 2 streams, from filehandle
> ok 795 - $gz isa IO::Uncompress::Unzip
> ok 796 - ! error()
> ok 797 - eof()
> ok 798 - close() ok
> ok 799 - streamCount ok 3
> ok 800 - expected output
> ok 801 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 1 and 2 streams, from filehandle
> ok 802 - $gz isa IO::Uncompress::Unzip
> ok 803 - ! error()
> ok 804 - eof()
> ok 805 - close() ok
> ok 806 - streamCount ok 3
> ok 807 - expected output
> ok 808 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 20 and 2 streams, from filehandle
> ok 809 - $gz isa IO::Uncompress::Unzip
> ok 810 - ! error()
> ok 811 - eof()
> ok 812 - close() ok
> ok 813 - streamCount ok 3
> ok 814 - expected output
> ok 815 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 69 and 2 streams, from filehandle
> ok 816 - $gz isa IO::Uncompress::Unzip
> ok 817 - ! error()
> ok 818 - eof()
> ok 819 - close() ok
> ok 820 - streamCount ok 3
> ok 821 - expected output
> ok 822 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 70 and 2 streams, from filehandle
> ok 823 - $gz isa IO::Uncompress::Unzip
> ok 824 - ! error()
> ok 825 - eof()
> ok 826 - close() ok
> ok 827 - streamCount ok 3
> ok 828 - expected output
> ok 829 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 71 and 2 streams, from filehandle
> ok 830 - $gz isa IO::Uncompress::Unzip
> ok 831 - ! error()
> ok 832 - eof()
> ok 833 - close() ok
> ok 834 - streamCount ok 3
> ok 835 - expected output
> ok 836 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 1 and 2 streams, from filehandle
> ok 837 - $gz isa IO::Uncompress::Unzip
> ok 838 - ! error()
> ok 839 - eof()
> ok 840 - close() ok
> ok 841 - streamCount ok 3
> ok 842 - expected output
> ok 843 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 20 and 2 streams, from filehandle
> ok 844 - $gz isa IO::Uncompress::Unzip
> ok 845 - ! error()
> ok 846 - eof()
> ok 847 - close() ok
> ok 848 - streamCount ok 3
> ok 849 - expected output
> ok 850 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 69 and 2 streams, from filehandle
> ok 851 - $gz isa IO::Uncompress::Unzip
> ok 852 - ! error()
> ok 853 - eof()
> ok 854 - close() ok
> ok 855 - streamCount ok 3
> ok 856 - expected output
> ok 857 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 70 and 2 streams, from filehandle
> ok 858 - $gz isa IO::Uncompress::Unzip
> ok 859 - ! error()
> ok 860 - eof()
> ok 861 - close() ok
> ok 862 - streamCount ok 3
> ok 863 - expected output
> ok 864 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 71 and 2 streams, from filehandle
> ok 865 - $gz isa IO::Uncompress::Unzip
> ok 866 - ! error()
> ok 867 - eof()
> ok 868 - close() ok
> ok 869 - streamCount ok 3
> ok 870 - expected output
> ok 871 - Testing IO::Compress::Zip with IO::Uncompress::Unzip nextStream and 2 streams, from filehandle, Transparent => 0
> ok 872 - $gz isa IO::Uncompress::Unzip
> ok 873 - $. is 4
> ok 874 - ! error()
> ok 875 - eof()
> ok 876 - streamCount is 1
> ok 877 - expected output
> ok 878 - nextStream ok
> ok 879 - tell is 0
> ok 880 - $. is 0
> ok 881 - $. is 2
> ok 882 - ! error()
> ok 883 - eof()
> ok 884 - streamCount is 2
> ok 885 - expected output
> ok 886 - nextStream ok
> ok 887 - tell is 0
> ok 888 - $. is 0
> ok 889 - $. is 0
> ok 890 - ! error()
> ok 891 - eof()
> ok 892 - streamCount is ok
> ok 893 - expected output
> ok 894 - tell is 0
> ok 895 - nextStream ok
> ok 896 - eof()
> ok 897 - close() ok
> ok 898 - streamCount ok
> ok 899 - Testing IO::Compress::Zip with IO::Uncompress::Unzip nextStream and 2 streams, from filehandle, Transparent => 1
> ok 900 - $gz isa IO::Uncompress::Unzip
> ok 901 - $. is 4
> ok 902 - ! error()
> ok 903 - eof()
> ok 904 - streamCount is 1
> ok 905 - expected output
> ok 906 - nextStream ok
> ok 907 - tell is 0
> ok 908 - $. is 0
> ok 909 - $. is 2
> ok 910 - ! error()
> ok 911 - eof()
> ok 912 - streamCount is 2
> ok 913 - expected output
> ok 914 - nextStream ok
> ok 915 - tell is 0
> ok 916 - $. is 0
> ok 917 - $. is 0
> ok 918 - ! error()
> ok 919 - eof()
> ok 920 - streamCount is ok
> ok 921 - expected output
> ok 922 - tell is 0
> ok 923 - nextStream ok
> ok 924 - eof()
> ok 925 - close() ok
> ok 926 - streamCount ok
> ok 927 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress nextStream and 2 streams, from filehandle, Transparent => 0
> ok 928 - $gz isa IO::Uncompress::Unzip
> ok 929 - $. is 4
> ok 930 - ! error()
> ok 931 - eof()
> ok 932 - streamCount is 1
> ok 933 - expected output
> ok 934 - nextStream ok
> ok 935 - tell is 0
> ok 936 - $. is 0
> ok 937 - $. is 2
> ok 938 - ! error()
> ok 939 - eof()
> ok 940 - streamCount is 2
> ok 941 - expected output
> ok 942 - nextStream ok
> ok 943 - tell is 0
> ok 944 - $. is 0
> ok 945 - $. is 0
> ok 946 - ! error()
> ok 947 - eof()
> ok 948 - streamCount is ok
> ok 949 - expected output
> ok 950 - tell is 0
> ok 951 - nextStream ok
> ok 952 - eof()
> ok 953 - close() ok
> ok 954 - streamCount ok
> ok 955 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress nextStream and 2 streams, from filehandle, Transparent => 1
> ok 956 - $gz isa IO::Uncompress::Unzip
> ok 957 - $. is 4
> ok 958 - ! error()
> ok 959 - eof()
> ok 960 - streamCount is 1
> ok 961 - expected output
> ok 962 - nextStream ok
> ok 963 - tell is 0
> ok 964 - $. is 0
> ok 965 - $. is 2
> ok 966 - ! error()
> ok 967 - eof()
> ok 968 - streamCount is 2
> ok 969 - expected output
> ok 970 - nextStream ok
> ok 971 - tell is 0
> ok 972 - $. is 0
> ok 973 - $. is 0
> ok 974 - ! error()
> ok 975 - eof()
> ok 976 - streamCount is ok
> ok 977 - expected output
> ok 978 - tell is 0
> ok 979 - nextStream ok
> ok 980 - eof()
> ok 981 - close() ok
> ok 982 - streamCount ok
> ok 983 - Testing IO::Compress::Zip with 3 streams to filehandle
> ok 984 - $x isa IO::Compress::Zip
> ok 985 - Write OK
> ok 986 - newStream OK
> ok 987 - Write OK
> ok 988 - newStream OK
> ok 989 - Write OK
> ok 990 - newStream OK
> ok 991 - Close ok
> ok 992 - Testing IO::Compress::Zip with IO::Uncompress::Unzip and 3 streams, from filehandle
> ok 993 - $gz isa IO::Uncompress::Unzip
> ok 994 - ! error()
> ok 995 - eof()
> ok 996 - close() ok
> ok 997 - streamCount ok 4
> ok 998 - expected output
> ok 999 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress and 3 streams, from filehandle
> ok 1000 - $gz isa IO::Uncompress::Unzip
> ok 1001 - ! error()
> ok 1002 - eof()
> ok 1003 - close() ok
> ok 1004 - streamCount ok 4
> ok 1005 - expected output
> ok 1006 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 1 and 3 streams, from filehandle
> ok 1007 - $gz isa IO::Uncompress::Unzip
> ok 1008 - ! error()
> ok 1009 - eof()
> ok 1010 - close() ok
> ok 1011 - streamCount ok 4
> ok 1012 - expected output
> ok 1013 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 20 and 3 streams, from filehandle
> ok 1014 - $gz isa IO::Uncompress::Unzip
> ok 1015 - ! error()
> ok 1016 - eof()
> ok 1017 - close() ok
> ok 1018 - streamCount ok 4
> ok 1019 - expected output
> ok 1020 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 69 and 3 streams, from filehandle
> ok 1021 - $gz isa IO::Uncompress::Unzip
> ok 1022 - ! error()
> ok 1023 - eof()
> ok 1024 - close() ok
> ok 1025 - streamCount ok 4
> ok 1026 - expected output
> ok 1027 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 70 and 3 streams, from filehandle
> ok 1028 - $gz isa IO::Uncompress::Unzip
> ok 1029 - ! error()
> ok 1030 - eof()
> ok 1031 - close() ok
> ok 1032 - streamCount ok 4
> ok 1033 - expected output
> ok 1034 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 71 and 3 streams, from filehandle
> ok 1035 - $gz isa IO::Uncompress::Unzip
> ok 1036 - ! error()
> ok 1037 - eof()
> ok 1038 - close() ok
> ok 1039 - streamCount ok 4
> ok 1040 - expected output
> ok 1041 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 1 and 3 streams, from filehandle
> ok 1042 - $gz isa IO::Uncompress::Unzip
> ok 1043 - ! error()
> ok 1044 - eof()
> ok 1045 - close() ok
> ok 1046 - streamCount ok 4
> ok 1047 - expected output
> ok 1048 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 20 and 3 streams, from filehandle
> ok 1049 - $gz isa IO::Uncompress::Unzip
> ok 1050 - ! error()
> ok 1051 - eof()
> ok 1052 - close() ok
> ok 1053 - streamCount ok 4
> ok 1054 - expected output
> ok 1055 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 69 and 3 streams, from filehandle
> ok 1056 - $gz isa IO::Uncompress::Unzip
> ok 1057 - ! error()
> ok 1058 - eof()
> ok 1059 - close() ok
> ok 1060 - streamCount ok 4
> ok 1061 - expected output
> ok 1062 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 70 and 3 streams, from filehandle
> ok 1063 - $gz isa IO::Uncompress::Unzip
> ok 1064 - ! error()
> ok 1065 - eof()
> ok 1066 - close() ok
> ok 1067 - streamCount ok 4
> ok 1068 - expected output
> ok 1069 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 71 and 3 streams, from filehandle
> ok 1070 - $gz isa IO::Uncompress::Unzip
> ok 1071 - ! error()
> ok 1072 - eof()
> ok 1073 - close() ok
> ok 1074 - streamCount ok 4
> ok 1075 - expected output
> ok 1076 - Testing IO::Compress::Zip with IO::Uncompress::Unzip nextStream and 3 streams, from filehandle, Transparent => 0
> ok 1077 - $gz isa IO::Uncompress::Unzip
> ok 1078 - $. is 4
> ok 1079 - ! error()
> ok 1080 - eof()
> ok 1081 - streamCount is 1
> ok 1082 - expected output
> ok 1083 - nextStream ok
> ok 1084 - tell is 0
> ok 1085 - $. is 0
> ok 1086 - $. is 2
> ok 1087 - ! error()
> ok 1088 - eof()
> ok 1089 - streamCount is 2
> ok 1090 - expected output
> ok 1091 - nextStream ok
> ok 1092 - tell is 0
> ok 1093 - $. is 0
> ok 1094 - $. is 1
> ok 1095 - ! error()
> ok 1096 - eof()
> ok 1097 - streamCount is 3
> ok 1098 - expected output
> ok 1099 - nextStream ok
> ok 1100 - tell is 0
> ok 1101 - $. is 0
> ok 1102 - $. is 0
> ok 1103 - ! error()
> ok 1104 - eof()
> ok 1105 - streamCount is ok
> ok 1106 - expected output
> ok 1107 - tell is 0
> ok 1108 - nextStream ok
> ok 1109 - eof()
> ok 1110 - close() ok
> ok 1111 - streamCount ok
> ok 1112 - Testing IO::Compress::Zip with IO::Uncompress::Unzip nextStream and 3 streams, from filehandle, Transparent => 1
> ok 1113 - $gz isa IO::Uncompress::Unzip
> ok 1114 - $. is 4
> ok 1115 - ! error()
> ok 1116 - eof()
> ok 1117 - streamCount is 1
> ok 1118 - expected output
> ok 1119 - nextStream ok
> ok 1120 - tell is 0
> ok 1121 - $. is 0
> ok 1122 - $. is 2
> ok 1123 - ! error()
> ok 1124 - eof()
> ok 1125 - streamCount is 2
> ok 1126 - expected output
> ok 1127 - nextStream ok
> ok 1128 - tell is 0
> ok 1129 - $. is 0
> ok 1130 - $. is 1
> ok 1131 - ! error()
> ok 1132 - eof()
> ok 1133 - streamCount is 3
> ok 1134 - expected output
> ok 1135 - nextStream ok
> ok 1136 - tell is 0
> ok 1137 - $. is 0
> ok 1138 - $. is 0
> ok 1139 - ! error()
> ok 1140 - eof()
> ok 1141 - streamCount is ok
> ok 1142 - expected output
> ok 1143 - tell is 0
> ok 1144 - nextStream ok
> ok 1145 - eof()
> ok 1146 - close() ok
> ok 1147 - streamCount ok
> ok 1148 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress nextStream and 3 streams, from filehandle, Transparent => 0
> ok 1149 - $gz isa IO::Uncompress::Unzip
> ok 1150 - $. is 4
> ok 1151 - ! error()
> ok 1152 - eof()
> ok 1153 - streamCount is 1
> ok 1154 - expected output
> ok 1155 - nextStream ok
> ok 1156 - tell is 0
> ok 1157 - $. is 0
> ok 1158 - $. is 2
> ok 1159 - ! error()
> ok 1160 - eof()
> ok 1161 - streamCount is 2
> ok 1162 - expected output
> ok 1163 - nextStream ok
> ok 1164 - tell is 0
> ok 1165 - $. is 0
> ok 1166 - $. is 1
> ok 1167 - ! error()
> ok 1168 - eof()
> ok 1169 - streamCount is 3
> ok 1170 - expected output
> ok 1171 - nextStream ok
> ok 1172 - tell is 0
> ok 1173 - $. is 0
> ok 1174 - $. is 0
> ok 1175 - ! error()
> ok 1176 - eof()
> ok 1177 - streamCount is ok
> ok 1178 - expected output
> ok 1179 - tell is 0
> ok 1180 - nextStream ok
> ok 1181 - eof()
> ok 1182 - close() ok
> ok 1183 - streamCount ok
> ok 1184 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress nextStream and 3 streams, from filehandle, Transparent => 1
> ok 1185 - $gz isa IO::Uncompress::Unzip
> ok 1186 - $. is 4
> ok 1187 - ! error()
> ok 1188 - eof()
> ok 1189 - streamCount is 1
> ok 1190 - expected output
> ok 1191 - nextStream ok
> ok 1192 - tell is 0
> ok 1193 - $. is 0
> ok 1194 - $. is 2
> ok 1195 - ! error()
> ok 1196 - eof()
> ok 1197 - streamCount is 2
> ok 1198 - expected output
> ok 1199 - nextStream ok
> ok 1200 - tell is 0
> ok 1201 - $. is 0
> ok 1202 - $. is 1
> ok 1203 - ! error()
> ok 1204 - eof()
> ok 1205 - streamCount is 3
> ok 1206 - expected output
> ok 1207 - nextStream ok
> ok 1208 - tell is 0
> ok 1209 - $. is 0
> ok 1210 - $. is 0
> ok 1211 - ! error()
> ok 1212 - eof()
> ok 1213 - streamCount is ok
> ok 1214 - expected output
> ok 1215 - tell is 0
> ok 1216 - nextStream ok
> ok 1217 - eof()
> ok 1218 - close() ok
> ok 1219 - streamCount ok
> ok 1220 - Testing IO::Compress::Zip with 1 streams to buffer
> ok 1221 - $x isa IO::Compress::Zip
> ok 1222 - Write OK
> ok 1223 - newStream OK
> ok 1224 - Close ok
> ok 1225 - Testing IO::Compress::Zip with IO::Uncompress::Unzip and 1 streams, from buffer
> ok 1226 - $gz isa IO::Uncompress::Unzip
> ok 1227 - ! error()
> ok 1228 - eof()
> ok 1229 - close() ok
> ok 1230 - streamCount ok 2
> ok 1231 - expected output
> ok 1232 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress and 1 streams, from buffer
> ok 1233 - $gz isa IO::Uncompress::Unzip
> ok 1234 - ! error()
> ok 1235 - eof()
> ok 1236 - close() ok
> ok 1237 - streamCount ok 2
> ok 1238 - expected output
> ok 1239 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 1 and 1 streams, from buffer
> ok 1240 - $gz isa IO::Uncompress::Unzip
> ok 1241 - ! error()
> ok 1242 - eof()
> ok 1243 - close() ok
> ok 1244 - streamCount ok 2
> ok 1245 - expected output
> ok 1246 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 20 and 1 streams, from buffer
> ok 1247 - $gz isa IO::Uncompress::Unzip
> ok 1248 - ! error()
> ok 1249 - eof()
> ok 1250 - close() ok
> ok 1251 - streamCount ok 2
> ok 1252 - expected output
> ok 1253 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 69 and 1 streams, from buffer
> ok 1254 - $gz isa IO::Uncompress::Unzip
> ok 1255 - ! error()
> ok 1256 - eof()
> ok 1257 - close() ok
> ok 1258 - streamCount ok 2
> ok 1259 - expected output
> ok 1260 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 70 and 1 streams, from buffer
> ok 1261 - $gz isa IO::Uncompress::Unzip
> ok 1262 - ! error()
> ok 1263 - eof()
> ok 1264 - close() ok
> ok 1265 - streamCount ok 2
> ok 1266 - expected output
> ok 1267 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 71 and 1 streams, from buffer
> ok 1268 - $gz isa IO::Uncompress::Unzip
> ok 1269 - ! error()
> ok 1270 - eof()
> ok 1271 - close() ok
> ok 1272 - streamCount ok 2
> ok 1273 - expected output
> ok 1274 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 1 and 1 streams, from buffer
> ok 1275 - $gz isa IO::Uncompress::Unzip
> ok 1276 - ! error()
> ok 1277 - eof()
> ok 1278 - close() ok
> ok 1279 - streamCount ok 2
> ok 1280 - expected output
> ok 1281 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 20 and 1 streams, from buffer
> ok 1282 - $gz isa IO::Uncompress::Unzip
> ok 1283 - ! error()
> ok 1284 - eof()
> ok 1285 - close() ok
> ok 1286 - streamCount ok 2
> ok 1287 - expected output
> ok 1288 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 69 and 1 streams, from buffer
> ok 1289 - $gz isa IO::Uncompress::Unzip
> ok 1290 - ! error()
> ok 1291 - eof()
> ok 1292 - close() ok
> ok 1293 - streamCount ok 2
> ok 1294 - expected output
> ok 1295 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 70 and 1 streams, from buffer
> ok 1296 - $gz isa IO::Uncompress::Unzip
> ok 1297 - ! error()
> ok 1298 - eof()
> ok 1299 - close() ok
> ok 1300 - streamCount ok 2
> ok 1301 - expected output
> ok 1302 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 71 and 1 streams, from buffer
> ok 1303 - $gz isa IO::Uncompress::Unzip
> ok 1304 - ! error()
> ok 1305 - eof()
> ok 1306 - close() ok
> ok 1307 - streamCount ok 2
> ok 1308 - expected output
> ok 1309 - Testing IO::Compress::Zip with IO::Uncompress::Unzip nextStream and 1 streams, from buffer, Transparent => 0
> ok 1310 - $gz isa IO::Uncompress::Unzip
> ok 1311 - $. is 4
> ok 1312 - ! error()
> ok 1313 - eof()
> ok 1314 - streamCount is 1
> ok 1315 - expected output
> ok 1316 - nextStream ok
> ok 1317 - tell is 0
> ok 1318 - $. is 0
> ok 1319 - $. is 0
> ok 1320 - ! error()
> ok 1321 - eof()
> ok 1322 - streamCount is ok
> ok 1323 - expected output
> ok 1324 - tell is 0
> ok 1325 - nextStream ok
> ok 1326 - eof()
> ok 1327 - close() ok
> ok 1328 - streamCount ok
> ok 1329 - Testing IO::Compress::Zip with IO::Uncompress::Unzip nextStream and 1 streams, from buffer, Transparent => 1
> ok 1330 - $gz isa IO::Uncompress::Unzip
> ok 1331 - $. is 4
> ok 1332 - ! error()
> ok 1333 - eof()
> ok 1334 - streamCount is 1
> ok 1335 - expected output
> ok 1336 - nextStream ok
> ok 1337 - tell is 0
> ok 1338 - $. is 0
> ok 1339 - $. is 0
> ok 1340 - ! error()
> ok 1341 - eof()
> ok 1342 - streamCount is ok
> ok 1343 - expected output
> ok 1344 - tell is 0
> ok 1345 - nextStream ok
> ok 1346 - eof()
> ok 1347 - close() ok
> ok 1348 - streamCount ok
> ok 1349 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress nextStream and 1 streams, from buffer, Transparent => 0
> ok 1350 - $gz isa IO::Uncompress::Unzip
> ok 1351 - $. is 4
> ok 1352 - ! error()
> ok 1353 - eof()
> ok 1354 - streamCount is 1
> ok 1355 - expected output
> ok 1356 - nextStream ok
> ok 1357 - tell is 0
> ok 1358 - $. is 0
> ok 1359 - $. is 0
> ok 1360 - ! error()
> ok 1361 - eof()
> ok 1362 - streamCount is ok
> ok 1363 - expected output
> ok 1364 - tell is 0
> ok 1365 - nextStream ok
> ok 1366 - eof()
> ok 1367 - close() ok
> ok 1368 - streamCount ok
> ok 1369 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress nextStream and 1 streams, from buffer, Transparent => 1
> ok 1370 - $gz isa IO::Uncompress::Unzip
> ok 1371 - $. is 4
> ok 1372 - ! error()
> ok 1373 - eof()
> ok 1374 - streamCount is 1
> ok 1375 - expected output
> ok 1376 - nextStream ok
> ok 1377 - tell is 0
> ok 1378 - $. is 0
> ok 1379 - $. is 0
> ok 1380 - ! error()
> ok 1381 - eof()
> ok 1382 - streamCount is ok
> ok 1383 - expected output
> ok 1384 - tell is 0
> ok 1385 - nextStream ok
> ok 1386 - eof()
> ok 1387 - close() ok
> ok 1388 - streamCount ok
> ok 1389 - Testing IO::Compress::Zip with 2 streams to buffer
> ok 1390 - $x isa IO::Compress::Zip
> ok 1391 - Write OK
> ok 1392 - newStream OK
> ok 1393 - Write OK
> ok 1394 - newStream OK
> ok 1395 - Close ok
> ok 1396 - Testing IO::Compress::Zip with IO::Uncompress::Unzip and 2 streams, from buffer
> ok 1397 - $gz isa IO::Uncompress::Unzip
> ok 1398 - ! error()
> ok 1399 - eof()
> ok 1400 - close() ok
> ok 1401 - streamCount ok 3
> ok 1402 - expected output
> ok 1403 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress and 2 streams, from buffer
> ok 1404 - $gz isa IO::Uncompress::Unzip
> ok 1405 - ! error()
> ok 1406 - eof()
> ok 1407 - close() ok
> ok 1408 - streamCount ok 3
> ok 1409 - expected output
> ok 1410 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 1 and 2 streams, from buffer
> ok 1411 - $gz isa IO::Uncompress::Unzip
> ok 1412 - ! error()
> ok 1413 - eof()
> ok 1414 - close() ok
> ok 1415 - streamCount ok 3
> ok 1416 - expected output
> ok 1417 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 20 and 2 streams, from buffer
> ok 1418 - $gz isa IO::Uncompress::Unzip
> ok 1419 - ! error()
> ok 1420 - eof()
> ok 1421 - close() ok
> ok 1422 - streamCount ok 3
> ok 1423 - expected output
> ok 1424 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 69 and 2 streams, from buffer
> ok 1425 - $gz isa IO::Uncompress::Unzip
> ok 1426 - ! error()
> ok 1427 - eof()
> ok 1428 - close() ok
> ok 1429 - streamCount ok 3
> ok 1430 - expected output
> ok 1431 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 70 and 2 streams, from buffer
> ok 1432 - $gz isa IO::Uncompress::Unzip
> ok 1433 - ! error()
> ok 1434 - eof()
> ok 1435 - close() ok
> ok 1436 - streamCount ok 3
> ok 1437 - expected output
> ok 1438 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 71 and 2 streams, from buffer
> ok 1439 - $gz isa IO::Uncompress::Unzip
> ok 1440 - ! error()
> ok 1441 - eof()
> ok 1442 - close() ok
> ok 1443 - streamCount ok 3
> ok 1444 - expected output
> ok 1445 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 1 and 2 streams, from buffer
> ok 1446 - $gz isa IO::Uncompress::Unzip
> ok 1447 - ! error()
> ok 1448 - eof()
> ok 1449 - close() ok
> ok 1450 - streamCount ok 3
> ok 1451 - expected output
> ok 1452 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 20 and 2 streams, from buffer
> ok 1453 - $gz isa IO::Uncompress::Unzip
> ok 1454 - ! error()
> ok 1455 - eof()
> ok 1456 - close() ok
> ok 1457 - streamCount ok 3
> ok 1458 - expected output
> ok 1459 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 69 and 2 streams, from buffer
> ok 1460 - $gz isa IO::Uncompress::Unzip
> ok 1461 - ! error()
> ok 1462 - eof()
> ok 1463 - close() ok
> ok 1464 - streamCount ok 3
> ok 1465 - expected output
> ok 1466 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 70 and 2 streams, from buffer
> ok 1467 - $gz isa IO::Uncompress::Unzip
> ok 1468 - ! error()
> ok 1469 - eof()
> ok 1470 - close() ok
> ok 1471 - streamCount ok 3
> ok 1472 - expected output
> ok 1473 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 71 and 2 streams, from buffer
> ok 1474 - $gz isa IO::Uncompress::Unzip
> ok 1475 - ! error()
> ok 1476 - eof()
> ok 1477 - close() ok
> ok 1478 - streamCount ok 3
> ok 1479 - expected output
> ok 1480 - Testing IO::Compress::Zip with IO::Uncompress::Unzip nextStream and 2 streams, from buffer, Transparent => 0
> ok 1481 - $gz isa IO::Uncompress::Unzip
> ok 1482 - $. is 4
> ok 1483 - ! error()
> ok 1484 - eof()
> ok 1485 - streamCount is 1
> ok 1486 - expected output
> ok 1487 - nextStream ok
> ok 1488 - tell is 0
> ok 1489 - $. is 0
> ok 1490 - $. is 2
> ok 1491 - ! error()
> ok 1492 - eof()
> ok 1493 - streamCount is 2
> ok 1494 - expected output
> ok 1495 - nextStream ok
> ok 1496 - tell is 0
> ok 1497 - $. is 0
> ok 1498 - $. is 0
> ok 1499 - ! error()
> ok 1500 - eof()
> ok 1501 - streamCount is ok
> ok 1502 - expected output
> ok 1503 - tell is 0
> ok 1504 - nextStream ok
> ok 1505 - eof()
> ok 1506 - close() ok
> ok 1507 - streamCount ok
> ok 1508 - Testing IO::Compress::Zip with IO::Uncompress::Unzip nextStream and 2 streams, from buffer, Transparent => 1
> ok 1509 - $gz isa IO::Uncompress::Unzip
> ok 1510 - $. is 4
> ok 1511 - ! error()
> ok 1512 - eof()
> ok 1513 - streamCount is 1
> ok 1514 - expected output
> ok 1515 - nextStream ok
> ok 1516 - tell is 0
> ok 1517 - $. is 0
> ok 1518 - $. is 2
> ok 1519 - ! error()
> ok 1520 - eof()
> ok 1521 - streamCount is 2
> ok 1522 - expected output
> ok 1523 - nextStream ok
> ok 1524 - tell is 0
> ok 1525 - $. is 0
> ok 1526 - $. is 0
> ok 1527 - ! error()
> ok 1528 - eof()
> ok 1529 - streamCount is ok
> ok 1530 - expected output
> ok 1531 - tell is 0
> ok 1532 - nextStream ok
> ok 1533 - eof()
> ok 1534 - close() ok
> ok 1535 - streamCount ok
> ok 1536 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress nextStream and 2 streams, from buffer, Transparent => 0
> ok 1537 - $gz isa IO::Uncompress::Unzip
> ok 1538 - $. is 4
> ok 1539 - ! error()
> ok 1540 - eof()
> ok 1541 - streamCount is 1
> ok 1542 - expected output
> ok 1543 - nextStream ok
> ok 1544 - tell is 0
> ok 1545 - $. is 0
> ok 1546 - $. is 2
> ok 1547 - ! error()
> ok 1548 - eof()
> ok 1549 - streamCount is 2
> ok 1550 - expected output
> ok 1551 - nextStream ok
> ok 1552 - tell is 0
> ok 1553 - $. is 0
> ok 1554 - $. is 0
> ok 1555 - ! error()
> ok 1556 - eof()
> ok 1557 - streamCount is ok
> ok 1558 - expected output
> ok 1559 - tell is 0
> ok 1560 - nextStream ok
> ok 1561 - eof()
> ok 1562 - close() ok
> ok 1563 - streamCount ok
> ok 1564 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress nextStream and 2 streams, from buffer, Transparent => 1
> ok 1565 - $gz isa IO::Uncompress::Unzip
> ok 1566 - $. is 4
> ok 1567 - ! error()
> ok 1568 - eof()
> ok 1569 - streamCount is 1
> ok 1570 - expected output
> ok 1571 - nextStream ok
> ok 1572 - tell is 0
> ok 1573 - $. is 0
> ok 1574 - $. is 2
> ok 1575 - ! error()
> ok 1576 - eof()
> ok 1577 - streamCount is 2
> ok 1578 - expected output
> ok 1579 - nextStream ok
> ok 1580 - tell is 0
> ok 1581 - $. is 0
> ok 1582 - $. is 0
> ok 1583 - ! error()
> ok 1584 - eof()
> ok 1585 - streamCount is ok
> ok 1586 - expected output
> ok 1587 - tell is 0
> ok 1588 - nextStream ok
> ok 1589 - eof()
> ok 1590 - close() ok
> ok 1591 - streamCount ok
> ok 1592 - Testing IO::Compress::Zip with 3 streams to buffer
> ok 1593 - $x isa IO::Compress::Zip
> ok 1594 - Write OK
> ok 1595 - newStream OK
> ok 1596 - Write OK
> ok 1597 - newStream OK
> ok 1598 - Write OK
> ok 1599 - newStream OK
> ok 1600 - Close ok
> ok 1601 - Testing IO::Compress::Zip with IO::Uncompress::Unzip and 3 streams, from buffer
> ok 1602 - $gz isa IO::Uncompress::Unzip
> ok 1603 - ! error()
> ok 1604 - eof()
> ok 1605 - close() ok
> ok 1606 - streamCount ok 4
> ok 1607 - expected output
> ok 1608 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress and 3 streams, from buffer
> ok 1609 - $gz isa IO::Uncompress::Unzip
> ok 1610 - ! error()
> ok 1611 - eof()
> ok 1612 - close() ok
> ok 1613 - streamCount ok 4
> ok 1614 - expected output
> ok 1615 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 1 and 3 streams, from buffer
> ok 1616 - $gz isa IO::Uncompress::Unzip
> ok 1617 - ! error()
> ok 1618 - eof()
> ok 1619 - close() ok
> ok 1620 - streamCount ok 4
> ok 1621 - expected output
> ok 1622 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 20 and 3 streams, from buffer
> ok 1623 - $gz isa IO::Uncompress::Unzip
> ok 1624 - ! error()
> ok 1625 - eof()
> ok 1626 - close() ok
> ok 1627 - streamCount ok 4
> ok 1628 - expected output
> ok 1629 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 69 and 3 streams, from buffer
> ok 1630 - $gz isa IO::Uncompress::Unzip
> ok 1631 - ! error()
> ok 1632 - eof()
> ok 1633 - close() ok
> ok 1634 - streamCount ok 4
> ok 1635 - expected output
> ok 1636 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 70 and 3 streams, from buffer
> ok 1637 - $gz isa IO::Uncompress::Unzip
> ok 1638 - ! error()
> ok 1639 - eof()
> ok 1640 - close() ok
> ok 1641 - streamCount ok 4
> ok 1642 - expected output
> ok 1643 - Testing IO::Compress::Zip with IO::Uncompress::Unzip, BlockSize 71 and 3 streams, from buffer
> ok 1644 - $gz isa IO::Uncompress::Unzip
> ok 1645 - ! error()
> ok 1646 - eof()
> ok 1647 - close() ok
> ok 1648 - streamCount ok 4
> ok 1649 - expected output
> ok 1650 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 1 and 3 streams, from buffer
> ok 1651 - $gz isa IO::Uncompress::Unzip
> ok 1652 - ! error()
> ok 1653 - eof()
> ok 1654 - close() ok
> ok 1655 - streamCount ok 4
> ok 1656 - expected output
> ok 1657 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 20 and 3 streams, from buffer
> ok 1658 - $gz isa IO::Uncompress::Unzip
> ok 1659 - ! error()
> ok 1660 - eof()
> ok 1661 - close() ok
> ok 1662 - streamCount ok 4
> ok 1663 - expected output
> ok 1664 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 69 and 3 streams, from buffer
> ok 1665 - $gz isa IO::Uncompress::Unzip
> ok 1666 - ! error()
> ok 1667 - eof()
> ok 1668 - close() ok
> ok 1669 - streamCount ok 4
> ok 1670 - expected output
> ok 1671 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 70 and 3 streams, from buffer
> ok 1672 - $gz isa IO::Uncompress::Unzip
> ok 1673 - ! error()
> ok 1674 - eof()
> ok 1675 - close() ok
> ok 1676 - streamCount ok 4
> ok 1677 - expected output
> ok 1678 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress, BlockSize 71 and 3 streams, from buffer
> ok 1679 - $gz isa IO::Uncompress::Unzip
> ok 1680 - ! error()
> ok 1681 - eof()
> ok 1682 - close() ok
> ok 1683 - streamCount ok 4
> ok 1684 - expected output
> ok 1685 - Testing IO::Compress::Zip with IO::Uncompress::Unzip nextStream and 3 streams, from buffer, Transparent => 0
> ok 1686 - $gz isa IO::Uncompress::Unzip
> ok 1687 - $. is 4
> ok 1688 - ! error()
> ok 1689 - eof()
> ok 1690 - streamCount is 1
> ok 1691 - expected output
> ok 1692 - nextStream ok
> ok 1693 - tell is 0
> ok 1694 - $. is 0
> ok 1695 - $. is 2
> ok 1696 - ! error()
> ok 1697 - eof()
> ok 1698 - streamCount is 2
> ok 1699 - expected output
> ok 1700 - nextStream ok
> ok 1701 - tell is 0
> ok 1702 - $. is 0
> ok 1703 - $. is 1
> ok 1704 - ! error()
> ok 1705 - eof()
> ok 1706 - streamCount is 3
> ok 1707 - expected output
> ok 1708 - nextStream ok
> ok 1709 - tell is 0
> ok 1710 - $. is 0
> ok 1711 - $. is 0
> ok 1712 - ! error()
> ok 1713 - eof()
> ok 1714 - streamCount is ok
> ok 1715 - expected output
> ok 1716 - tell is 0
> ok 1717 - nextStream ok
> ok 1718 - eof()
> ok 1719 - close() ok
> ok 1720 - streamCount ok
> ok 1721 - Testing IO::Compress::Zip with IO::Uncompress::Unzip nextStream and 3 streams, from buffer, Transparent => 1
> ok 1722 - $gz isa IO::Uncompress::Unzip
> ok 1723 - $. is 4
> ok 1724 - ! error()
> ok 1725 - eof()
> ok 1726 - streamCount is 1
> ok 1727 - expected output
> ok 1728 - nextStream ok
> ok 1729 - tell is 0
> ok 1730 - $. is 0
> ok 1731 - $. is 2
> ok 1732 - ! error()
> ok 1733 - eof()
> ok 1734 - streamCount is 2
> ok 1735 - expected output
> ok 1736 - nextStream ok
> ok 1737 - tell is 0
> ok 1738 - $. is 0
> ok 1739 - $. is 1
> ok 1740 - ! error()
> ok 1741 - eof()
> ok 1742 - streamCount is 3
> ok 1743 - expected output
> ok 1744 - nextStream ok
> ok 1745 - tell is 0
> ok 1746 - $. is 0
> ok 1747 - $. is 0
> ok 1748 - ! error()
> ok 1749 - eof()
> ok 1750 - streamCount is ok
> ok 1751 - expected output
> ok 1752 - tell is 0
> ok 1753 - nextStream ok
> ok 1754 - eof()
> ok 1755 - close() ok
> ok 1756 - streamCount ok
> ok 1757 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress nextStream and 3 streams, from buffer, Transparent => 0
> ok 1758 - $gz isa IO::Uncompress::Unzip
> ok 1759 - $. is 4
> ok 1760 - ! error()
> ok 1761 - eof()
> ok 1762 - streamCount is 1
> ok 1763 - expected output
> ok 1764 - nextStream ok
> ok 1765 - tell is 0
> ok 1766 - $. is 0
> ok 1767 - $. is 2
> ok 1768 - ! error()
> ok 1769 - eof()
> ok 1770 - streamCount is 2
> ok 1771 - expected output
> ok 1772 - nextStream ok
> ok 1773 - tell is 0
> ok 1774 - $. is 0
> ok 1775 - $. is 1
> ok 1776 - ! error()
> ok 1777 - eof()
> ok 1778 - streamCount is 3
> ok 1779 - expected output
> ok 1780 - nextStream ok
> ok 1781 - tell is 0
> ok 1782 - $. is 0
> ok 1783 - $. is 0
> ok 1784 - ! error()
> ok 1785 - eof()
> ok 1786 - streamCount is ok
> ok 1787 - expected output
> ok 1788 - tell is 0
> ok 1789 - nextStream ok
> ok 1790 - eof()
> ok 1791 - close() ok
> ok 1792 - streamCount ok
> ok 1793 - Testing IO::Compress::Zip with IO::Uncompress::AnyUncompress nextStream and 3 streams, from buffer, Transparent => 1
> ok 1794 - $gz isa IO::Uncompress::Unzip
> ok 1795 - $. is 4
> ok 1796 - ! error()
> ok 1797 - eof()
> ok 1798 - streamCount is 1
> ok 1799 - expected output
> ok 1800 - nextStream ok
> ok 1801 - tell is 0
> ok 1802 - $. is 0
> ok 1803 - $. is 2
> ok 1804 - ! error()
> ok 1805 - eof()
> ok 1806 - streamCount is 2
> ok 1807 - expected output
> ok 1808 - nextStream ok
> ok 1809 - tell is 0
> ok 1810 - $. is 0
> ok 1811 - $. is 1
> ok 1812 - ! error()
> ok 1813 - eof()
> ok 1814 - streamCount is 3
> ok 1815 - expected output
> ok 1816 - nextStream ok
> ok 1817 - tell is 0
> ok 1818 - $. is 0
> ok 1819 - $. is 0
> ok 1820 - ! error()
> ok 1821 - eof()
> ok 1822 - streamCount is ok
> ok 1823 - expected output
> ok 1824 - tell is 0
> ok 1825 - nextStream ok
> ok 1826 - eof()
> ok 1827 - close() ok
> ok 1828 - streamCount ok
> ok
> t/108anyunc-bzip2.t .............
> 1..48
> ok 1 - AnyUncompress(Transparent => 0, File=>0) with IO::Compress::Bzip2
> ok 2 - create IO::Compress::Bzip2 object
> ok 3 - write to object
> ok 4 - close ok
> ok 5 - Created AnyUncompress object
> ok 6 - at eof
> ok 7 - at eof
> ok 8 - expected output
> ok 9 - Created AnyUncompress object
> ok 10 - at eof
> ok 11 - at eof
> ok 12 - expected output
> ok 13 - AnyUncompress(Transparent => 0, File=>1) with IO::Compress::Bzip2
> ok 14 - create IO::Compress::Bzip2 object
> ok 15 - write to object
> ok 16 - close ok
> ok 17 - Created AnyUncompress object
> ok 18 - at eof
> ok 19 - at eof
> ok 20 - expected output
> ok 21 - Created AnyUncompress object
> ok 22 - at eof
> ok 23 - at eof
> ok 24 - expected output
> ok 25 - AnyUncompress(Transparent => 1, File=>0) with IO::Compress::Bzip2
> ok 26 - create IO::Compress::Bzip2 object
> ok 27 - write to object
> ok 28 - close ok
> ok 29 - Created AnyUncompress object
> ok 30 - at eof
> ok 31 - at eof
> ok 32 - expected output
> ok 33 - Created AnyUncompress object
> ok 34 - at eof
> ok 35 - at eof
> ok 36 - expected output
> ok 37 - AnyUncompress(Transparent => 1, File=>1) with IO::Compress::Bzip2
> ok 38 - create IO::Compress::Bzip2 object
> ok 39 - write to object
> ok 40 - close ok
> ok 41 - Created AnyUncompress object
> ok 42 - at eof
> ok 43 - at eof
> ok 44 - expected output
> ok 45 - Created AnyUncompress object
> ok 46 - at eof
> ok 47 - at eof
> ok 48 - expected output
> ok
> t/108anyunc-deflate.t ...........
> 1..48
> ok 1 - AnyUncompress(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 AnyUncompress object
> ok 6 - at eof
> ok 7 - at eof
> ok 8 - expected output
> ok 9 - Created AnyUncompress object
> ok 10 - at eof
> ok 11 - at eof
> ok 12 - expected output
> ok 13 - AnyUncompress(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 AnyUncompress object
> ok 18 - at eof
> ok 19 - at eof
> ok 20 - expected output
> ok 21 - Created AnyUncompress object
> ok 22 - at eof
> ok 23 - at eof
> ok 24 - expected output
> ok 25 - AnyUncompress(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 AnyUncompress object
> ok 30 - at eof
> ok 31 - at eof
> ok 32 - expected output
> ok 33 - Created AnyUncompress object
> ok 34 - at eof
> ok 35 - at eof
> ok 36 - expected output
> ok 37 - AnyUncompress(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 AnyUncompress object
> ok 42 - at eof
> ok 43 - at eof
> ok 44 - expected output
> ok 45 - Created AnyUncompress object
> ok 46 - at eof
> ok 47 - at eof
> ok 48 - expected output
> ok
> t/108anyunc-gzip.t ..............
> 1..48
> ok 1 - AnyUncompress(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 AnyUncompress object
> ok 6 - at eof
> ok 7 - at eof
> ok 8 - expected output
> ok 9 - Created AnyUncompress object
> ok 10 - at eof
> ok 11 - at eof
> ok 12 - expected output
> ok 13 - AnyUncompress(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 AnyUncompress object
> ok 18 - at eof
> ok 19 - at eof
> ok 20 - expected output
> ok 21 - Created AnyUncompress object
> ok 22 - at eof
> ok 23 - at eof
> ok 24 - expected output
> ok 25 - AnyUncompress(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 AnyUncompress object
> ok 30 - at eof
> ok 31 - at eof
> ok 32 - expected output
> ok 33 - Created AnyUncompress object
> ok 34 - at eof
> ok 35 - at eof
> ok 36 - expected output
> ok 37 - AnyUncompress(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 AnyUncompress object
> ok 42 - at eof
> ok 43 - at eof
> ok 44 - expected output
> ok 45 - Created AnyUncompress object
> ok 46 - at eof
> ok 47 - at eof
> ok 48 - expected output
> ok
> t/108anyunc-rawdeflate.t ........
> 1..48
> ok 1 - AnyUncompress(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 AnyUncompress object
> ok 6 - at eof
> ok 7 - at eof
> ok 8 - expected output
> ok 9 - Created AnyUncompress object
> ok 10 - at eof
> ok 11 - at eof
> ok 12 - expected output
> ok 13 - AnyUncompress(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 AnyUncompress object
> ok 18 - at eof
> ok 19 - at eof
> ok 20 - expected output
> ok 21 - Created AnyUncompress object
> ok 22 - at eof
> ok 23 - at eof
> ok 24 - expected output
> ok 25 - AnyUncompress(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 AnyUncompress object
> ok 30 - at eof
> ok 31 - at eof
> ok 32 - expected output
> ok 33 - Created AnyUncompress object
> ok 34 - at eof
> ok 35 - at eof
> ok 36 - expected output
> ok 37 - AnyUncompress(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 AnyUncompress object
> ok 42 - at eof
> ok 43 - at eof
> ok 44 - expected output
> ok 45 - Created AnyUncompress object
> ok 46 - at eof
> ok 47 - at eof
> ok 48 - expected output
> ok
> t/108anyunc-transparent.t .......
> 1..15
> ok 1 - use IO::Uncompress::AnyUncompress;
> ok 2 - AnyUncompress with Non-compressed data (File 0)
> ok 3 - no AnyUncompress object when -Transparent => 0
> ok 4
> ok 5 - AnyUncompress object when -Transparent => 1
> ok 6
> ok 7
> ok 8
> ok 9 - AnyUncompress with Non-compressed data (File 1)
> ok 10 - no AnyUncompress object when -Transparent => 0
> ok 11
> ok 12 - AnyUncompress object when -Transparent => 1
> ok 13
> ok 14
> ok 15
> ok
> t/108anyunc-zip.t ...............
> 1..48
> ok 1 - AnyUncompress(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 AnyUncompress object
> ok 6 - at eof
> ok 7 - at eof
> ok 8 - expected output
> ok 9 - Created AnyUncompress object
> ok 10 - at eof
> ok 11 - at eof
> ok 12 - expected output
> ok 13 - AnyUncompress(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 AnyUncompress object
> ok 18 - at eof
> ok 19 - at eof
> ok 20 - expected output
> ok 21 - Created AnyUncompress object
> ok 22 - at eof
> ok 23 - at eof
> ok 24 - expected output
> ok 25 - AnyUncompress(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 AnyUncompress object
> ok 30 - at eof
> ok 31 - at eof
> ok 32 - expected output
> ok 33 - Created AnyUncompress object
> ok 34 - at eof
> ok 35 - at eof
> ok 36 - expected output
> ok 37 - AnyUncompress(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 AnyUncompress object
> ok 42 - at eof
> ok 43 - at eof
> ok 44 - expected output
> ok 45 - Created AnyUncompress object
> ok 46 - at eof
> ok 47 - at eof
> ok 48 - expected output
> ok
> t/109merge-deflate.t ............
> 1..165
> ok 1 - Misc error cases
> ok 2 - catch bufsize == 0
> ok 3 - catch bufsize == 0
> ok 4 - IO::Compress::Deflate - Merge to filehandle that isn't writable
> ok 5 - file exists
> ok 6 - and is not empty
> ok 7 - chmod worked
> ok 8 - still exists after chmod
> ok 9 - chmod made file unwritable
> ok 10 - Did not create IO::Compress::Deflate object
> ok 11 - Got error message
> ok 12 - IO::Compress::Deflate - Merge to filename that isn't writable
> ok 13 - file exists
> ok 14 - and is not empty
> ok 15 - chmod worked
> ok 16 - still exists after chmod
> ok 17 - chmod made file unwritable
> ok 18 - Did not create IO::Compress::Deflate object
> ok 19 - Got error message
> ok 20 - IO::Compress::Deflate to buffer, content is not compressed
> ok 21 - constructor fails
> ok 22 - got Bad Magic
> ok 23 - IO::Compress::Deflate to file, content is not compressed
> ok 24 - constructor fails
> ok 25 - got Bad Magic
> ok 26 - IO::Compress::Deflate to handle, content is not compressed
> ok 27 - constructor fails
> ok 28 - got Bad Magic
> ok 29 - IO::Compress::Deflate to buffer, content is empty
> ok 30 - constructor passes
> ok 31 - Merge OK
> ok 32 - IO::Compress::Deflate to file, content is empty
> ok 33 - constructor passes
> ok 34 - Merge OK
> ok 35 - IO::Compress::Deflate to handle, content is empty
> ok 36 - constructor passes
> ok 37 - Merge OK
> ok 38 - IO::Compress::Deflate - Merge to file that doesn't exist
> ok 39 - Destination file, 'tst1100808X00004.tmp', does not exist
> ok 40
> ok 41 - Merged OK
> ok 42 - IO::Compress::Deflate to Buffer, content is '<undef>'
> ok 43 - write ok
> ok 44 - close ok
> ok 45 - Destination is ok
> ok 46 - write returned 4
> ok 47 - close ok
> ok 48 - Merged OK
> ok 49 - IO::Compress::Deflate to Buffer, content is ''
> ok 50 - write ok
> ok 51 - close ok
> ok 52 - Destination is ok
> ok 53 - write returned 4
> ok 54 - close ok
> ok 55 - Merged OK
> ok 56 - IO::Compress::Deflate to Buffer, content is 'x'
> ok 57 - write ok
> ok 58 - close ok
> ok 59 - Destination is ok
> ok 60 - write returned 4
> ok 61 - close ok
> ok 62 - Merged OK
> ok 63 - IO::Compress::Deflate to Buffer, content is 'abcde'
> ok 64 - write ok
> ok 65 - close ok
> ok 66 - Destination is ok
> ok 67 - write returned 4
> ok 68 - close ok
> ok 69 - Merged OK
> ok 70 - IO::Compress::Deflate to File, content is '<undef>'
> ok 71 - write ok
> ok 72 - close ok
> ok 73 - Destination is ok
> ok 74 - write returned 4
> ok 75 - close ok
> ok 76 - Merged OK
> ok 77 - IO::Compress::Deflate to File, content is ''
> ok 78 - write ok
> ok 79 - close ok
> ok 80 - Destination is ok
> ok 81 - write returned 4
> ok 82 - close ok
> ok 83 - Merged OK
> ok 84 - IO::Compress::Deflate to File, content is 'x'
> ok 85 - write ok
> ok 86 - close ok
> ok 87 - Destination is ok
> ok 88 - write returned 4
> ok 89 - close ok
> ok 90 - Merged OK
> ok 91 - IO::Compress::Deflate to File, content is 'abcde'
> ok 92 - write ok
> ok 93 - close ok
> ok 94 - Destination is ok
> ok 95 - write returned 4
> ok 96 - close ok
> ok 97 - Merged OK
> ok 98 - IO::Compress::Deflate to Filehandle, content is '<undef>'
> ok 99 - write ok
> ok 100 - close ok
> ok 101 - Destination is ok
> ok 102 - write returned 4
> ok 103 - close ok
> ok 104 - Merged OK
> ok 105 - IO::Compress::Deflate to Filehandle, content is ''
> ok 106 - write ok
> ok 107 - close ok
> ok 108 - Destination is ok
> ok 109 - write returned 4
> ok 110 - close ok
> ok 111 - Merged OK
> ok 112 - IO::Compress::Deflate to Filehandle, content is 'x'
> ok 113 - write ok
> ok 114 - close ok
> ok 115 - Destination is ok
> ok 116 - write returned 4
> ok 117 - close ok
> ok 118 - Merged OK
> ok 119 - IO::Compress::Deflate to Filehandle, content is 'abcde'
> ok 120 - write ok
> ok 121 - close ok
> ok 122 - Destination is ok
> ok 123 - write returned 4
> ok 124 - close ok
> ok 125 - Merged OK
> ok 126 - IO::Compress::Deflate::deflate to Buffer, content is '<undef>'
> ok 127 - Compress content
> ok 128 - Destination is ok
> ok 129 - Merge content
> ok 130 - Merged OK
> ok 131 - IO::Compress::Deflate::deflate to Buffer, content is ''
> ok 132 - Compress content
> ok 133 - Destination is ok
> ok 134 - Merge content
> ok 135 - Merged OK
> ok 136 - IO::Compress::Deflate::deflate to Buffer, content is 'x'
> ok 137 - Compress content
> ok 138 - Destination is ok
> ok 139 - Merge content
> ok 140 - Merged OK
> ok 141 - IO::Compress::Deflate::deflate to Buffer, content is 'abcde'
> ok 142 - Compress content
> ok 143 - Destination is ok
> ok 144 - Merge content
> ok 145 - Merged OK
> ok 146 - IO::Compress::Deflate::deflate to File, content is '<undef>'
> ok 147 - Compress content
> ok 148 - Destination is ok
> ok 149 - Merge content
> ok 150 - Merged OK
> ok 151 - IO::Compress::Deflate::deflate to File, content is ''
> ok 152 - Compress content
> ok 153 - Destination is ok
> ok 154 - Merge content
> ok 155 - Merged OK
> ok 156 - IO::Compress::Deflate::deflate to File, content is 'x'
> ok 157 - Compress content
> ok 158 - Destination is ok
> ok 159 - Merge content
> ok 160 - Merged OK
> ok 161 - IO::Compress::Deflate::deflate to File, content is 'abcde'
> ok 162 - Compress content
> ok 163 - Destination is ok
> ok 164 - Merge content
> ok 165 - Merged OK
> ok
> t/109merge-gzip.t ...............
> 1..165
> ok 1 - Misc error cases
> ok 2 - catch bufsize == 0
> ok 3 - catch bufsize == 0
> ok 4 - IO::Compress::Gzip - Merge to filehandle that isn't writable
> ok 5 - file exists
> ok 6 - and is not empty
> ok 7 - chmod worked
> ok 8 - still exists after chmod
> ok 9 - chmod made file unwritable
> ok 10 - Did not create IO::Compress::Gzip object
> ok 11 - Got error message
> ok 12 - IO::Compress::Gzip - Merge to filename that isn't writable
> ok 13 - file exists
> ok 14 - and is not empty
> ok 15 - chmod worked
> ok 16 - still exists after chmod
> ok 17 - chmod made file unwritable
> ok 18 - Did not create IO::Compress::Gzip object
> ok 19 - Got error message
> ok 20 - IO::Compress::Gzip to buffer, content is not compressed
> ok 21 - constructor fails
> ok 22 - got Bad Magic
> ok 23 - IO::Compress::Gzip to file, content is not compressed
> ok 24 - constructor fails
> ok 25 - got Bad Magic
> ok 26 - IO::Compress::Gzip to handle, content is not compressed
> ok 27 - constructor fails
> ok 28 - got Bad Magic
> ok 29 - IO::Compress::Gzip to buffer, content is empty
> ok 30 - constructor passes
> ok 31 - Merge OK
> ok 32 - IO::Compress::Gzip to file, content is empty
> ok 33 - constructor passes
> ok 34 - Merge OK
> ok 35 - IO::Compress::Gzip to handle, content is empty
> ok 36 - constructor passes
> ok 37 - Merge OK
> ok 38 - IO::Compress::Gzip - Merge to file that doesn't exist
> ok 39 - Destination file, 'tst1100809X00004.tmp', does not exist
> ok 40
> ok 41 - Merged OK
> ok 42 - IO::Compress::Gzip to Buffer, content is '<undef>'
> ok 43 - write ok
> ok 44 - close ok
> ok 45 - Destination is ok
> ok 46 - write returned 4
> ok 47 - close ok
> ok 48 - Merged OK
> ok 49 - IO::Compress::Gzip to Buffer, content is ''
> ok 50 - write ok
> ok 51 - close ok
> ok 52 - Destination is ok
> ok 53 - write returned 4
> ok 54 - close ok
> ok 55 - Merged OK
> ok 56 - IO::Compress::Gzip to Buffer, content is 'x'
> ok 57 - write ok
> ok 58 - close ok
> ok 59 - Destination is ok
> ok 60 - write returned 4
> ok 61 - close ok
> ok 62 - Merged OK
> ok 63 - IO::Compress::Gzip to Buffer, content is 'abcde'
> ok 64 - write ok
> ok 65 - close ok
> ok 66 - Destination is ok
> ok 67 - write returned 4
> ok 68 - close ok
> ok 69 - Merged OK
> ok 70 - IO::Compress::Gzip to File, content is '<undef>'
> ok 71 - write ok
> ok 72 - close ok
> ok 73 - Destination is ok
> ok 74 - write returned 4
> ok 75 - close ok
> ok 76 - Merged OK
> ok 77 - IO::Compress::Gzip to File, content is ''
> ok 78 - write ok
> ok 79 - close ok
> ok 80 - Destination is ok
> ok 81 - write returned 4
> ok 82 - close ok
> ok 83 - Merged OK
> ok 84 - IO::Compress::Gzip to File, content is 'x'
> ok 85 - write ok
> ok 86 - close ok
> ok 87 - Destination is ok
> ok 88 - write returned 4
> ok 89 - close ok
> ok 90 - Merged OK
> ok 91 - IO::Compress::Gzip to File, content is 'abcde'
> ok 92 - write ok
> ok 93 - close ok
> ok 94 - Destination is ok
> ok 95 - write returned 4
> ok 96 - close ok
> ok 97 - Merged OK
> ok 98 - IO::Compress::Gzip to Filehandle, content is '<undef>'
> ok 99 - write ok
> ok 100 - close ok
> ok 101 - Destination is ok
> ok 102 - write returned 4
> ok 103 - close ok
> ok 104 - Merged OK
> ok 105 - IO::Compress::Gzip to Filehandle, content is ''
> ok 106 - write ok
> ok 107 - close ok
> ok 108 - Destination is ok
> ok 109 - write returned 4
> ok 110 - close ok
> ok 111 - Merged OK
> ok 112 - IO::Compress::Gzip to Filehandle, content is 'x'
> ok 113 - write ok
> ok 114 - close ok
> ok 115 - Destination is ok
> ok 116 - write returned 4
> ok 117 - close ok
> ok 118 - Merged OK
> ok 119 - IO::Compress::Gzip to Filehandle, content is 'abcde'
> ok 120 - write ok
> ok 121 - close ok
> ok 122 - Destination is ok
> ok 123 - write returned 4
> ok 124 - close ok
> ok 125 - Merged OK
> ok 126 - IO::Compress::Gzip::gzip to Buffer, content is '<undef>'
> ok 127 - Compress content
> ok 128 - Destination is ok
> ok 129 - Merge content
> ok 130 - Merged OK
> ok 131 - IO::Compress::Gzip::gzip to Buffer, content is ''
> ok 132 - Compress content
> ok 133 - Destination is ok
> ok 134 - Merge content
> ok 135 - Merged OK
> ok 136 - IO::Compress::Gzip::gzip to Buffer, content is 'x'
> ok 137 - Compress content
> ok 138 - Destination is ok
> ok 139 - Merge content
> ok 140 - Merged OK
> ok 141 - IO::Compress::Gzip::gzip to Buffer, content is 'abcde'
> ok 142 - Compress content
> ok 143 - Destination is ok
> ok 144 - Merge content
> ok 145 - Merged OK
> ok 146 - IO::Compress::Gzip::gzip to File, content is '<undef>'
> ok 147 - Compress content
> ok 148 - Destination is ok
> ok 149 - Merge content
> ok 150 - Merged OK
> ok 151 - IO::Compress::Gzip::gzip to File, content is ''
> ok 152 - Compress content
> ok 153 - Destination is ok
> ok 154 - Merge content
> ok 155 - Merged OK
> ok 156 - IO::Compress::Gzip::gzip to File, content is 'x'
> ok 157 - Compress content
> ok 158 - Destination is ok
> ok 159 - Merge content
> ok 160 - Merged OK
> ok 161 - IO::Compress::Gzip::gzip to File, content is 'abcde'
> ok 162 - Compress content
> ok 163 - Destination is ok
> ok 164 - Merge content
> ok 165 - Merged OK
> ok
> t/109merge-rawdeflate.t .........
> 1..165
> ok 1 - Misc error cases
> ok 2 - catch bufsize == 0
> ok 3 - catch bufsize == 0
> ok 4 - IO::Compress::RawDeflate - Merge to filehandle that isn't writable
> ok 5 - file exists
> ok 6 - and is not empty
> ok 7 - chmod worked
> ok 8 - still exists after chmod
> ok 9 - chmod made file unwritable
> ok 10 - Did not create IO::Compress::RawDeflate object
> ok 11 - Got error message
> ok 12 - IO::Compress::RawDeflate - Merge to filename that isn't writable
> ok 13 - file exists
> ok 14 - and is not empty
> ok 15 - chmod worked
> ok 16 - still exists after chmod
> ok 17 - chmod made file unwritable
> ok 18 - Did not create IO::Compress::RawDeflate object
> ok 19 - Got error message
> ok 20 - IO::Compress::RawDeflate to buffer, content is not compressed
> ok 21 - constructor fails
> ok 22 - got Bad Magic
> ok 23 - IO::Compress::RawDeflate to file, content is not compressed
> ok 24 - constructor fails
> ok 25 - got Bad Magic
> ok 26 - IO::Compress::RawDeflate to handle, content is not compressed
> ok 27 - constructor fails
> ok 28 - got Bad Magic
> ok 29 - IO::Compress::RawDeflate to buffer, content is empty
> ok 30 - constructor passes
> ok 31 - Merge OK
> ok 32 - IO::Compress::RawDeflate to file, content is empty
> ok 33 - constructor passes
> ok 34 - Merge OK
> ok 35 - IO::Compress::RawDeflate to handle, content is empty
> ok 36 - constructor passes
> ok 37 - Merge OK
> ok 38 - IO::Compress::RawDeflate - Merge to file that doesn't exist
> ok 39 - Destination file, 'tst1100810X00004.tmp', does not exist
> ok 40
> ok 41 - Merged OK
> ok 42 - IO::Compress::RawDeflate to Buffer, content is '<undef>'
> ok 43 - write ok
> ok 44 - close ok
> ok 45 - Destination is ok
> ok 46 - write returned 4
> ok 47 - close ok
> ok 48 - Merged OK
> ok 49 - IO::Compress::RawDeflate to Buffer, content is ''
> ok 50 - write ok
> ok 51 - close ok
> ok 52 - Destination is ok
> ok 53 - write returned 4
> ok 54 - close ok
> ok 55 - Merged OK
> ok 56 - IO::Compress::RawDeflate to Buffer, content is 'x'
> ok 57 - write ok
> ok 58 - close ok
> ok 59 - Destination is ok
> ok 60 - write returned 4
> ok 61 - close ok
> ok 62 - Merged OK
> ok 63 - IO::Compress::RawDeflate to Buffer, content is 'abcde'
> ok 64 - write ok
> ok 65 - close ok
> ok 66 - Destination is ok
> ok 67 - write returned 4
> ok 68 - close ok
> ok 69 - Merged OK
> ok 70 - IO::Compress::RawDeflate to File, content is '<undef>'
> ok 71 - write ok
> ok 72 - close ok
> ok 73 - Destination is ok
> ok 74 - write returned 4
> ok 75 - close ok
> ok 76 - Merged OK
> ok 77 - IO::Compress::RawDeflate to File, content is ''
> ok 78 - write ok
> ok 79 - close ok
> ok 80 - Destination is ok
> ok 81 - write returned 4
> ok 82 - close ok
> ok 83 - Merged OK
> ok 84 - IO::Compress::RawDeflate to File, content is 'x'
> ok 85 - write ok
> ok 86 - close ok
> ok 87 - Destination is ok
> ok 88 - write returned 4
> ok 89 - close ok
> ok 90 - Merged OK
> ok 91 - IO::Compress::RawDeflate to File, content is 'abcde'
> ok 92 - write ok
> ok 93 - close ok
> ok 94 - Destination is ok
> ok 95 - write returned 4
> ok 96 - close ok
> ok 97 - Merged OK
> ok 98 - IO::Compress::RawDeflate to Filehandle, content is '<undef>'
> ok 99 - write ok
> ok 100 - close ok
> ok 101 - Destination is ok
> ok 102 - write returned 4
> ok 103 - close ok
> ok 104 - Merged OK
> ok 105 - IO::Compress::RawDeflate to Filehandle, content is ''
> ok 106 - write ok
> ok 107 - close ok
> ok 108 - Destination is ok
> ok 109 - write returned 4
> ok 110 - close ok
> ok 111 - Merged OK
> ok 112 - IO::Compress::RawDeflate to Filehandle, content is 'x'
> ok 113 - write ok
> ok 114 - close ok
> ok 115 - Destination is ok
> ok 116 - write returned 4
> ok 117 - close ok
> ok 118 - Merged OK
> ok 119 - IO::Compress::RawDeflate to Filehandle, content is 'abcde'
> ok 120 - write ok
> ok 121 - close ok
> ok 122 - Destination is ok
> ok 123 - write returned 4
> ok 124 - close ok
> ok 125 - Merged OK
> ok 126 - IO::Compress::RawDeflate::rawdeflate to Buffer, content is '<undef>'
> ok 127 - Compress content
> ok 128 - Destination is ok
> ok 129 - Merge content
> ok 130 - Merged OK
> ok 131 - IO::Compress::RawDeflate::rawdeflate to Buffer, content is ''
> ok 132 - Compress content
> ok 133 - Destination is ok
> ok 134 - Merge content
> ok 135 - Merged OK
> ok 136 - IO::Compress::RawDeflate::rawdeflate to Buffer, content is 'x'
> ok 137 - Compress content
> ok 138 - Destination is ok
> ok 139 - Merge content
> ok 140 - Merged OK
> ok 141 - IO::Compress::RawDeflate::rawdeflate to Buffer, content is 'abcde'
> ok 142 - Compress content
> ok 143 - Destination is ok
> ok 144 - Merge content
> ok 145 - Merged OK
> ok 146 - IO::Compress::RawDeflate::rawdeflate to File, content is '<undef>'
> ok 147 - Compress content
> ok 148 - Destination is ok
> ok 149 - Merge content
> ok 150 - Merged OK
> ok 151 - IO::Compress::RawDeflate::rawdeflate to File, content is ''
> ok 152 - Compress content
> ok 153 - Destination is ok
> ok 154 - Merge content
> ok 155 - Merged OK
> ok 156 - IO::Compress::RawDeflate::rawdeflate to File, content is 'x'
> ok 157 - Compress content
> ok 158 - Destination is ok
> ok 159 - Merge content
> ok 160 - Merged OK
> ok 161 - IO::Compress::RawDeflate::rawdeflate to File, content is 'abcde'
> ok 162 - Compress content
> ok 163 - Destination is ok
> ok 164 - Merge content
> ok 165 - Merged OK
> ok
> t/109merge-zip.t ................ skipped: not implemented yet
> t/110encode-bzip2.t .............
> 1..29
> ok 1 - OO Mode: To filehandle, Encode by hand
> ok 2 - Expected output
> ok 3 - Expected output
> ok 4 - OO Mode: To buffer, Encode by hand
> ok 5 - Expected output
> ok 6 - Expected output
> ok 7 - Catch wide characters
> ok 8 - wide characters in IO::Compress::Bzip2::write
> ok 9 - Unknown encoding
> ok 10 - Encoding 'fred' is not available
> ok 11 - Encode option
> ok 12 - Encode: To filehandle, Encode option
> ok 13
> ok 14
> ok 15
> ok 16 - Expected output
> ok 17 - Expected output
> ok 18 - Encode: To filename, Encode option
> ok 19
> ok 20
> ok 21
> ok 22 - Expected output
> ok 23 - Expected output
> ok 24 - Encode: To buffer, Encode option
> ok 25
> ok 26
> ok 27
> ok 28 - Expected output
> ok 29 - Expected output
> ok
> t/110encode-deflate.t ...........
> 1..29
> ok 1 - OO Mode: To filehandle, Encode by hand
> ok 2 - Expected output
> ok 3 - Expected output
> ok 4 - OO Mode: To buffer, Encode by hand
> ok 5 - Expected output
> ok 6 - Expected output
> ok 7 - Catch wide characters
> ok 8 - wide characters in IO::Compress::Deflate::write
> ok 9 - Unknown encoding
> ok 10 - Encoding 'fred' is not available
> ok 11 - Encode option
> ok 12 - Encode: To filehandle, Encode option
> ok 13
> ok 14
> ok 15
> ok 16 - Expected output
> ok 17 - Expected output
> ok 18 - Encode: To filename, Encode option
> ok 19
> ok 20
> ok 21
> ok 22 - Expected output
> ok 23 - Expected output
> ok 24 - Encode: To buffer, Encode option
> ok 25
> ok 26
> ok 27
> ok 28 - Expected output
> ok 29 - Expected output
> ok
> t/110encode-gzip.t ..............
> 1..29
> ok 1 - OO Mode: To filehandle, Encode by hand
> ok 2 - Expected output
> ok 3 - Expected output
> ok 4 - OO Mode: To buffer, Encode by hand
> ok 5 - Expected output
> ok 6 - Expected output
> ok 7 - Catch wide characters
> ok 8 - wide characters in IO::Compress::Gzip::write
> ok 9 - Unknown encoding
> ok 10 - Encoding 'fred' is not available
> ok 11 - Encode option
> ok 12 - Encode: To filehandle, Encode option
> ok 13
> ok 14
> ok 15
> ok 16 - Expected output
> ok 17 - Expected output
> ok 18 - Encode: To filename, Encode option
> ok 19
> ok 20
> ok 21
> ok 22 - Expected output
> ok 23 - Expected output
> ok 24 - Encode: To buffer, Encode option
> ok 25
> ok 26
> ok 27
> ok 28 - Expected output
> ok 29 - Expected output
> ok
> t/110encode-rawdeflate.t ........
> 1..29
> ok 1 - OO Mode: To filehandle, Encode by hand
> ok 2 - Expected output
> ok 3 - Expected output
> ok 4 - OO Mode: To buffer, Encode by hand
> ok 5 - Expected output
> ok 6 - Expected output
> ok 7 - Catch wide characters
> ok 8 - wide characters in IO::Compress::RawDeflate::write
> ok 9 - Unknown encoding
> ok 10 - Encoding 'fred' is not available
> ok 11 - Encode option
> ok 12 - Encode: To filehandle, Encode option
> ok 13
> ok 14
> ok 15
> ok 16 - Expected output
> ok 17 - Expected output
> ok 18 - Encode: To filename, Encode option
> ok 19
> ok 20
> ok 21
> ok 22 - Expected output
> ok 23 - Expected output
> ok 24 - Encode: To buffer, Encode option
> ok 25
> ok 26
> ok 27
> ok 28 - Expected output
> ok 29 - Expected output
> ok
> t/110encode-zip.t ...............
> 1..29
> ok 1 - OO Mode: To filehandle, Encode by hand
> ok 2 - Expected output
> ok 3 - Expected output
> ok 4 - OO Mode: To buffer, Encode by hand
> ok 5 - Expected output
> ok 6 - Expected output
> ok 7 - Catch wide characters
> ok 8 - wide characters in IO::Compress::Zip::write
> ok 9 - Unknown encoding
> ok 10 - Encoding 'fred' is not available
> ok 11 - Encode option
> ok 12 - Encode: To filehandle, Encode option
> ok 13
> ok 14
> ok 15
> ok 16 - Expected output
> ok 17 - Expected output
> ok 18 - Encode: To filename, Encode option
> ok 19
> ok 20
> ok 21
> ok 22 - Expected output
> ok 23 - Expected output
> ok 24 - Encode: To buffer, Encode option
> ok 25
> ok 26
> ok 27
> ok 28 - Expected output
> ok 29 - Expected output
> ok
> t/111const-deflate.t ............
> 1..390
> ok 1 - IO::Compress::Adapter::Deflate - no import
> ok 2 - create package P2
> ok 3 - has ZLIB_VERSION
> ok 4 - has ZLIB_VERNUM
> ok 5 - has OS_CODE
> ok 6 - has MAX_MEM_LEVEL
> ok 7 - has MAX_WBITS
> ok 8 - has Z_ASCII
> ok 9 - has Z_BEST_COMPRESSION
> ok 10 - has Z_BEST_SPEED
> ok 11 - has Z_BINARY
> ok 12 - has Z_BLOCK
> ok 13 - has Z_BUF_ERROR
> ok 14 - has Z_DATA_ERROR
> ok 15 - has Z_DEFAULT_COMPRESSION
> ok 16 - has Z_DEFAULT_STRATEGY
> ok 17 - has Z_DEFLATED
> ok 18 - has Z_ERRNO
> ok 19 - has Z_FILTERED
> ok 20 - has Z_FIXED
> ok 21 - has Z_FINISH
> ok 22 - has Z_FULL_FLUSH
> ok 23 - has Z_HUFFMAN_ONLY
> ok 24 - has Z_MEM_ERROR
> ok 25 - has Z_NEED_DICT
> ok 26 - has Z_NO_COMPRESSION
> ok 27 - has Z_NO_FLUSH
> ok 28 - Z_NULL not available
> ok 29 - has Z_OK
> ok 30 - has Z_PARTIAL_FLUSH
> ok 31 - has Z_RLE
> ok 32 - has Z_STREAM_END
> ok 33 - has Z_STREAM_ERROR
> ok 34 - has Z_SYNC_FLUSH
> ok 35 - has Z_TREES
> ok 36 - has Z_UNKNOWN
> ok 37 - has Z_VERSION_ERROR
> ok 38 - has ZLIBNG_VERSION
> ok 39 - has ZLIBNG_VERNUM
> ok 40 - has ZLIBNG_VER_MAJOR
> ok 41 - has ZLIBNG_VER_MINOR
> ok 42 - has ZLIBNG_VER_REVISION
> ok 43 - has ZLIBNG_VER_STATUS
> ok 44 - has ZLIBNG_VER_MODIFIED
> ok 45 - has WANT_GZIP
> ok 46 - has WANT_GZIP_OR_ZLIB
> ok 47 - IO::Compress::RawDeflate - no import
> ok 48 - create package P3
> ok 49 - has ZLIB_VERSION
> ok 50 - has ZLIB_VERNUM
> ok 51 - has OS_CODE
> ok 52 - has MAX_MEM_LEVEL
> ok 53 - has MAX_WBITS
> ok 54 - has Z_ASCII
> ok 55 - has Z_BEST_COMPRESSION
> ok 56 - has Z_BEST_SPEED
> ok 57 - has Z_BINARY
> ok 58 - has Z_BLOCK
> ok 59 - has Z_BUF_ERROR
> ok 60 - has Z_DATA_ERROR
> ok 61 - has Z_DEFAULT_COMPRESSION
> ok 62 - has Z_DEFAULT_STRATEGY
> ok 63 - has Z_DEFLATED
> ok 64 - has Z_ERRNO
> ok 65 - has Z_FILTERED
> ok 66 - has Z_FIXED
> ok 67 - has Z_FINISH
> ok 68 - has Z_FULL_FLUSH
> ok 69 - has Z_HUFFMAN_ONLY
> ok 70 - has Z_MEM_ERROR
> ok 71 - has Z_NEED_DICT
> ok 72 - has Z_NO_COMPRESSION
> ok 73 - has Z_NO_FLUSH
> ok 74 - Z_NULL not available
> ok 75 - has Z_OK
> ok 76 - has Z_PARTIAL_FLUSH
> ok 77 - has Z_RLE
> ok 78 - has Z_STREAM_END
> ok 79 - has Z_STREAM_ERROR
> ok 80 - has Z_SYNC_FLUSH
> ok 81 - has Z_TREES
> ok 82 - has Z_UNKNOWN
> ok 83 - has Z_VERSION_ERROR
> ok 84 - has ZLIBNG_VERSION
> ok 85 - has ZLIBNG_VERNUM
> ok 86 - has ZLIBNG_VER_MAJOR
> ok 87 - has ZLIBNG_VER_MINOR
> ok 88 - has ZLIBNG_VER_REVISION
> ok 89 - has ZLIBNG_VER_STATUS
> ok 90 - has ZLIBNG_VER_MODIFIED
> ok 91 - has WANT_GZIP
> ok 92 - has WANT_GZIP_OR_ZLIB
> ok 93 - IO::Compress::Deflate - no import
> ok 94 - create package P4
> ok 95 - has ZLIB_VERSION
> ok 96 - has ZLIB_VERNUM
> ok 97 - has OS_CODE
> ok 98 - has MAX_MEM_LEVEL
> ok 99 - has MAX_WBITS
> ok 100 - has Z_ASCII
> ok 101 - has Z_BEST_COMPRESSION
> ok 102 - has Z_BEST_SPEED
> ok 103 - has Z_BINARY
> ok 104 - has Z_BLOCK
> ok 105 - has Z_BUF_ERROR
> ok 106 - has Z_DATA_ERROR
> ok 107 - has Z_DEFAULT_COMPRESSION
> ok 108 - has Z_DEFAULT_STRATEGY
> ok 109 - has Z_DEFLATED
> ok 110 - has Z_ERRNO
> ok 111 - has Z_FILTERED
> ok 112 - has Z_FIXED
> ok 113 - has Z_FINISH
> ok 114 - has Z_FULL_FLUSH
> ok 115 - has Z_HUFFMAN_ONLY
> ok 116 - has Z_MEM_ERROR
> ok 117 - has Z_NEED_DICT
> ok 118 - has Z_NO_COMPRESSION
> ok 119 - has Z_NO_FLUSH
> ok 120 - Z_NULL not available
> ok 121 - has Z_OK
> ok 122 - has Z_PARTIAL_FLUSH
> ok 123 - has Z_RLE
> ok 124 - has Z_STREAM_END
> ok 125 - has Z_STREAM_ERROR
> ok 126 - has Z_SYNC_FLUSH
> ok 127 - has Z_TREES
> ok 128 - has Z_UNKNOWN
> ok 129 - has Z_VERSION_ERROR
> ok 130 - has ZLIBNG_VERSION
> ok 131 - has ZLIBNG_VERNUM
> ok 132 - has ZLIBNG_VER_MAJOR
> ok 133 - has ZLIBNG_VER_MINOR
> ok 134 - has ZLIBNG_VER_REVISION
> ok 135 - has ZLIBNG_VER_STATUS
> ok 136 - has ZLIBNG_VER_MODIFIED
> ok 137 - has WANT_GZIP
> ok 138 - has WANT_GZIP_OR_ZLIB
> ok 139 - IO::Compress::Gzip - no import
> ok 140 - create package P5
> ok 141 - has ZLIB_VERSION
> ok 142 - has ZLIB_VERNUM
> ok 143 - has OS_CODE
> ok 144 - has MAX_MEM_LEVEL
> ok 145 - has MAX_WBITS
> ok 146 - has Z_ASCII
> ok 147 - has Z_BEST_COMPRESSION
> ok 148 - has Z_BEST_SPEED
> ok 149 - has Z_BINARY
> ok 150 - has Z_BLOCK
> ok 151 - has Z_BUF_ERROR
> ok 152 - has Z_DATA_ERROR
> ok 153 - has Z_DEFAULT_COMPRESSION
> ok 154 - has Z_DEFAULT_STRATEGY
> ok 155 - has Z_DEFLATED
> ok 156 - has Z_ERRNO
> ok 157 - has Z_FILTERED
> ok 158 - has Z_FIXED
> ok 159 - has Z_FINISH
> ok 160 - has Z_FULL_FLUSH
> ok 161 - has Z_HUFFMAN_ONLY
> ok 162 - has Z_MEM_ERROR
> ok 163 - has Z_NEED_DICT
> ok 164 - has Z_NO_COMPRESSION
> ok 165 - has Z_NO_FLUSH
> ok 166 - Z_NULL not available
> ok 167 - has Z_OK
> ok 168 - has Z_PARTIAL_FLUSH
> ok 169 - has Z_RLE
> ok 170 - has Z_STREAM_END
> ok 171 - has Z_STREAM_ERROR
> ok 172 - has Z_SYNC_FLUSH
> ok 173 - has Z_TREES
> ok 174 - has Z_UNKNOWN
> ok 175 - has Z_VERSION_ERROR
> ok 176 - has ZLIBNG_VERSION
> ok 177 - has ZLIBNG_VERNUM
> ok 178 - has ZLIBNG_VER_MAJOR
> ok 179 - has ZLIBNG_VER_MINOR
> ok 180 - has ZLIBNG_VER_REVISION
> ok 181 - has ZLIBNG_VER_STATUS
> ok 182 - has ZLIBNG_VER_MODIFIED
> ok 183 - has WANT_GZIP
> ok 184 - has WANT_GZIP_OR_ZLIB
> ok 185 - IO::Compress::Zip - no import
> ok 186 - create package P6
> ok 187 - has ZLIB_VERSION
> ok 188 - has ZLIB_VERNUM
> ok 189 - has OS_CODE
> ok 190 - has MAX_MEM_LEVEL
> ok 191 - has MAX_WBITS
> ok 192 - has Z_ASCII
> ok 193 - has Z_BEST_COMPRESSION
> ok 194 - has Z_BEST_SPEED
> ok 195 - has Z_BINARY
> ok 196 - has Z_BLOCK
> ok 197 - has Z_BUF_ERROR
> ok 198 - has Z_DATA_ERROR
> ok 199 - has Z_DEFAULT_COMPRESSION
> ok 200 - has Z_DEFAULT_STRATEGY
> ok 201 - has Z_DEFLATED
> ok 202 - has Z_ERRNO
> ok 203 - has Z_FILTERED
> ok 204 - has Z_FIXED
> ok 205 - has Z_FINISH
> ok 206 - has Z_FULL_FLUSH
> ok 207 - has Z_HUFFMAN_ONLY
> ok 208 - has Z_MEM_ERROR
> ok 209 - has Z_NEED_DICT
> ok 210 - has Z_NO_COMPRESSION
> ok 211 - has Z_NO_FLUSH
> ok 212 - Z_NULL not available
> ok 213 - has Z_OK
> ok 214 - has Z_PARTIAL_FLUSH
> ok 215 - has Z_RLE
> ok 216 - has Z_STREAM_END
> ok 217 - has Z_STREAM_ERROR
> ok 218 - has Z_SYNC_FLUSH
> ok 219 - has Z_TREES
> ok 220 - has Z_UNKNOWN
> ok 221 - has Z_VERSION_ERROR
> ok 222 - has ZLIBNG_VERSION
> ok 223 - has ZLIBNG_VERNUM
> ok 224 - has ZLIBNG_VER_MAJOR
> ok 225 - has ZLIBNG_VER_MINOR
> ok 226 - has ZLIBNG_VER_REVISION
> ok 227 - has ZLIBNG_VER_STATUS
> ok 228 - has ZLIBNG_VER_MODIFIED
> ok 229 - has WANT_GZIP
> ok 230 - has WANT_GZIP_OR_ZLIB
> ok 231 - IO::Compress::Adapter::Deflate - import :flush
> ok 232 - create package P7
> ok 233 - has Z_NO_FLUSH
> ok 234 - has Z_PARTIAL_FLUSH
> ok 235 - has Z_SYNC_FLUSH
> ok 236 - has Z_FULL_FLUSH
> ok 237 - has Z_FINISH
> ok 238 - has Z_BLOCK
> ok 239 - IO::Compress::Adapter::Deflate - import :level
> ok 240 - create package P8
> ok 241 - has Z_NO_COMPRESSION
> ok 242 - has Z_BEST_SPEED
> ok 243 - has Z_BEST_COMPRESSION
> ok 244 - has Z_DEFAULT_COMPRESSION
> ok 245 - IO::Compress::Adapter::Deflate - import :status
> ok 246 - create package P9
> ok 247 - has Z_OK
> ok 248 - has Z_STREAM_END
> ok 249 - has Z_NEED_DICT
> ok 250 - has Z_ERRNO
> ok 251 - has Z_STREAM_ERROR
> ok 252 - has Z_DATA_ERROR
> ok 253 - has Z_MEM_ERROR
> ok 254 - has Z_BUF_ERROR
> ok 255 - has Z_VERSION_ERROR
> ok 256 - IO::Compress::Adapter::Deflate - import :strategy
> ok 257 - create package P10
> ok 258 - has Z_FILTERED
> ok 259 - has Z_HUFFMAN_ONLY
> ok 260 - has Z_RLE
> ok 261 - has Z_FIXED
> ok 262 - has Z_DEFAULT_STRATEGY
> ok 263 - IO::Compress::RawDeflate - import :flush
> ok 264 - create package P11
> ok 265 - has Z_NO_FLUSH
> ok 266 - has Z_PARTIAL_FLUSH
> ok 267 - has Z_SYNC_FLUSH
> ok 268 - has Z_FULL_FLUSH
> ok 269 - has Z_FINISH
> ok 270 - has Z_BLOCK
> ok 271 - IO::Compress::RawDeflate - import :level
> ok 272 - create package P12
> ok 273 - has Z_NO_COMPRESSION
> ok 274 - has Z_BEST_SPEED
> ok 275 - has Z_BEST_COMPRESSION
> ok 276 - has Z_DEFAULT_COMPRESSION
> ok 277 - IO::Compress::RawDeflate - import :status
> ok 278 - create package P13
> ok 279 - has Z_OK
> ok 280 - has Z_STREAM_END
> ok 281 - has Z_NEED_DICT
> ok 282 - has Z_ERRNO
> ok 283 - has Z_STREAM_ERROR
> ok 284 - has Z_DATA_ERROR
> ok 285 - has Z_MEM_ERROR
> ok 286 - has Z_BUF_ERROR
> ok 287 - has Z_VERSION_ERROR
> ok 288 - IO::Compress::RawDeflate - import :strategy
> ok 289 - create package P14
> ok 290 - has Z_FILTERED
> ok 291 - has Z_HUFFMAN_ONLY
> ok 292 - has Z_RLE
> ok 293 - has Z_FIXED
> ok 294 - has Z_DEFAULT_STRATEGY
> ok 295 - IO::Compress::Deflate - import :flush
> ok 296 - create package P15
> ok 297 - has Z_NO_FLUSH
> ok 298 - has Z_PARTIAL_FLUSH
> ok 299 - has Z_SYNC_FLUSH
> ok 300 - has Z_FULL_FLUSH
> ok 301 - has Z_FINISH
> ok 302 - has Z_BLOCK
> ok 303 - IO::Compress::Deflate - import :level
> ok 304 - create package P16
> ok 305 - has Z_NO_COMPRESSION
> ok 306 - has Z_BEST_SPEED
> ok 307 - has Z_BEST_COMPRESSION
> ok 308 - has Z_DEFAULT_COMPRESSION
> ok 309 - IO::Compress::Deflate - import :status
> ok 310 - create package P17
> ok 311 - has Z_OK
> ok 312 - has Z_STREAM_END
> ok 313 - has Z_NEED_DICT
> ok 314 - has Z_ERRNO
> ok 315 - has Z_STREAM_ERROR
> ok 316 - has Z_DATA_ERROR
> ok 317 - has Z_MEM_ERROR
> ok 318 - has Z_BUF_ERROR
> ok 319 - has Z_VERSION_ERROR
> ok 320 - IO::Compress::Deflate - import :strategy
> ok 321 - create package P18
> ok 322 - has Z_FILTERED
> ok 323 - has Z_HUFFMAN_ONLY
> ok 324 - has Z_RLE
> ok 325 - has Z_FIXED
> ok 326 - has Z_DEFAULT_STRATEGY
> ok 327 - IO::Compress::Gzip - import :flush
> ok 328 - create package P19
> ok 329 - has Z_NO_FLUSH
> ok 330 - has Z_PARTIAL_FLUSH
> ok 331 - has Z_SYNC_FLUSH
> ok 332 - has Z_FULL_FLUSH
> ok 333 - has Z_FINISH
> ok 334 - has Z_BLOCK
> ok 335 - IO::Compress::Gzip - import :level
> ok 336 - create package P20
> ok 337 - has Z_NO_COMPRESSION
> ok 338 - has Z_BEST_SPEED
> ok 339 - has Z_BEST_COMPRESSION
> ok 340 - has Z_DEFAULT_COMPRESSION
> ok 341 - IO::Compress::Gzip - import :status
> ok 342 - create package P21
> ok 343 - has Z_OK
> ok 344 - has Z_STREAM_END
> ok 345 - has Z_NEED_DICT
> ok 346 - has Z_ERRNO
> ok 347 - has Z_STREAM_ERROR
> ok 348 - has Z_DATA_ERROR
> ok 349 - has Z_MEM_ERROR
> ok 350 - has Z_BUF_ERROR
> ok 351 - has Z_VERSION_ERROR
> ok 352 - IO::Compress::Gzip - import :strategy
> ok 353 - create package P22
> ok 354 - has Z_FILTERED
> ok 355 - has Z_HUFFMAN_ONLY
> ok 356 - has Z_RLE
> ok 357 - has Z_FIXED
> ok 358 - has Z_DEFAULT_STRATEGY
> ok 359 - IO::Compress::Zip - import :flush
> ok 360 - create package P23
> ok 361 - has Z_NO_FLUSH
> ok 362 - has Z_PARTIAL_FLUSH
> ok 363 - has Z_SYNC_FLUSH
> ok 364 - has Z_FULL_FLUSH
> ok 365 - has Z_FINISH
> ok 366 - has Z_BLOCK
> ok 367 - IO::Compress::Zip - import :level
> ok 368 - create package P24
> ok 369 - has Z_NO_COMPRESSION
> ok 370 - has Z_BEST_SPEED
> ok 371 - has Z_BEST_COMPRESSION
> ok 372 - has Z_DEFAULT_COMPRESSION
> ok 373 - IO::Compress::Zip - import :status
> ok 374 - create package P25
> ok 375 - has Z_OK
> ok 376 - has Z_STREAM_END
> ok 377 - has Z_NEED_DICT
> ok 378 - has Z_ERRNO
> ok 379 - has Z_STREAM_ERROR
> ok 380 - has Z_DATA_ERROR
> ok 381 - has Z_MEM_ERROR
> ok 382 - has Z_BUF_ERROR
> ok 383 - has Z_VERSION_ERROR
> ok 384 - IO::Compress::Zip - import :strategy
> ok 385 - create package P26
> ok 386 - has Z_FILTERED
> ok 387 - has Z_HUFFMAN_ONLY
> ok 388 - has Z_RLE
> ok 389 - has Z_FIXED
> ok 390 - has Z_DEFAULT_STRATEGY
> ok
> t/112utf8-zip.t .................
> 1..28
> ok 1 - EFS set in zip: Create a simple zip - language encoding flag set
> ok 2 - print
> ok 3 - print
> ok 4 - print
> ok 5 - print
> ok 6 - closed
> ok 7 - language encoding flag set
> ok 8 - Names round tripped
> ok 9 - language encoding flag set
> ok 10 - Names round tripped
> ok 11 - Create a simple zip - language encoding flag not set
> ok 12 - print
> ok 13 - print
> ok 14 - print
> ok 15 - print
> ok 16 - closed
> ok 17 - language encoding flag set
> ok 18 - Names round tripped
> ok 19 - zip: EFS => 0 filename not valid utf8 - language encoding flag not set
> ok 20 - print
> ok 21 - closed
> ok 22 - got bad filename
> ok 23 - unzip: EFS => 0 filename not valid utf8 - language encoding flag set
> ok 24 - got bad filename
> ok 25 - unzip: EFS => 1 filename not valid utf8 - language encoding flag set
> ok 26 - Zip Filename not UTF-8
> ok 27 - EFS => 1 - filename not valid utf8 - catch bad content writing to zip
> ok 28 - wide characters in zip filename
> ok
> t/113issues.t ...................
> 1..3
> ok 1 - github-34: Calling nextStream on an IO::Uncompress::Zip object in Transparent mode dies when input is uncompressed
> ok 2
> ok 3
> ok
> t/999meta-json.t ................ skipped: Test::CPAN::Meta::JSON required for testing META.json
> t/999meta-yml.t ................. skipped: Test::CPAN::Meta required for testing META.yml
> t/999pod.t ......................
> 1..30
> ok 1 - POD test for blib/lib/Compress/Zlib.pm
> ok 2 - POD test for blib/lib/File/GlobMapper.pm
> ok 3 - POD test for blib/lib/IO/Uncompress/AnyInflate.pm
> ok 4 - POD test for blib/lib/IO/Uncompress/Base.pm
> ok 5 - POD test for blib/lib/IO/Uncompress/Bunzip2.pm
> ok 6 - POD test for blib/lib/IO/Uncompress/AnyUncompress.pm
> ok 7 - POD test for blib/lib/IO/Uncompress/RawInflate.pm
> ok 8 - POD test for blib/lib/IO/Uncompress/Unzip.pm
> ok 9 - POD test for blib/lib/IO/Uncompress/Inflate.pm
> ok 10 - POD test for blib/lib/IO/Uncompress/Gunzip.pm
> ok 11 - POD test for blib/lib/IO/Uncompress/Adapter/Identity.pm (no pod)
> ok 12 - POD test for blib/lib/IO/Uncompress/Adapter/Bunzip2.pm (no pod)
> ok 13 - POD test for blib/lib/IO/Uncompress/Adapter/Inflate.pm (no pod)
> ok 14 - POD test for blib/lib/IO/Compress/RawDeflate.pm
> ok 15 - POD test for blib/lib/IO/Compress/Zip.pm
> ok 16 - POD test for blib/lib/IO/Compress/Base.pm
> ok 17 - POD test for blib/lib/IO/Compress/Bzip2.pm
> ok 18 - POD test for blib/lib/IO/Compress/Deflate.pm
> ok 19 - POD test for blib/lib/IO/Compress/Gzip.pm
> ok 20 - POD test for blib/lib/IO/Compress/FAQ.pod
> ok 21 - POD test for blib/lib/IO/Compress/Zlib/Constants.pm (no pod)
> ok 22 - POD test for blib/lib/IO/Compress/Zlib/Extra.pm (no pod)
> ok 23 - POD test for blib/lib/IO/Compress/Base/Common.pm (no pod)
> ok 24 - POD test for blib/lib/IO/Compress/Zip/Constants.pm (no pod)
> ok 25 - POD test for blib/lib/IO/Compress/Adapter/Identity.pm (no pod)
> ok 26 - POD test for blib/lib/IO/Compress/Adapter/Bzip2.pm (no pod)
> ok 27 - POD test for blib/lib/IO/Compress/Adapter/Deflate.pm (no pod)
> ok 28 - POD test for blib/lib/IO/Compress/Gzip/Constants.pm (no pod)
> ok 29 - POD test for blib/script/streamzip
> ok 30 - POD test for blib/script/zipdetails
> ok
> t/cz-01version.t ................
> 1..2
> ok 1 - use Compress::Zlib;
> ok 2 # skip TEST_SKIP_VERSION_CHECK is set
> ok
>
> # Failed test (t/cz-03zlib-v1.t at line 713)
> # got: 1
> # expected: -3
> # Looks like you failed 1 test of 471.
> t/cz-03zlib-v1.t ................
> 1..471
> ok 1 - use Compress::Zlib;
> ok 2 - use IO::Compress::Gzip::Constants;
> ok 3 - use IO::Compress::Gzip;
> ok 4 # skip TEST_SKIP_VERSION_CHECK is set
> 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 - deflate/inflate - small buffer with a number
> ok 35
> ok 36
> ok 37
> 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 - deflate/inflate - larger buffer
> ok 58
> ok 59
> ok 60
> ok 61
> ok 62
> ok 63
> ok 64 - deflate/inflate - preset dictionary
> ok 65
> ok 66
> ok 67
> ok 68
> ok 69
> ok 70
> ok 71
> ok 72 - inflate - check remaining buffer after Z_STREAM_END
> ok 73
> ok 74
> ok 75
> ok 76
> ok 77
> ok 78
> ok 79
> ok 80
> ok 81
> ok 82 - memGzip & memGunzip
> 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
> 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
> 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
> ok 143
> ok 144
> ok 145
> ok 146 - Check all bytes can be handled
> ok 147
> ok 148
> ok 149
> ok 150
> ok 151
> ok 152
> ok 153
> ok 154 - Check all bytes can be handled - transparent mode
> ok 155
> ok 156
> ok 157
> ok 158
> ok 159 - memGunzip with a gzopen created file
> 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
> ok 182
> ok 183
> ok 184
> ok 185
> ok 186
> ok 187
> ok 188
> ok 189
> ok 190
> ok 191
> ok 192
> ok 193
> ok 194
> ok 195
> not ok 196
> ok 197
> ok 198
> ok 199
> 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
> 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
> ok 247
> ok 248 - CRC32
> ok 249
> ok 250 - Adler32
> ok 251
> ok 252
> ok 253
> ok 254
> ok 255
> ok 256
> ok 257
> ok 258
> ok 259
> ok 260
> ok 261
> ok 262 - Header Corruption - Fingerprint wrong 1st byte
> ok 263
> ok 264
> ok 265 - Header Corruption - Fingerprint wrong 2nd byte
> ok 266
> ok 267
> ok 268 - Header Corruption - CM not 8
> ok 269
> ok 270
> ok 271 - Header Corruption - Use of Reserved Flags
> ok 272
> ok 273
> ok 274 - Header Corruption - Truncated in Extra
> ok 275
> ok 276
> ok 277
> ok 278
> ok 279
> ok 280 - Header Corruption - Truncated in Extra
> ok 281
> ok 282
> ok 283
> ok 284
> ok 285
> ok 286 - Header Corruption - Truncated in Extra
> ok 287
> ok 288
> ok 289
> ok 290
> ok 291
> ok 292 - Header Corruption - Truncated in Name
> ok 293
> ok 294
> ok 295
> ok 296
> ok 297
> ok 298 - Header Corruption - Truncated in Name
> ok 299
> ok 300
> ok 301
> ok 302
> ok 303
> ok 304 - Header Corruption - Truncated in Name
> ok 305
> ok 306
> ok 307
> ok 308
> ok 309
> ok 310 - Header Corruption - Truncated in Name
> ok 311
> ok 312
> ok 313
> ok 314
> ok 315
> ok 316 - Header Corruption - Truncated in Comment
> ok 317
> ok 318
> ok 319
> ok 320
> ok 321
> ok 322 - Header Corruption - Truncated in Comment
> ok 323
> ok 324
> ok 325
> ok 326
> ok 327
> ok 328 - Header Corruption - Truncated in Comment
> ok 329
> ok 330
> ok 331
> ok 332
> ok 333
> ok 334 - Header Corruption - Truncated in Comment
> ok 335
> ok 336
> ok 337
> ok 338
> ok 339
> ok 340 - Header Corruption - Truncated in Comment
> ok 341
> ok 342
> ok 343
> ok 344
> ok 345
> ok 346 - Header Corruption - Truncated in Comment
> ok 347
> ok 348
> ok 349
> ok 350
> ok 351
> ok 352 - Header Corruption - Truncated in Comment
> ok 353
> ok 354
> ok 355
> ok 356
> ok 357
> ok 358 - Header Corruption - Truncated in CRC
> ok 359
> ok 360
> ok 361
> ok 362
> ok 363
> ok 364 - Header Corruption - Truncated in CRC
> ok 365
> ok 366
> ok 367
> ok 368
> ok 369
> ok 370 - memGunzip can cope with a gzip header with all possible fields
> ok 371
> ok 372
> ok 373
> ok 374
> ok 375
> ok 376
> ok 377
> ok 378
> ok 379
> ok 380
> ok 381 - Trailer Corruption - Trailer truncated to 0 bytes
> ok 382
> ok 383
> ok 384
> ok 385 - Trailer Corruption - Trailer truncated to 1 bytes
> ok 386
> ok 387
> ok 388
> ok 389 - Trailer Corruption - Trailer truncated to 2 bytes
> ok 390
> ok 391
> ok 392
> ok 393 - Trailer Corruption - Trailer truncated to 3 bytes
> ok 394
> ok 395
> ok 396
> ok 397 - Trailer Corruption - Trailer truncated to 4 bytes
> ok 398
> ok 399
> ok 400
> ok 401 - Trailer Corruption - Trailer truncated to 5 bytes
> ok 402
> ok 403
> ok 404
> ok 405 - Trailer Corruption - Trailer truncated to 6 bytes
> ok 406
> ok 407
> ok 408
> ok 409 - Trailer Corruption - Trailer truncated to 7 bytes
> ok 410
> ok 411
> ok 412
> ok 413 - Trailer Corruption - Length Wrong, CRC Correct
> ok 414
> ok 415
> ok 416 - Trailer Corruption - Length Wrong, CRC Wrong
> ok 417
> ok 418
> ok 419 - Append & MultiStream Tests
> ok 420 - One file
> ok 421 - opened first file
> ok 422 - write data1
> ok 423 - Closed
> ok 424 - opened tst1100824X00005.tmp
> ok 425 - read more than zero bytes
> ok 426 - closed ok
> ok 427 - got expected data from slurp
> ok 428 - opened ok
> ok 429 - closed ok
> ok 430 - got expected data from trickle
> ok 431 - Two files
> ok 432 - opened second file
> ok 433 - write data2
> ok 434 - Closed
> ok 435 - opened tst1100824X00005.tmp
> ok 436 - read more than zero bytes
> ok 437 - closed ok
> ok 438 - got expected data from slurp
> ok 439 - opened ok
> ok 440 - closed ok
> ok 441 - got expected data from trickle
> ok 442 - Trailing Data
> ok 443 - opened tst1100824X00005.tmp
> ok 444 - read more than zero bytes
> ok 445 - closed ok
> ok 446 - got expected data from slurp
> ok 447 - opened ok
> ok 448 - closed ok
> ok 449 - got expected data from trickle
> ok 450 - gzclose & gzflush return codes
> ok 451 - opened first file
> ok 452 - write data1
> ok 453 - flush not ok
> ok 454
> ok 455 - flush ok
> ok 456 - Closed
> ok 457 - repeated calls to flush - no compression
> ok 458 - Create deflate object
> ok 459 - The object isa Compress::Raw::Zlib::deflateStream
> ok 460 - status is Z_OK
> ok 461 - flush returned Z_OK
> ok 462 - second flush returned Z_OK
> ok 463 - no output from second flush
> ok 464 - repeated calls to flush - after compression
> ok 465 - Create deflate object
> ok 466 - The object isa Compress::Raw::Zlib::deflateStream
> ok 467 - status is Z_OK
> ok 468 - deflate returned Z_OK
> ok 469 - flush returned Z_OK
> ok 470 - second flush returned Z_OK
> ok 471 - no output from second flush
> Dubious, test returned 1 (wstat 256, 0x100)
> Failed 1/471 subtests
> (less 1 skipped subtest: 469 okay)
> t/cz-05examples.t ...............
> 1..26
> 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 - filtdef
> ok 14 - exit status is 0
> ok 15 - no stderr
> ok 16 - filtdef | filtinf
> ok 17 - exit status is 0
> ok 18 - no stderr
> ok 19 - expected content is ok
> ok 20 - gzstream
> ok 21 - exit status is 0
> ok 22 - no stderr
> ok 23 - gzcat
> ok 24 - exit status is 0
> ok 25 - no stderr
> ok 26 - expected content is ok
> ok
> t/cz-06gzsetp.t .................
> 1..51
> ok 1 # skip TEST_SKIP_VERSION_CHECK is set
> ok 2 - Testing gzsetparams
> ok 3
> ok 4 - gzwrite returned 48024
> ok 5
> ok 6 - status is Z_OK
> ok 7 - gzwrite returned 26130
> ok 8 - closed
> ok 9
> ok 10 - status is Z_STREAM_ERROR
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16 - Testing IO::Compress::Gzip
> ok 17
> ok 18 - wrote 48024 bytes
> ok 19 - deflateParams ok
> ok 20 - wrote 26130 bytes
> ok 21 - closed IO::Compress::Gzip object
> ok 22 - The object isa IO::Uncompress::Gunzip
> ok 23
> ok 24 - got expected uncompressed data
> ok 25 - eof
> ok 26 - closed
> ok 27 - eof
> ok 28 - Testing IO::Compress::Deflate
> ok 29
> ok 30 - wrote 48024 bytes
> ok 31 - deflateParams ok
> ok 32 - wrote 26130 bytes
> ok 33 - closed IO::Compress::Deflate object
> ok 34 - The object isa IO::Uncompress::Inflate
> ok 35
> ok 36 - got expected uncompressed data
> ok 37 - eof
> ok 38 - closed
> ok 39 - eof
> ok 40 - Testing IO::Compress::RawDeflate
> ok 41
> ok 42 - wrote 48024 bytes
> ok 43 - deflateParams ok
> ok 44 - wrote 26130 bytes
> ok 45 - closed IO::Compress::RawDeflate object
> ok 46 - The object isa IO::Uncompress::RawInflate
> ok 47
> ok 48 - got expected uncompressed data
> ok 49 - eof
> ok 50 - closed
> ok 51 - eof
> ok
> t/cz-08encoding.t ...............
> 1..29
> ok 1 - use Compress::Zlib;
> ok 2 # skip TEST_SKIP_VERSION_CHECK is set
> ok 3 - memGzip
> ok 4 - length is 4
> ok 5 - memGunzip when compressed gzip has been encoded
> ok 6 - match uncompressed
> ok 7 - got uncompressed
> ok 8 - uncompressed matched original
> ok 9 - compress/uncompress
> ok 10 - compressed ok
> ok 11 - decode_utf8 ok
> ok 12 - decode_utf8 ok
> ok 13 - gzopen
> ok 14 - gzopen for write ok
> ok 15 - wrote 4 bytes
> ok 16 - gzclose ok
> ok 17 - gzopen for read ok
> ok 18 - read 4 bytes
> ok 19 - uncompress is 4 bytes
> ok 20 - gzclose ok
> ok 21 - decode_utf8 ok
> ok 22 - Catch wide characters
> ok 23 - wide characters in memGzip
> ok 24 - wide characters in memGunzip
> ok 25 - wide characters in compress
> ok 26 - wide characters in uncompress
> ok 27 - gzopen for write ok
> ok 28 - wide characters in gzwrite
> ok 29 - gzclose ok
> ok
> t/cz-14gzopen.t .................
> 1..264
> ok 1 - use Compress::Zlib;
> ok 2 - use IO::Compress::Gzip::Constants;
> ok 3 # skip TEST_SKIP_VERSION_CHECK is set
> ok 4
> ok 5 - gzerrno is 0
> ok 6 - gzerror() returned 0
> ok 7 - gztell returned 0
> ok 8 - gzerrno is 0
> ok 9
> ok 10 - gzerrno is 0
> ok 11 - gztell returned 27
> ok 12 - gzerrno is 0
> ok 13
> ok 14
> ok 15
> ok 16 - gzerrno is 0
> ok 17
> ok 18
> ok 19
> ok 20
> ok 21 - gzread returns 0 on eof
> ok 22 - gzread on eof zaps the output buffer [Match 1,x behavior]
> ok 23
> ok 24
> ok 25
> ok 26 - check that a number can be gzipped
> ok 27
> ok 28
> ok 29 - gzwrite returned 4
> ok 30 - gzerrno is 0
> ok 31
> ok 32 - gzerrno is 0
> 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 - now a bigger gzip test
> ok 46
> ok 47
> ok 48
> ok 49
> ok 50
> ok 51
> ok 52
> ok 53
> ok 54
> ok 55 - gzip - readline tests
> 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
> ok 75
> ok 76
> ok 77 - A text file with a very long line (bigger than the internal buffer)
> ok 78 - gzopen ok
> ok 79 - gzwrite ok
> ok 80 - gzclose
> ok 81 - gzopen
> ok 82 - ! eof
> ok 83 - looped twice
> ok 84 - got line 1
> ok 85 - hot line 2
> ok 86 - gzeof
> ok 87 - gzclose
> ok 88 - gzeof
> ok 89 - a text file which is not terminated by an EOL
> ok 90 - gzopen
> ok 91 - gzwrite
> ok 92 - gzclose
> ok 93 - gzopen
> ok 94 - got 2 lines
> ok 95 - line 1 ok
> ok 96 - line 2 ok
> ok 97 - gzeof
> ok 98 - gzclose
> ok 99 - mix gzread and gzreadline
> ok 100 - gzopen for write ok
> ok 101 - gzwrite ok
> ok 102 - gztell ok
> ok 103 - gzclose ok
> ok 104 - gzopen for read ok
> ok 105 - !gzeof
> ok 106 - gzreadline
> ok 107 - gztell ok
> ok 108 - !gzeof
> ok 109 - got expected line
> ok 110 - gzread ok
> ok 111 - gztell ok
> ok 112 - !gzeof
> ok 113 - read expected block
> ok 114 - gzread ok
> ok 115 - gztell ok
> ok 116 - !gzeof
> ok 117 - read expected block
> ok 118 - gzclose
> ok 119 - Pass gzopen a filehandle - use IO::File
> ok 120
> ok 121
> ok 122
> ok 123
> ok 124
> ok 125
> ok 126
> ok 127
> ok 128
> ok 129 - got expected output
> ok 130 - Pass gzopen a filehandle - use open
> ok 131
> ok 132
> ok 133
> ok 134
> ok 135
> ok 136
> ok 137
> ok 138
> ok 139
> ok 140 - Pass gzopen a filehandle - use -
> ok 141 - save STDOUT
> ok 142 - redirect STDOUT
> ok 143 - wrote to stdout
> ok 144 - redirect STDIN
> ok 145
> ok 146
> ok 147
> ok 148
> ok 149
> ok 150
> ok 151 - Pass gzopen a filehandle - use *main::STDIN
> ok 152 - save STDOUT
> ok 153 - redirect STDOUT
> ok 154 - wrote to stdout
> ok 155 - redirect STDIN
> ok 156
> ok 157
> ok 158
> ok 159
> ok 160
> ok 161
> ok 162 - test parameters for gzopen
> ok 163 - gzopen with missing mode fails
> ok 164 - gzopen with unknown mode fails
> ok 165 - gzopen with mode "ab" is ok
> ok 166 - gzopen with mode "wb6" is ok
> ok 167 - gzopen with mode "wbf" is ok
> ok 168 - gzopen with mode "wbh" is ok
> ok 169 - Read operations when opened for writing
> ok 170 - gzopen for writing
> ok 171 - !eof
> ok 172 - gzread returns Z_STREAM_ERROR
> ok 173 - gzclose ok
> ok 174 - write operations when opened for reading
> ok 175 - gzopen for writing
> ok 176 - gzwrite ok
> ok 177 - gzclose ok
> ok 178 - gzopen for reading
> ok 179 - gzwrite returns Z_STREAM_ERROR
> ok 180 - read/write a non-readable/writable file
> ok 181 - input file not writable
> ok 182 - gzopen returns undef
> ok 183 - gzerrno ok
> ok 184 - input file not readable
> ok 185 - gzopen returns undef
> ok 186 - gzerrno ok
> ok 187 - gzseek
> 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
> ok 206
> ok 207
> ok 208
> ok 209
> ok 210
> ok 211
> ok 212
> ok 213
> ok 214
> ok 215
> ok 216 - gzread ver 1.x compat -- the output buffer is always zapped.
> ok 217 - gzread returns 0
> ok 218 - output buffer defined
> ok 219 - output buffer empty string
> ok 220 - gzread returns 0
> ok 221 - output buffer defined
> ok 222 - output buffer empty string
> ok 223 - gzreadline does not support $/
> ok 224 - read 5 bytes
> ok 225 - got expected line
> ok 226 - closed
> ok 227 - $/ unchanged by gzreadline
> ok 228 - read 5 bytes
> ok 229 - got expected line
> ok 230 - closed
> ok 231 - $/ unchanged by gzreadline
> ok 232 - read 5 bytes
> ok 233 - got expected line
> ok 234 - closed
> ok 235 - $/ unchanged by gzreadline
> ok 236 - read 5 bytes
> ok 237 - got expected line
> ok 238 - closed
> ok 239 - $/ unchanged by gzreadline
> ok 240 - read 5 bytes
> ok 241 - got expected line
> ok 242 - closed
> ok 243 - $/ unchanged by gzreadline
> ok 244 - read 5 bytes
> ok 245 - got expected line
> ok 246 - closed
> ok 247 - $/ unchanged by gzreadline
> ok 248 - read 5 bytes
> ok 249 - got expected line
> ok 250 - closed
> ok 251 - $/ unchanged by gzreadline
> ok 252 - read 5 bytes
> ok 253 - got expected line
> ok 254 - closed
> ok 255 - $/ unchanged by gzreadline
> ok 256 - gzflush called twice with Z_SYNC_FLUSH - no compression
> ok 257
> ok 258 - gzflush returns Z_OK
> ok 259 - gzflush returns Z_OK
> ok 260 - gzflush called twice - after compression
> ok 261
> ok 262 - gzwrite ok
> ok 263 - gzflush returns Z_OK
> ok 264 - gzflush returns Z_OK
> ok
> t/globmapper.t ..................
> 1..68
> ok 1 - use File::GlobMapper;
> ok 2 - Error Cases
> ok 3 - new failed
> ok 4 - catch unmatched (
> ok 5 - new failed
> ok 6 - catch unmatched )
> ok 7 - new failed
> ok 8 - catch unmatched {
> ok 9 - new failed
> ok 10 - catch unmatched }
> ok 11 - new failed
> ok 12 - catch unmatched [
> ok 13 - new failed
> ok 14 - catch unmatched ]
> ok 15 - new failed
> ok 16 - catch unmatched ( inside {}
> ok 17 - new failed
> ok 18 - catch unmatched ) inside {}
> ok 19 - new failed
> ok 20 - catch unmatched [ inside {}
> ok 21 - new failed
> ok 22 - catch unmatched ] inside {}
> ok 23 - input glob matches zero files
> ok 24 - created GlobMapper object
> ok 25 - returned 0 maps
> ok 26 - zero maps
> ok 27 - zero maps
> ok 28 - test wildcard mapping of * in destination
> ok 29 - created GlobMapper object
> ok 30 - returned 3 maps
> ok 31 - got mapping
> ok 32 - got mapping
> ok 33 - no wildcards in input or destination
> ok 34 - created GlobMapper object
> ok 35 - returned 1 maps
> ok 36 - got mapping
> ok 37 - got mapping
> ok 38 - test wildcard mapping of {} in destination
> ok 39 - created GlobMapper object
> ok 40 - returned 2 maps
> ok 41 - got mapping
> ok 42 - created GlobMapper object
> ok 43 - returned 2 maps
> ok 44 - got mapping
> ok 45 - test wildcard mapping of multiple * to \#
> ok 46 - created GlobMapper object
> ok 47 - returned 3 maps
> ok 48 - got mapping
> ok 49 - test wildcard mapping of multiple ? to \#
> ok 50 - created GlobMapper object
> ok 51 - returned 3 maps
> ok 52 - got mapping
> ok 53 - test wildcard mapping of multiple ?,* and [] to \#
> ok 54 - created GlobMapper object
> ok 55 - returned 3 maps
> ok 56 - got mapping
> ok 57 - input glob matches a file multiple times
> ok 58 - created GlobMapper object
> ok 59 - returned 1 maps
> ok 60 - got mapping
> ok 61 - got mapping
> ok 62 - multiple input files map to one output file
> ok 63 - did not create GlobMapper object
> ok 64 - Error is expected
> ok 65 - globmap
> ok 66 - got map
> ok 67 - returned 3 maps
> ok 68 - got mapping
> ok
>
> Test Summary Report
> -------------------
> t/cz-03zlib-v1.t (Wstat: 256 (exited 1) Tests: 471 Failed: 1)
> Failed test: 196
> Non-zero exit status: 1
> Files=93, Tests=25495, 39 wallclock secs ( 2.20 usr 0.22 sys + 17.58 cusr 2.44 csys = 22.44 CPU)
> Result: FAIL
> Failed 1/93 test programs. 1/25495 subtests failed.
> make[2]: *** [Makefile:957: test_dynamic] Error 255
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test: error: make -j8 test TEST_VERBOSE=1 returned exit code 2
The full build log is available from:
http://qa-logs.debian.net/2022/12/20/libio-compress-perl_2.201-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
More information about the pkg-perl-maintainers
mailing list