Skip to content

Releases: pmqs/Archive-Zip-SimpleZip

Archive::Zip::SimpleZip 0.033

04 Dec 22:44
Compare
Choose a tag to compare

Archive::Zip::SimpleZip 0.031

10 Nov 20:33
Compare
Choose a tag to compare
  • 000prereq.t: Add more prereqs for LZMA
    If have the IO:::: LZma modules, they need to be up to date
    Also print IO::
    ::Lzma module versions
    318960e

  • Makefile.PL: Add IO::*::Lzma to "recommends" list
    8675d24

Archive::Zip::SimpleZip 0.030

09 Nov 16:46
Compare
Choose a tag to compare
  • t/010main-unzip.t fails
    Issue triggered by a memory leak in Compress-Raw-Lzma.
    Updating PREREQ_PM will force loading of fixed Compress-Raw-Lzma
    #7

Archive::Zip::SimpleZip 0.029

08 Nov 19:09
Compare
Choose a tag to compare

0.029 8 November 2019

  • Fix Use of uninitialized value error
    53fee71

Archive::Zip::SimpleZip 0.028

07 Nov 15:56
Compare
Choose a tag to compare
  • Beef up test for library versions
    a154c5c

Archive::Zip::SimpleZip 0.027

07 Nov 15:37
Compare
Choose a tag to compare
  • t/000prereq.t
    Print our versions of all modules used
    c560193

Archive::Zip::SimpleZip 0.026

05 Nov 19:43
Compare
Choose a tag to compare

0.026 5 November 2019

  • Can't extract after read content
    Fixes to allow nembers to be read multiple times
    #3
    7694310

  • add example of creating zip from stdin
    bfb5b81

  • use mkpath in SimpleUnzip.pm
    #2
    d683c1d

  • uncompr error with content()
    #4
    efede58

  • remove bad test
    9e302ae

  • update to chmod for read-only
    #2
    28135fa

  • Error when i try extract file to full path
    #2
    6b33be1

  • Add Support section
    50190d0

  • more tests with deflated directory
    c8c15cf

  • test with a deflated directory
    d3cc32b

  • Documentation Updates
    0978433

Archive::Zip::SimpleZip 0.025

19 Jun 20:31
Compare
Choose a tag to compare
  • Don't use // with older perls

  • Add Perl::OSType as a prerequisite module

Archive::Zip::SimpleZip 0.024

16 Jun 21:11
Compare
Choose a tag to compare
  • Respin the release

Archive::Zip::SimpleZip 0.023

16 Jun 19:37
Compare
Choose a tag to compare

0.023 16 June 2019

  • SimpleZip.pm
    Populate extended attributes for file times & unix uid/gid

  • SimpleUnzip.pm
    Added FilesOnly option
    Added extract method

  • Added source to github

  • Added .travis & .appveyor files