summaryrefslogtreecommitdiff
path: root/cpanfile
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2015-05-15 12:17:51 -0700
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2015-05-15 12:17:51 -0700
commitd6dcec98976f37d2395ec10b5e6948adea91e65a (patch)
tree669fd08ad1c27b4c277998bbe74218399cc44292 /cpanfile
parenta15145221dcc540a0e0b5708e74f9998e4a72118 (diff)
downloadcarton-d6dcec98976f37d2395ec10b5e6948adea91e65a.tar.gz
change Module::Reader to requries so that Fatpacker will contain that for the runtime
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpanfile b/cpanfile
index 21a19e6..bdaa6cd 100644
--- a/cpanfile
+++ b/cpanfile
@@ -21,7 +21,7 @@ requires 'CPAN::Meta::Requirements', 2.121;
requires 'Module::CoreList';
# for fatpack
-recommends 'Module::Reader', 0.002;
+requires 'Module::Reader', 0.002;
recommends 'File::pushd';
recommends 'App::FatPacker', 0.009018;