[libio-digest-perl] branch master updated (28c5ae7 -> ff600e3)

Salvatore Bonaccorso carnil at debian.org
Mon Aug 12 20:18:45 UTC 2013


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

carnil pushed a change to branch master
in repository libio-digest-perl.

      from  28c5ae7   Correct debian/watch file broken on import
       new  3214156   Imported Upstream version 0.11
       new  4763318   Merge tag 'upstream/0.11'
       new  ff600e3   Update debian/copyright file information

The 3 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                           |    4 +
 MANIFEST                          |   16 +-
 META.yml                          |   34 +-
 MYMETA.json                       |   43 ++
 MYMETA.yml                        |   24 ++
 Makefile.PL                       |   23 +-
 debian/copyright                  |   45 +-
 inc/ExtUtils/AutoInstall.pm       |  645 ----------------------------
 inc/Module/Install.pm             |  528 ++++++++++++++++++-----
 inc/Module/Install/AutoInstall.pm |   65 ---
 inc/Module/Install/Base.pm        |   82 ++--
 inc/Module/Install/Can.pm         |  163 +++++--
 inc/Module/Install/Fetch.pm       |   26 +-
 inc/Module/Install/Include.pm     |   13 -
 inc/Module/Install/Makefile.pm    |  488 ++++++++++++++++-----
 inc/Module/Install/Metadata.pm    |  852 ++++++++++++++++++++++++++++++-------
 inc/Module/Install/Repository.pm  |   88 ++++
 inc/Module/Install/Win32.pm       |   76 ++--
 inc/Module/Install/WriteAll.pm    |   88 ++--
 lib/IO/Digest.pm                  |    5 +-
 xt/perlcritic.t                   |    5 +
 xt/pod.t                          |    4 +
 xt/podspell.t                     |   14 +
 xt/synopsis.t                     |    4 +
 24 files changed, 2047 insertions(+), 1288 deletions(-)
 create mode 100644 MYMETA.json
 create mode 100644 MYMETA.yml
 delete mode 100644 inc/ExtUtils/AutoInstall.pm
 delete mode 100644 inc/Module/Install/AutoInstall.pm
 delete mode 100644 inc/Module/Install/Include.pm
 create mode 100644 inc/Module/Install/Repository.pm
 create mode 100644 xt/perlcritic.t
 create mode 100644 xt/pod.t
 create mode 100644 xt/podspell.t
 create mode 100644 xt/synopsis.t

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



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