diff options
-rwxr-xr-x | Makefile.PL | 4 | ||||
-rw-r--r-- | NEWS | 1 |
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', }, @@ -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) |