From 15cf40620e32ddee1ee3bd425b334e3f0228658d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 26 Apr 2022 12:54:34 +0200 Subject: Remove reference to URPM "Bug" introduced in commit 66504834514cdf96f5a366864982f0d2a0267ea2 when introducing the same logic as in URPM --- RPM4/Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RPM4/Makefile.PL b/RPM4/Makefile.PL index f2911c0..3120988 100644 --- a/RPM4/Makefile.PL +++ b/RPM4/Makefile.PL @@ -24,7 +24,7 @@ unless (eval "use ExtUtils::Depends '$CONFIGURE_REQUIRES{'ExtUtils::Depends'}';" . "1") { warn "$@\n"; WriteMakefile( - NAME => 'URPM', + NAME => 'RPM4', PREREQ_FATAL => 1, PREREQ_PM => \%CONFIGURE_REQUIRES, ); -- cgit v1.2.1