[libreturn-value-perl] branch master updated (cd7d262 -> 53de833)

gregor herrmann gregoa at debian.org
Wed Oct 23 20:19:52 UTC 2013


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

gregoa pushed a change to branch master
in repository libreturn-value-perl.

      from  cd7d262   prepare changelog for release
      adds  7036a98   Imported Upstream version 1.666003
       new  059f7db   Merge tag 'upstream/1.666003'
       new  4edaa0d   New upstream release.
       new  3da6f29   debian/rules: remove override.
       new  f4850d8   Update Upstream-Contact and upstream copyright information.
       new  b2d64d8   Remove build-dependencies that were needed for noew removed tests.
       new  79e3c4b   Add patch to add back whatis entry to POD.
       new  53de833   releasing package libreturn-value-perl version 1.666003-1

The 7 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                          |    6 +
 LICENSE                          |  670 +++++++++++++++++++-------------------
 MANIFEST                         |   19 +-
 META.json                        |  292 ++++++++++++++++-
 META.yml                         |  218 ++++++++++++-
 Makefile.PL                      |   84 ++++-
 README                           |  141 +-------
 debian/changelog                 |   10 +
 debian/control                   |    5 +-
 debian/copyright                 |    7 +-
 debian/patches/series            |    1 +
 debian/patches/whatis.patch      |   18 +
 debian/rules                     |    3 -
 dist.ini                         |    8 +
 lib/Return/Value.pm              |  281 ++++++++--------
 t/00-compile.t                   |   48 +++
 t/000-report-versions-tiny.t     |   79 +++++
 t/failure.t                      |    4 -
 t/objects.t                      |    4 -
 t/overload.t                     |    4 -
 t/perl-critic.t                  |   13 -
 t/pod-coverage.t                 |    9 -
 t/pod.t                          |    6 -
 t/success.t                      |    4 -
 t/use.t                          |    7 -
 xt/release/changes_has_content.t |   41 +++
 xt/release/pod-syntax.t          |    7 +
 27 files changed, 1269 insertions(+), 720 deletions(-)
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/whatis.patch
 create mode 100644 dist.ini
 create mode 100644 t/00-compile.t
 create mode 100644 t/000-report-versions-tiny.t
 delete mode 100644 t/perl-critic.t
 delete mode 100644 t/pod-coverage.t
 delete mode 100644 t/pod.t
 delete mode 100644 t/use.t
 create mode 100644 xt/release/changes_has_content.t
 create mode 100644 xt/release/pod-syntax.t

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



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