summaryrefslogtreecommitdiff
path: root/cpanfile
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-06-05 14:52:09 +0900
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-06-05 14:52:09 +0900
commit9faaae25f5d1c857fbfedfd5bd84088cf142ad38 (patch)
treeb13e41621f390f4c336ef79fed73359921789949 /cpanfile
parent4f2c96349830511e2f5dcf99e24ff7da0a4e6177 (diff)
downloadcarton-9faaae25f5d1c857fbfedfd5bd84088cf142ad38.tar.gz
fix quotes
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpanfile b/cpanfile
index 670dcb1..08d0f9a 100644
--- a/cpanfile
+++ b/cpanfile
@@ -13,8 +13,8 @@ requires 'parent', 0.223;
requires 'local::lib', 1.008;
requires 'Exception::Class', 1.32;
requires 'Getopt::Long', 2.39;
-requires 'Moo', '1.002';
-requires 'Path::Tiny', '0.022';
+requires 'Moo', 1.002;
+requires 'Path::Tiny', 0.022;
# MYMETA support
requires 'App::cpanminus', 1.6915;