diff --git a/META.json b/META.json index 4b407588..881000be 100644 --- a/META.json +++ b/META.json @@ -28,7 +28,6 @@ "prereqs" : { "configure" : { "requires" : { - "Module::Build" : "0", "Module::Build::Tiny" : "0.035" } }, diff --git a/cpanfile b/cpanfile index 5b47ff80..ee03f725 100644 --- a/cpanfile +++ b/cpanfile @@ -71,10 +71,6 @@ on 'test' => sub { requires 'Module::Build::Tiny', 0.035; # https://github.com/tokuhirom/Minilla/issues/151 }; -on 'configure' => sub { - requires 'Module::Build'; -}; - on 'develop' => sub { # Dependencies for developers };