aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-07 00:09:37 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-07 00:09:37 +1300
commit5db964cf7b117ea1ffebdadeabf6d0bd22651364 (patch)
tree035e25804cd3e1d694bfca913e659815a49cc90e /Makefile.PL
parentAdd `provides` to META.yml (diff)
downloadList-Breakdown-5db964cf7b117ea1ffebdadeabf6d0bd22651364.tar.gz
List-Breakdown-5db964cf7b117ea1ffebdadeabf6d0bd22651364.zip
Use MERGE not ADD for meta
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 8599776..3ff5ad5 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -21,7 +21,7 @@ WriteMakefile(
'Carp' => '0',
'Exporter' => '0',
},
- META_ADD => {
+ META_MERGE => {
provides => {
'List::Breakdown' => {
version => '0.18',