File: EUMM.patch

package info (click to toggle)
libmetacpan-client-perl 2.025000-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 560 kB
  • sloc: perl: 2,456; makefile: 6
file content (16 lines) | stat: -rw-r--r-- 375 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: let's try with a slightly older EUMM
Forwarded: not-needed
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-12-17

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,7 +4,7 @@
 
 use 5.010;
 
-use ExtUtils::MakeMaker 7.1101;
+use ExtUtils::MakeMaker;
 
 my %WriteMakefileArgs = (
   "ABSTRACT" => "A comprehensive, DWIM-featured client to the MetaCPAN API",