aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.PL8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 21486ea..8599776 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -21,6 +21,14 @@ WriteMakefile(
'Carp' => '0',
'Exporter' => '0',
},
+ META_ADD => {
+ provides => {
+ 'List::Breakdown' => {
+ version => '0.18',
+ file => 'lib/List/Breakdown.pm',
+ },
+ },
+ },
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'List-Breakdown-*' },
);