[libdigest-bcrypt-perl] branch master updated (f8b8d89 -> 85f03f1)

gregor herrmann gregoa at debian.org
Sat May 21 16:25:29 UTC 2016


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

gregoa pushed a change to branch master
in repository libdigest-bcrypt-perl.

      from  f8b8d89   releasing package libdigest-bcrypt-perl version 1.0.1-1
      adds  6cde424   Imported Upstream version 1.204
       new  75b3d52   Merge tag 'upstream/1.204'
       new  a20baf2   Update debian/changelog
       new  3fb4203   Update debian/upstream/metadata after import.
       new  bf17e43   New upstream maintainer
       new  ad460b8   Update build dependencies.
       new  383479a   Mention module name in long description.
       new  6b29091   Declare compliance with Debian Policy 3.9.8.
       new  ef39e96   Update Vcs-Git URL in debian/control.
       new  85f03f1   releasing package libdigest-bcrypt-perl version 1.204-1

The 9 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                        |  56 ------
 Changes                        | 114 ++++++++++++
 LICENSE                        |   2 +-
 MANIFEST                       |  14 +-
 META.json                      |  53 ++++--
 META.yml                       |  42 +++--
 Makefile.PL                    |  63 ++++---
 README                         | 167 -----------------
 README.md                      | 199 ++++++++++++++++++++
 debian/changelog               |  13 ++
 debian/control                 |  20 ++-
 debian/copyright               |   8 +-
 debian/upstream/metadata       |   8 +-
 dist.ini                       |  71 ++++++++
 lib/Digest/Bcrypt.pm           | 399 +++++++++++++++++++----------------------
 t/001_basics.t                 | 268 ++++++++++++++++++++++++++-
 t/002_methods.t                |  99 +++++-----
 t/003_create_digests.t         | 197 +++++++++++++-------
 t/004_error_handling.t         | 131 +++++++-------
 xt/author/changes.t            |  13 ++
 xt/author/kwalitee.t           |  17 ++
 xt/author/manifest.t           |  13 ++
 xt/author/pod-cm.t             |  15 ++
 xt/author/pod-spell.t          |  23 +++
 xt/author/pod-syntax.t         |   7 +
 xt/release/pause-permissions.t |  13 ++
 xt/release/pod-coverage.t      |  44 +++++
 27 files changed, 1379 insertions(+), 690 deletions(-)
 delete mode 100644 CHANGES
 create mode 100644 Changes
 delete mode 100644 README
 create mode 100644 README.md
 create mode 100644 dist.ini
 create mode 100644 xt/author/changes.t
 create mode 100644 xt/author/kwalitee.t
 create mode 100644 xt/author/manifest.t
 create mode 100644 xt/author/pod-cm.t
 create mode 100644 xt/author/pod-spell.t
 create mode 100644 xt/author/pod-syntax.t
 create mode 100644 xt/release/pause-permissions.t
 create mode 100644 xt/release/pod-coverage.t

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



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