aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-07 00:02:21 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-07 00:02:21 +1300
commit32c5eba24362c9998bdb6c4356277403131d401f (patch)
tree902c8a9edb3bc58380130b7d58b51779bd568790 /Makefile.PL
parentAdd LICENSE (diff)
downloadList-Breakdown-32c5eba24362c9998bdb6c4356277403131d401f.tar.gz
List-Breakdown-32c5eba24362c9998bdb6c4356277403131d401f.zip
Add `provides` to META.yml
This requires manually updating the version number, but will do for the moment until I figure out something cleverer or move to a different build system.
Diffstat (limited to 'Makefile.PL')
-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-*' },
);