Skip to content

Commit

Permalink
auto-committed by dist.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
genehack committed Mar 20, 2018
1 parent 8f7f609 commit bd72067
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# This Makefile.PL for Git-Wrapper was generated by
# inc::CheckGitConfig <self>
# and Dist::Zilla::Plugin::MakeMaker::Awesome 0.38.
# and Dist::Zilla::Plugin::MakeMaker::Awesome 0.41.
# Don't edit it but the dist.ini and plugins used to construct it.

use strict;
use warnings;

# inserted by Dist::Zilla::Plugin::CheckBin 0.007
# inserted by Dist::Zilla::Plugin::CheckBin 0.008
use Devel::CheckBin;
check_bin('git');

Expand Down Expand Up @@ -40,6 +40,7 @@ my %WriteMakefileArgs = (
"warnings" => 0
},
"TEST_REQUIRES" => {
"Cwd" => 0,
"File::Path" => 0,
"File::Spec" => 0,
"File::Temp" => 0,
Expand All @@ -50,13 +51,14 @@ my %WriteMakefileArgs = (
"Test::Exception" => 0,
"Test::More" => 0
},
"VERSION" => "0.047",
"VERSION" => "0.047_090",
"test" => {
"TESTS" => "t/*.t"
}
);

my %FallbackPrereqs = (
"Cwd" => 0,
"File::Path" => 0,
"File::Spec" => 0,
"File::Temp" => 0,
Expand Down

0 comments on commit bd72067

Please sign in to comment.