[libdigest-bcrypt-perl] branch master updated (261cab9 -> f8084d1)

gregor herrmann gregoa at debian.org
Sat Oct 14 15:13:09 UTC 2017


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  261cab9   releasing package libdigest-bcrypt-perl version 1.206-1
      adds  39a90ff   version bump
      adds  08e1da9   add settings string capability and some salt generation knowledge
      adds  2086bc5   Add some more examples
      adds  6fe64a4   fix a test an some docs
      adds  f7dafc3   fix typo
      adds  26d35ee   add extra example
      adds  95c346e   updated the changes
      adds  e728e29   Merge pull request #3 from genio/genio/autosalt
      adds  4355c71   version bump
      adds  454d089   remove MANIFEST.SKIP
      adds  a1f6f84   remove use of bytes and use Encode instead. remove xt dir as it gets built automatically
      adds  f255611   version bump
      adds  9b2b374   tidy
      adds  c78488a   revert to using bytes and add tests for rand_bits
      adds  b1d06bf   a few more tests
      adds  bf32f3d   Update change log
      adds  9776aa4   New upstream version 1.209
       new  e7e542b   Update upstream source from tag 'upstream/1.209'
       new  1097536   Update debian/changelog
       new  d898b21   Install new upstream CONTRIBUTING.md document.
       new  19e89e1   Declare compliance with Debian Policy 4.1.1.
       new  f8084d1   releasing package libdigest-bcrypt-perl version 1.209-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:
 CONTRIBUTING.md                   | 105 +++++++++++++++++++++++++
 Changes                           |  16 ++++
 MANIFEST                          |   9 +--
 META.json                         | 157 +++++++++++++++++++++-----------------
 META.yml                          | 128 +++++++++++++++++--------------
 Makefile.PL                       |   5 +-
 README                            |  60 +++++++++++----
 cpanfile                          |   2 +-
 debian/changelog                  |   9 +++
 debian/control                    |   2 +-
 debian/libdigest-bcrypt-perl.docs |   1 +
 dist.ini                          |   5 +-
 lib/Digest/Bcrypt.pm              |  98 ++++++++++++++++++------
 t/00-report-prereqs.dd            |   2 +-
 t/001_basics.t                    |  91 +++++++++++++++++++++-
 t/004_error_handling.t            |  41 ++++++++--
 xt/author/00-compile.t            |  12 ++-
 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             |  16 ++--
 xt/author/rand_bits.t             |  51 +++++++++++++
 xt/author/test-version.t          |  23 ++++++
 xt/release/changes_has_content.t  |   2 +-
 25 files changed, 639 insertions(+), 254 deletions(-)
 create mode 100644 CONTRIBUTING.md
 create mode 100644 debian/libdigest-bcrypt-perl.docs
 delete mode 100644 xt/author/changes.t
 delete mode 100644 xt/author/kwalitee.t
 delete mode 100644 xt/author/manifest.t
 delete mode 100644 xt/author/pod-cm.t
 create mode 100644 xt/author/rand_bits.t
 create mode 100644 xt/author/test-version.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