From 9055fa677fcf1f86e34ed5dc8638bc34ab088929 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 21 Sep 2018 11:30:54 +0200 Subject: add provides for proper CPAN indexation --- Makefile.PL | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index c6f96fc..7f7d203 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -73,6 +73,13 @@ WriteMakefile( }, }, release_status => 'stable', + # For proper CPAN indexation: + provides => { + 'rpmtools' => { + file => 'packdrake.pm', + version => $rpmtools_version, + }, + }, } ) : () ), ); -- cgit v1.2.1