summaryrefslogtreecommitdiff
path: root/textproc/p5-HTML-T5/files/patch-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-HTML-T5/files/patch-Makefile.PL')
-rw-r--r--textproc/p5-HTML-T5/files/patch-Makefile.PL11
1 files changed, 7 insertions, 4 deletions
diff --git a/textproc/p5-HTML-T5/files/patch-Makefile.PL b/textproc/p5-HTML-T5/files/patch-Makefile.PL
index 871381c12f2e..67cdfb010be3 100644
--- a/textproc/p5-HTML-T5/files/patch-Makefile.PL
+++ b/textproc/p5-HTML-T5/files/patch-Makefile.PL
@@ -1,6 +1,6 @@
---- Makefile.PL.orig 2020-11-17 10:01:32 UTC
+--- Makefile.PL.orig 2025-02-09 13:47:08 UTC
+++ Makefile.PL
-@@ -7,17 +7,12 @@ use strict;
+@@ -7,17 +7,12 @@ use ExtUtils::MakeMaker 6.52;
use warnings;
use ExtUtils::MakeMaker 6.52;
@@ -27,7 +27,7 @@
},
},
resources => {
-@@ -64,11 +57,7 @@ my $parms = {
+@@ -64,11 +57,10 @@ my $parms = {
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'HTML-T5-*' },
};
@@ -36,7 +36,10 @@
- Alien::Base::Wrapper->new('Alien::TidyHTML5=0.3.0')->mm_args2(%$parms);
-$foo{CONFIGURE_REQUIRES}{'Alien::Base::Wrapper'} = '2.02';
-WriteMakefile(%foo);
-+WriteMakefile();
++WriteMakefile(
++ NAME => 'HTML::T5',
++ LIBS => [ '-ltidy5' ],
++);
sub MY::postamble
{ ## no critic ( Subroutines::ProhibitQualifiedSubDeclarations )