aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xMakefile.PL4
-rw-r--r--NEWS1
2 files changed, 5 insertions, 0 deletions
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)