[libcgi-application-plugin-authentication-perl] 01/05: Update upstream source from tag 'upstream/0.21'

Damyan Ivanov dmn at moszumanska.debian.org
Sat Nov 4 09:49:24 UTC 2017


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

dmn pushed a commit to branch master
in repository libcgi-application-plugin-authentication-perl.

commit 9eb2a06f8788438609f6a01326c9dd90a67cee33
Merge: f4bc7c8 cddcda8
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sat Nov 4 09:25:56 2017 +0000

    Update upstream source from tag 'upstream/0.21'
    
    Update to upstream version '0.21'
    with Debian dir 57735fa450f0a951016fb6c9cfd14bea62356420

 Build.PL                                           |  46 -----
 Changes                                            |  19 +-
 LICENSE                                            | 207 +++++++++++++++++++++
 MANIFEST                                           |  26 +--
 MANIFEST.SKIP                                      |  10 -
 META.json                                          | 155 +++++----------
 META.yml                                           | 126 ++++---------
 Makefile.PL                                        | 106 ++++++++---
 README                                             |  26 ++-
 cpanfile                                           |  27 +++
 dist.ini                                           |  24 +++
 driver-cdbi/Build.PL                               |  22 ---
 driver-cdbi/Changes                                |   5 -
 driver-cdbi/MANIFEST                               |  18 --
 driver-cdbi/META.yml                               |  14 --
 driver-cdbi/Makefile.PL                            |  16 --
 driver-cdbi/README                                 |  77 --------
 .../Plugin/Authentication/Driver/CDBI.pm           | 160 ----------------
 driver-cdbi/t/00-load.t                            |   9 -
 driver-cdbi/t/authenticate.t                       |  62 ------
 driver-cdbi/t/authenticate_crypt.t                 |  47 -----
 driver-cdbi/t/authenticate_md5.t                   |  47 -----
 driver-cdbi/t/lib/TestAppAuthMD5.pm                |  34 ----
 driver-cdbi/t/lib/TestAppAuthPlain.pm              |  33 ----
 driver-cdbi/t/lib/TestAppAuthcrypt.pm              |  33 ----
 driver-cdbi/t/lib/TestAppAuthenticate.pm           |  33 ----
 driver-cdbi/t/lib/TestUsers.pm                     |  30 ---
 driver-cdbi/t/pod-coverage.t                       |   6 -
 driver-cdbi/t/pod.t                                |   6 -
 driver-dbic/.cvsignore                             |  10 -
 driver-dbic/Build.PL                               |  34 ----
 driver-dbic/Changes                                |   9 -
 driver-dbic/MANIFEST                               |  23 ---
 driver-dbic/MANIFEST.SKIP                          |   8 -
 driver-dbic/META.yml                               |  28 ---
 driver-dbic/Makefile.PL                            |  17 --
 driver-dbic/README                                 |  75 --------
 driver-dbic/SIGNATURE                              |  45 -----
 .../Plugin/Authentication/Driver/DBIC.pm           | 207 ---------------------
 driver-dbic/t/00-signature.t                       |  35 ----
 driver-dbic/t/01-load.t                            |   9 -
 driver-dbic/t/authenticate.t                       |  62 ------
 driver-dbic/t/authenticate_crypt.t                 |  47 -----
 driver-dbic/t/authenticate_md5.t                   |  47 -----
 driver-dbic/t/lib/TestAppAuthMD5.pm                |  37 ----
 driver-dbic/t/lib/TestAppAuthPlain.pm              |  36 ----
 driver-dbic/t/lib/TestAppAuthcrypt.pm              |  36 ----
 driver-dbic/t/lib/TestAppAuthenticate.pm           |  36 ----
 driver-dbic/t/lib/TestDB.pm                        |  16 --
 driver-dbic/t/lib/TestDB/Users.pm                  |  29 ---
 driver-dbic/t/pod-coverage.t                       |   8 -
 driver-dbic/t/pod.t                                |   8 -
 lib/CGI/Application/Plugin/Authentication.pm       |  20 +-
 .../Application/Plugin/Authentication/Display.pm   |   7 +-
 .../Plugin/Authentication/Display/Basic.pm         |   6 +-
 .../Plugin/Authentication/Display/Classic.pm       |   6 +-
 .../Application/Plugin/Authentication/Driver.pm    |   7 +-
 .../Plugin/Authentication/Driver/Authen/Simple.pm  |   7 +-
 .../Plugin/Authentication/Driver/DBI.pm            |   7 +-
 .../Plugin/Authentication/Driver/Dummy.pm          |   7 +-
 .../Plugin/Authentication/Driver/Filter/crypt.pm   |  12 +-
 .../Plugin/Authentication/Driver/Filter/lc.pm      |   7 +-
 .../Plugin/Authentication/Driver/Filter/md5.pm     |   9 +-
 .../Plugin/Authentication/Driver/Filter/sha1.pm    |   9 +-
 .../Plugin/Authentication/Driver/Filter/strip.pm   |   7 +-
 .../Plugin/Authentication/Driver/Filter/uc.pm      |   7 +-
 .../Plugin/Authentication/Driver/Generic.pm        |   7 +-
 .../Plugin/Authentication/Driver/HTPasswd.pm       |   7 +-
 lib/CGI/Application/Plugin/Authentication/Store.pm |   7 +-
 .../Plugin/Authentication/Store/Cookie.pm          |   7 +-
 .../Plugin/Authentication/Store/Session.pm         |   7 +-
 t/02_config.t                                      |  25 ++-
 t/03_destination.t                                 |   1 -
 t/03_login_box.t                                   |  58 +++---
 t/03_login_box_basic.t                             |   5 +
 t/03_missing_color.t                               |   6 +
 t/author-pod-syntax.t                              |  15 ++
 t/podspell.t                                       |  57 +++++-
 t/prereq.t                                         |   2 +-
 t/release-changes_has_content.t                    |  48 +++++
 80 files changed, 651 insertions(+), 2005 deletions(-)

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



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