aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-06 17:51:51 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-06 17:51:51 +1300
commitd02210e4e0accb9d4ae8aa69d9fb980dbd956d2e (patch)
treeda86c79e3b53f94bdfd36ceede19270957ebd371
parentReformat Changes file with tw=72 (diff)
downloadList-Breakdown-d02210e4e0accb9d4ae8aa69d9fb980dbd956d2e.tar.gz
List-Breakdown-d02210e4e0accb9d4ae8aa69d9fb980dbd956d2e.zip
Define PREREQ_PM
-rw-r--r--Makefile.PL5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index f6edcf7..21486ea 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -17,7 +17,10 @@ WriteMakefile(
BUILD_REQUIRES => {
'Test::More' => '0',
},
- PREREQ_PM => {},
+ PREREQ_PM => {
+ 'Carp' => '0',
+ 'Exporter' => '0',
+ },
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'List-Breakdown-*' },
);