From b8c2215c07b4b9fcb7abbcaeda3dd232414dc523 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 3 Jan 2020 06:43:49 +0100 Subject: force provides URPM (RT#127881) --- Makefile.PL | 4 ++++ NEWS | 1 + 2 files changed, 5 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index d3b72e6..eea525f 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -78,6 +78,10 @@ WriteMakefile( 'meta-spec' => { version => 2 }, # For proper CPAN indexation: provides => { + 'URPM' => { + file => 'URPM.pm', + version => 'v5.23.2', + }, 'URPM::Resolve' => { file => 'URPM/Resolve.pm', }, diff --git a/NEWS b/NEWS index c23f82a..ac178f4 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ - fix support for hdlist compressed with !gzip - CPAN testers: o display rpm version in flags + o fix indexation (RT#127881) o workaround CPAN testers that run FreeBSD (RT#131162) o Workaround CPAN testers that run CentOS 7 (RT#131163) -- cgit v1.2.1