summaryrefslogtreecommitdiff
path: root/dev-perl/URI-Fetch/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-24 14:47:38 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-24 14:47:38 +0100
commitb4d43e8c611df4a8061b6f88d9e9f6b1e3c83903 (patch)
tree911928b566777494d08ebe2c16cb64f15af71901 /dev-perl/URI-Fetch/files
parent61f10f985e19dfe20a4d9552902625edd5b6eabb (diff)
gentoo resync : 24.06.2021
Diffstat (limited to 'dev-perl/URI-Fetch/files')
-rw-r--r--dev-perl/URI-Fetch/files/URI-Fetch-0.130.0-min-perl.patch51
1 files changed, 50 insertions, 1 deletions
diff --git a/dev-perl/URI-Fetch/files/URI-Fetch-0.130.0-min-perl.patch b/dev-perl/URI-Fetch/files/URI-Fetch-0.130.0-min-perl.patch
index 3108055dd543..1d7009309d51 100644
--- a/dev-perl/URI-Fetch/files/URI-Fetch-0.130.0-min-perl.patch
+++ b/dev-perl/URI-Fetch/files/URI-Fetch-0.130.0-min-perl.patch
@@ -1,5 +1,54 @@
-https://github.com/neilb/URI-Fetch/commit/20eba82783a5c08adc88ff1cdc7ee9433d63ae4f.patch
https://bugs.gentoo.org/794676
+diff --git a/META.json b/META.json
+index 974e2a1..7ac7ad1 100644
+--- a/META.json
++++ b/META.json
+@@ -28,7 +28,7 @@
+ "URI" : "0",
+ "base" : "0",
+ "constant" : "0",
+- "perl" : "5.008_001",
++ "perl" : "5.008001",
+ "strict" : "0",
+ "warnings" : "0"
+ }
+diff --git a/META.yml b/META.yml
+index d8902d3..388f6f1 100644
+--- a/META.yml
++++ b/META.yml
+@@ -23,7 +23,7 @@ requires:
+ URI: '0'
+ base: '0'
+ constant: '0'
+- perl: 5.008_001
++ perl: '5.008001'
+ strict: '0'
+ warnings: '0'
+ resources:
+diff --git a/Makefile.PL b/Makefile.PL
+index d30a364..96baeaa 100644
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -2,7 +2,7 @@
+ use strict;
+ use warnings;
+
+-use 5.008_001;
++use 5.008001;
+
+ use ExtUtils::MakeMaker;
+
+@@ -15,7 +15,7 @@ my %WriteMakefileArgs = (
+ "DISTNAME" => "URI-Fetch",
+ "EXE_FILES" => [],
+ "LICENSE" => "perl",
+- "MIN_PERL_VERSION" => "5.008_001",
++ "MIN_PERL_VERSION" => "5.008001",
+ "NAME" => "URI::Fetch",
+ "PREREQ_PM" => {
+ "Carp" => 0,
+diff --git a/lib/URI/Fetch.pm b/lib/URI/Fetch.pm
+index 136669f..7615b54 100644
--- a/lib/URI/Fetch.pm
+++ b/lib/URI/Fetch.pm
@@ -1,6 +1,6 @@