aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 8ef2f21..dc49101 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -72,6 +72,12 @@ WriteMakefile(
},
META_MERGE => {
'meta-spec' => { version => 2 },
+ # For proper CPAN indexation:
+ provides => {
+ 'URPM::Resolve' => {
+ file => 'URPM/Resolve.pm',
+ },
+ },
resources => {
repository => {
type => 'git',