summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-06-01 23:52:00 +0900
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-06-01 23:52:00 +0900
commit216e639a5c5135d549f1d42422be5e8b3596d57e (patch)
tree6bfa09c76a5e205243fbf6611663001851aba946
parent4714032c0e32ffbd8bfef0fecb4a0b19f4296817 (diff)
downloadcarton-216e639a5c5135d549f1d42422be5e8b3596d57e.tar.gz
remove unused dep
-rw-r--r--cpanfile1
-rw-r--r--lib/Carton.pm1
2 files changed, 0 insertions, 2 deletions
diff --git a/cpanfile b/cpanfile
index 21398a3..6fe29f4 100644
--- a/cpanfile
+++ b/cpanfile
@@ -9,7 +9,6 @@ requires 'parent', 0.223;
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
diff --git a/lib/Carton.pm b/lib/Carton.pm
index 7fffe82..19148be 100644
--- a/lib/Carton.pm
+++ b/lib/Carton.pm
@@ -13,7 +13,6 @@ use CPAN::Meta;
use File::Path ();
use File::Spec ();
use File::Temp ();
-use Module::CPANfile;
use constant CARTON_LOCK_VERSION => '0.9';