aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2018-09-21 11:30:54 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2018-09-21 14:12:13 +0200
commit9055fa677fcf1f86e34ed5dc8638bc34ab088929 (patch)
treee6e1028dfc5872e832566bbfe676efe9c5a36910
parent733e964515ac49b7c1453412f8c4fb8d9c1733ac (diff)
downloadrpmtools-9055fa677fcf1f86e34ed5dc8638bc34ab088929.tar
rpmtools-9055fa677fcf1f86e34ed5dc8638bc34ab088929.tar.gz
rpmtools-9055fa677fcf1f86e34ed5dc8638bc34ab088929.tar.bz2
rpmtools-9055fa677fcf1f86e34ed5dc8638bc34ab088929.tar.xz
rpmtools-9055fa677fcf1f86e34ed5dc8638bc34ab088929.zip
add provides for proper CPAN indexation
-rwxr-xr-xMakefile.PL7
1 files changed, 7 insertions, 0 deletions
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,
+ },
+ },
} ) : ()
),
);