File: 01-remove-eumm-version-req.patch

package info (click to toggle)
libsys-hostip-perl 1.98-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 204 kB
  • ctags: 26
  • sloc: perl: 210; makefile: 2
file content (46 lines) | stat: -rw-r--r-- 1,245 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Description: Remove versioned dependency on ExtUtils::MakeMaker 7.1101
 This version is not available in Perl 5.24, and is not packaged separately
Author: Nick Morrott <knowledgejunkie@gmail.com>
Forwarded: not-needed
Last-Update: 2016-09-21
---
--- a/META.json
+++ b/META.json
@@ -17,7 +17,7 @@
    "prereqs" : {
       "configure" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : "7.1101"
+            "ExtUtils::MakeMaker" : "0"
          }
       },
       "develop" : {
--- a/META.yml
+++ b/META.yml
@@ -10,7 +10,7 @@
   IPC::Open3: '0'
   Test::More: '0'
 configure_requires:
-  ExtUtils::MakeMaker: '7.1101'
+  ExtUtils::MakeMaker: '0'
 dynamic_config: 0
 generated_by: 'Dist::Zilla version 6.006, CPAN::Meta::Converter version 2.143240'
 license: perl
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,13 +4,13 @@
 
 
 
-use ExtUtils::MakeMaker 7.1101;
+use ExtUtils::MakeMaker;
 
 my %WriteMakefileArgs = (
   "ABSTRACT" => "Try extra hard to get IP address related info",
   "AUTHOR" => "Sawyer X <xsawyerx\@cpan.org>, Jonathan Schatz <jon\@divisionbyzero.com>",
   "CONFIGURE_REQUIRES" => {
-    "ExtUtils::MakeMaker" => "7.1101"
+    "ExtUtils::MakeMaker" => "0"
   },
   "DISTNAME" => "Sys-HostIP",
   "LICENSE" => "perl",