[libarchive-zip-perl] 01/07: Merge tag 'upstream/1.39'

gregor herrmann gregoa at debian.org
Wed Oct 22 19:13:30 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libarchive-zip-perl.

commit 461c3afc20d2e1dd23f84e7e092c745bf6cfd23b
Merge: 117163c 538c293
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Oct 22 20:45:59 2014 +0200

    Merge tag 'upstream/1.39'
    
    Upstream version 1.39

 .aspell.local.pws                     |  45 ---
 .exrc                                 |   1 -
 Changes                               |   5 +
 MANIFEST                              |   4 +-
 META.json                             |   4 +-
 META.yml                              |   4 +-
 examples/calcSizes.pl                 |  24 +-
 examples/copy.pl                      |   2 +-
 examples/extract.pl                   |  23 +-
 examples/mailZip.pl                   |  28 +-
 examples/mfh.pl                       |  15 +-
 examples/readScalar.pl                |   2 +-
 examples/selfex.pl                    |  12 +-
 examples/unzipAll.pl                  |   9 +-
 examples/updateTree.pl                |  22 +-
 examples/updateZip.pl                 |  37 +--
 examples/writeScalar.pl               |   4 +-
 examples/writeScalar2.pl              |   4 +-
 examples/zip.pl                       |  24 +-
 examples/zipGrep.pl                   |  53 ++--
 examples/zipcheck.pl                  |  36 +--
 examples/zipinfo.pl                   | 173 ++++++-----
 examples/ziprecent.pl                 | 113 +++----
 examples/ziptest.pl                   |  80 +++--
 lib/Archive/Zip.pm                    | 411 ++++++++++++-------------
 lib/Archive/Zip/Archive.pm            | 522 ++++++++++++++++----------------
 lib/Archive/Zip/BufferedFileHandle.pm |  38 +--
 lib/Archive/Zip/DirectoryMember.pm    |  22 +-
 lib/Archive/Zip/FileMember.pm         |  14 +-
 lib/Archive/Zip/Member.pm             | 544 ++++++++++++++++------------------
 lib/Archive/Zip/MemberRead.pm         |  71 +++--
 lib/Archive/Zip/MockFileHandle.pm     |   6 +-
 lib/Archive/Zip/NewFileMember.pm      |  38 ++-
 lib/Archive/Zip/StringMember.pm       |  20 +-
 lib/Archive/Zip/Tree.pm               |   5 +-
 lib/Archive/Zip/ZipFileMember.pm      | 148 +++++----
 t/01_compile.t                        |   9 +-
 t/02_main.t                           | 386 ++++++++++++------------
 t/03_ex.t                             |  79 +++--
 t/04_readmember.t                     |  47 ++-
 t/05_tree.t                           |  45 ++-
 t/06_update.t                         |  61 ++--
 t/07_filenames_of_0.t                 |  31 +-
 t/08_readmember_record_sep.t          |  97 +++---
 t/09_output_record_sep.t              |  92 +++---
 t/10_chmod.t                          |  36 +--
 t/11_explorer.t                       |  11 +-
 t/12_bug_47223.t                      |  16 +-
 t/13_bug_46303.t                      |  13 +-
 t/14_leading_separator.t              |  35 +--
 t/15_decrypt.t                        |  38 +--
 t/16_decrypt.t                        |  18 +-
 t/common.pl                           | 203 -------------
 t/common.pm                           | 226 ++++++++++++++
 54 files changed, 1939 insertions(+), 2067 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libarchive-zip-perl.git



More information about the Pkg-perl-cvs-commits mailing list