summaryrefslogtreecommitdiff
path: root/cpanfile
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-06-01 17:45:28 +0900
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-06-01 17:45:28 +0900
commita7e8dad620a48708f84d021c24be412c00c2b6fb (patch)
tree2798daca6ef064c23e5e5838142a1e90bfc170dd /cpanfile
parentdc93979c7790ad093fcd94f32e3cbd85db62f22c (diff)
downloadcarton-a7e8dad620a48708f84d021c24be412c00c2b6fb.tar.gz
Convert basic objects to Moo
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile
index 8e971d3..21398a3 100644
--- a/cpanfile
+++ b/cpanfile
@@ -10,6 +10,7 @@ requires 'local::lib', 1.008;
requires 'Exception::Class', 1.32;
requires 'Getopt::Long', 2.39;
requires 'Module::CPANfile', 0.9031;
+requires 'Moo', '1.002';
# MYMETA support
requires 'App::cpanminus', 1.6915;