[libcatalyst-plugin-authentication-credential-openid-perl] 01/04: Add patch to fix Makefile.PL breakage.

gregor herrmann gregoa at debian.org
Sun May 24 10:59:56 UTC 2015


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

gregoa pushed a commit to branch master
in repository libcatalyst-plugin-authentication-credential-openid-perl.

commit 12267f9639000174eee21331fcb1ee5ca97279db
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 24 12:54:20 2015 +0200

    Add patch to fix Makefile.PL breakage.
    
    Closes: #786667
---
 debian/patches/Makefile.PL.patch | 18 ++++++++++++++++++
 debian/patches/series            |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/Makefile.PL.patch b/debian/patches/Makefile.PL.patch
new file mode 100644
index 0000000..063bff8
--- /dev/null
+++ b/debian/patches/Makefile.PL.patch
@@ -0,0 +1,18 @@
+Description: fix Makefile.PL for newer M::I or something
+Origin: vendor
+Bug-Debian: https://bugs.debian.org/786667
+Bug: https://rt.cpan.org/Ticket/Display.html?id=104656
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=104656
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-05-24
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -7,6 +7,6 @@
+ requires 'UNIVERSAL::require';
+ 
+ build_requires 'Test::More';
+-use_test_base;
++build_requires 'Test::Base';
+ auto_include;
+ WriteAll;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a1166ec
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Makefile.PL.patch

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



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