This is an automated email from the git hooks/post-receive script. xguimard-guest pushed a commit to branch master in repository lemonldap-ng.
commit 6a2fbcf1017cc1af74f214cc38fc64af41c79026 Author: Xavier Guimard <[email protected]> Date: Wed Nov 9 11:11:45 2016 +0100 Update Mouse replacement patch --- debian/patches/replace-mouse-by-moose.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/debian/patches/replace-mouse-by-moose.patch b/debian/patches/replace-mouse-by-moose.patch index fa823f1..2bd038d 100644 --- a/debian/patches/replace-mouse-by-moose.patch +++ b/debian/patches/replace-mouse-by-moose.patch @@ -156,6 +156,17 @@ Last-Update: 2016-05-02 use Lemonldap::NG::Handler::SharedConf qw(:tsv); extends 'Lemonldap::NG::Handler::PSGI'; +--- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Nginx/AuthBasic.pm ++++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Nginx/AuthBasic.pm +@@ -1,7 +1,7 @@ + package Lemonldap::NG::Handler::Nginx::AuthBasic; + + use strict; +-use Mouse; ++use Moose; + + extends 'Lemonldap::NG::Handler::PSGI::AuthBasic'; + --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI.pm @@ -1,7 +1,7 @@ @@ -167,6 +178,17 @@ Last-Update: 2016-05-02 extends 'Lemonldap::NG::Handler::PSGI::Base', 'Lemonldap::NG::Common::PSGI'; +--- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI/AuthBasic.pm ++++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI/AuthBasic.pm +@@ -1,7 +1,7 @@ + package Lemonldap::NG::Handler::PSGI::AuthBasic; + + use strict; +-use Mouse; ++use Moose; + use Lemonldap::NG::Handler::Specific::AuthBasic; + + extends 'Lemonldap::NG::Handler::PSGI::Server'; --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI/Base.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI/Base.pm @@ -1,7 +1,7 @@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/lemonldap-ng.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
