Skip to content

Commit

Permalink
remove Module::Build from cpanfile
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Jul 8, 2015
1 parent c717dc9 commit 26d9432
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion META.json
Expand Up @@ -28,7 +28,6 @@
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build" : "0",
"Module::Build::Tiny" : "0.035"
}
},
Expand Down
4 changes: 0 additions & 4 deletions cpanfile
Expand Up @@ -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
};

0 comments on commit 26d9432

Please sign in to comment.