File: Makefile.PL.patch

package info (click to toggle)
libcatalyst-plugin-authentication-credential-openid-perl 0.03%2Brp-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 96 kB
  • ctags: 3
  • sloc: perl: 63; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 488 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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@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;