[libmojolicious-plugin-authentication-perl] branch master updated (35a4a1f -> 08c61ac)

Florian Schlichting fsfs at moszumanska.debian.org
Sat Sep 16 21:44:35 UTC 2017


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

fsfs pushed a change to branch master
in repository libmojolicious-plugin-authentication-perl.

      from  35a4a1f   update changelog
      adds  6c899ff   fix travis using perl-travis-helpers
      adds  76a6618   Merge pull request #18 from preaction/fix-travis
      adds  403c23a   Specify Test::CheckManifest as develop requirement
      adds  7f81337   Use ReadmeAnyFromPod instead of ReadmeFromPod
      adds  194297d   Insert some whitespace into Travis script
      adds  e3cb62c   Fixed extra bracket typo
      adds  b94797e   Merge pull request #15 from moltar/patch-1
      adds  14a8973   Re-instate change log (and remove from ignore list)
      adds  4cdbdf5   Ignore text editor backups
      adds  e78aacb   Add readme from POD
      adds  aca808b   Add empty line after package declaration for PkgVersion
      adds  105ce6a   Only gather files tracked by git while building
      adds  4c3647f   Do not call validate_user when auto_validate is present. Fix #23
      adds  550fea7   Merge pull request #24 from jjatria/auto-validate-fix
      adds  c4f37f7   allow setting current_user via argument
      adds  2fff689   Merge pull request #17 from preaction/set-current-user
      adds  21d8d53   Add MetaProvides plugin to appease CPANTS
      adds  38c8f8d   Set minimum required Perl version in meta
      adds  953fd24   Fix incorrect plugin name
      adds  8befb98   Simplify conditional code to improve readability
      adds  0ef6de2   Break long lines and make minor stylistic improvements
      adds  7b2c54d   Logout returns an explicit true value
      adds  23a3cd8   Use 4 spaces for tabs
      adds  de65022   Add notice on helper namespaces. Fix #20
      adds  1dd9191   Update contributor list
      adds  61cc8aa   Set Travis to test against more versions of Perl
      adds  abcdf12   Updated readme
      adds  4ee3837   Update change log
      adds  2e3acb4   Update readme
      adds  b18e958   Add contributors field from git meta
      adds  9c5aba0   Replace Github-specific plugins with generic ones
      adds  9fe9827   Set POD encoding to UTF-8
      adds  5b642cd   Add mailmap file
      adds  7b9809c   Make fail_render accept subroutine reference
      adds  3b1479e   Merge branch 'fail_sub'. Close #19
      adds  236842e   Document behaviour of fail_render option
      adds  ad06aa9   Add syntax POD tests to dist.ini
      adds  5a05fcf   Update readme and change log
      adds  c5b3e6b   Add missing develop requirements
      adds  7739975   New upstream version 1.32
       new  ca1500d   Updated version 1.32 from 'upstream/1.32'
       new  a53dd03   Update debian/changelog
       new  d86103f   Update copyright years
       new  dac5e60   Declare compliance with Debian Policy 4.1.0
       new  08c61ac   prepare changelog for release

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:
 Changes                                  |  30 +++
 LICENSE                                  |   6 +-
 MANIFEST                                 |   6 +-
 META.json                                |  43 +++-
 META.yml                                 |  27 ++-
 Makefile.PL                              |   7 +-
 README                                   | 154 +++++++++++----
 debian/changelog                         |  11 +-
 debian/control                           |   2 +-
 debian/copyright                         |   2 +-
 dist.ini                                 |  45 ++++-
 lib/Mojolicious/Plugin/Authentication.pm | 323 +++++++++++++++++++++----------
 t/02-functional_lazy.t                   |  23 ++-
 t/03-current_user.t                      |  60 ++++++
 t/author-pod-syntax.t                    |  15 ++
 t/manifest.t                             |  13 --
 t/release-check-manifest.t               |  24 +++
 t/release-cpan-changes.t                 |  13 +-
 18 files changed, 607 insertions(+), 197 deletions(-)
 create mode 100644 t/03-current_user.t
 create mode 100644 t/author-pod-syntax.t
 delete mode 100644 t/manifest.t
 create mode 100644 t/release-check-manifest.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmojolicious-plugin-authentication-perl.git



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