IO-Compress

IO-Compress - Perl5 module to read/write compressed data in multiple formats

Stars
14

Bot releases are hidden (Show)

IO-Compress - IO-Compress 2.089

Published by pmqs almost 5 years ago

IO-Compress - IO-Compress 2.088

Published by pmqs almost 5 years ago

  • t/105oneshot-zip-only.t
    Fix reset of CompSize
    6034da95f1dc5a594edc0d26e6add8d86990ad56

  • Add Support Details
    ad66b6ec4cf175a70e53f74572eed5f403648f11

  • Update site for Bzip2 to sourceware
    77497aeb2a234889a2b2c4ac7ea2f620895b16a9

  • Fix number of tests
    bc4e234449a82fb00f66af752dfc4c96097b2a4d

  • Add streamzip script to bin
    76d2795d0587bafb0cc398e97142740acba82a42

  • zipdetails

    • Update zipdetails to version 1.11
      8958cb3aa90745a4b3369479846846fdca6b4f76

    • Zip64 extra field typo
      f186380d701fe5257f9fc92d69160dc6382cfc24

  • t/105oneshot-zip-only.t
    test with deflated directory
    16bfffcf5089af67cb7f68685cc61d06409cba73

  • t/105oneshot-zip-only.t
    Add test for encrypted Zip files
    5ad813115aed000f88d7df28261b43c00ae56525
    2c64e255feb5a1ee33d033f7eccb6feca12ebe97

  • Documentation Updates
    https://github.com/pmqs/IO-Compress/issues/2
    e1fd0d4eda0a8496981cbd83ad06906f4ae586a5

  • Mention xz, lzma etc
    https://github.com/pmqs/IO-Compress/issues/4
    126f7b9da97b572d0fb89a9bdcc190c5405c72b8

IO-Compress - IO-Compress 2.087

Published by pmqs about 5 years ago

IO-Compress - IO-Compress 2.086

Published by pmqs over 5 years ago

  • IO::Compress::Zip & IO::Uncompress::Unzip
    Added support for Language Encoding Flag via the EFS option.
    Starting point was pull request https://github.com/pmqs/IO-Compress/pull/1

  • zipdetails - some support for MVS (Z390) zip files

  • IO::Uncompress::Base
    Issue with trailing data after zip archive
    #128626 for IO-Compress: mainframe zip archive

  • t/cz-14gzopen.t
    cperl error found in http://www.cpantesters.org/cpan/report/448cafc4-3108-11e9-9b6b-d3d33d7b1231
    Perl has this: "Not enough arguments for Compress::Zlib::gzopen"
    cperl uses this: "Not enough arguments for subroutine entry Compress::Zlib::gzopen"

  • Handlers being called when optional modules are not installed
    #128538: $SIG{DIE}

  • #128194: Beef up diag when system returns error

  • Moved source to github https://github.com/pmqs/IO-Compress

  • Add META_MERGE to Makefile.PL

  • Added meta-json.t & meta-yaml.t