From 32c5eba24362c9998bdb6c4356277403131d401f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 7 Oct 2017 00:02:21 +1300 Subject: 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. --- Makefile.PL | 8 ++++++++ 1 file changed, 8 insertions(+) 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-*' }, ); -- cgit v1.2.3