[libio-compress-perl] branch master updated (3b38da3 -> 527f72f)

gregor herrmann gregoa at debian.org
Sat Oct 5 18:28:00 UTC 2013


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

gregoa pushed a change to branch master
in repository libio-compress-perl.

      from  3b38da3   Remove trailing whitespace
      adds  1ff9ac0   Imported Upstream version 2.062
       new  6d066d1   Merge tag 'upstream/2.062'
       new  41d1b4b   New upstream release.
       new  784bd11   Update years of packaging copyright.
       new  921408b   Bump versioned build dependencies.
       new  527f72f   releasing package libio-compress-perl version 2.062-1

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                               |    8 ++
 META.json                             |    6 +-
 META.yml                              |    6 +-
 Makefile.PL                           |    2 +-
 README                                |    6 +-
 debian/changelog                      |    8 ++
 debian/control                        |    4 +-
 debian/copyright                      |    2 +-
 lib/Compress/Zlib.pm                  |   12 +--
 lib/IO/Compress/Adapter/Bzip2.pm      |    6 +-
 lib/IO/Compress/Adapter/Deflate.pm    |    6 +-
 lib/IO/Compress/Adapter/Identity.pm   |    4 +-
 lib/IO/Compress/Base.pm               |    6 +-
 lib/IO/Compress/Base/Common.pm        |    2 +-
 lib/IO/Compress/Bzip2.pm              |  165 ++++++++++++++++++++-----------
 lib/IO/Compress/Deflate.pm            |   12 +--
 lib/IO/Compress/FAQ.pod               |    6 +-
 lib/IO/Compress/Gzip.pm               |   21 ++--
 lib/IO/Compress/Gzip/Constants.pm     |    2 +-
 lib/IO/Compress/RawDeflate.pm         |   14 +--
 lib/IO/Compress/Zip.pm                |   32 +++---
 lib/IO/Compress/Zip/Constants.pm      |    2 +-
 lib/IO/Compress/Zlib/Constants.pm     |    2 +-
 lib/IO/Compress/Zlib/Extra.pm         |    4 +-
 lib/IO/Uncompress/Adapter/Bunzip2.pm  |    6 +-
 lib/IO/Uncompress/Adapter/Identity.pm |    6 +-
 lib/IO/Uncompress/Adapter/Inflate.pm  |    6 +-
 lib/IO/Uncompress/AnyInflate.pm       |   26 ++---
 lib/IO/Uncompress/AnyUncompress.pm    |   46 ++++-----
 lib/IO/Uncompress/Base.pm             |    8 +-
 lib/IO/Uncompress/Bunzip2.pm          |  174 ++++++++++++++++++++++-----------
 lib/IO/Uncompress/Gunzip.pm           |   20 ++--
 lib/IO/Uncompress/Inflate.pm          |   16 +--
 lib/IO/Uncompress/RawInflate.pm       |   18 ++--
 lib/IO/Uncompress/Unzip.pm            |   26 ++---
 t/000prereq.t                         |    2 +-
 t/01misc.t                            |    3 +
 t/compress/generic.pl                 |    1 +
 t/compress/oneshot.pl                 |    4 +-
 t/compress/truncate.pl                |   15 ++-
 40 files changed, 419 insertions(+), 296 deletions(-)

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



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