aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,
+ },
+ },
} ) : ()
),
);