[libauthen-scram-perl] branch master updated (2df8cbc -> 1fef446)

gregor herrmann gregoa at debian.org
Wed Jan 3 19:25:11 UTC 2018


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

gregoa pushed a change to branch master
in repository libauthen-scram-perl.

      from  2df8cbc   update changelog
      adds  c41fec9   initialize with .gitignore
      adds  396fc50   initial import with WIP
      adds  6dcac9f   First working version
      adds  33ad596   update documentation
      adds  1f15020   tweak dist.ini
      adds  9c6868a   update dist.ini and add Makefile.PL to repo
      adds  615ebc1   more documentation fixes
      adds  17357e4   fix PodWeaver config
      adds  91e8c45   shut up spell/coverage warnings
      adds  0e39eb4   After release: bump $VERSION and timestamp Changes
      adds  386c669   fix and document character encoding issues
      adds  6ef9a1a   update Makefile.PL with dependencies
      adds  eff2bd4   After release: bump $VERSION and timestamp Changes
      adds  42ef998   add skip_saslprep option
      adds  6f23d71   After release: bump $VERSION and timestamp Changes
      adds  f0d8f7c   bump Moo prereq to 1.001000 for non-ref default support
      adds  50c6646   fix warnings from length on undef value
      adds  5872f82   update Changes
      adds  ce83ebc   After release: bump $VERSION and timestamp Changes
      adds  675bbd2   have FailWarnings allow warnings from dependencies
      adds  d8c4979   After release: bump $VERSION and timestamp Changes
      adds  35502b3   Use stored string mode for SASLprep
      adds  96230da   Update travis.yml
      adds  085fd45   Cache and reuse PBKDF2 derived password
      adds  300a36f   New upstream version 0.006
       new  5d74344   Update upstream source from tag 'upstream/0.006'
       new  bfbeff3   Update debian/changelog
       new  5e07518   Declare compliance with Debian Policy 4.1.3.
       new  06e1571   Bump debhelper compatibility level to 10.
       new  4af7a02   Drop ancient alternative build dependency on Test::More.
       new  1fef446   releasing package libauthen-scram-perl version 0.006-1

The 6 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                               | 13 +++++++++
 MANIFEST                              | 10 +++----
 META.json                             | 39 ++++++++++++++++---------
 META.yml                              | 22 ++++++++------
 Makefile.PL                           | 16 ++++------
 README                                | 39 ++++++++++++++++++++++++-
 cpanfile                              |  9 +++++-
 debian/changelog                      | 10 +++++--
 debian/compat                         |  2 +-
 debian/control                        |  5 ++--
 lib/Authen/SCRAM.pm                   | 55 +++++++++++++++++++++++++++++++++--
 lib/Authen/SCRAM/Client.pm            | 43 ++++++++++++++++++++++++---
 lib/Authen/SCRAM/Role/Common.pm       |  6 ++--
 lib/Authen/SCRAM/Server.pm            | 24 +++++++++++++--
 t/00-report-prereqs.dd                | 17 +++++++----
 t/00-report-prereqs.t                 | 37 ++++++++++++++++-------
 t/client.t                            | 29 ++++++++++++++++++
 xt/author/00-compile.t                | 19 ++++++++----
 xt/author/critic.t                    |  7 +----
 xt/{release => author}/pod-coverage.t |  0
 xt/author/pod-spell.t                 | 19 ++++++------
 xt/{release => author}/pod-syntax.t   |  1 +
 xt/{release => author}/portability.t  |  2 --
 xt/{release => author}/test-version.t | 13 +++++----
 24 files changed, 336 insertions(+), 101 deletions(-)
 rename xt/{release => author}/pod-coverage.t (100%)
 rename xt/{release => author}/pod-syntax.t (84%)
 rename xt/{release => author}/portability.t (96%)
 rename xt/{release => author}/test-version.t (54%)

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



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