Skip to content

Commit

Permalink
Update Makefile.PL
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Jul 7, 2018
1 parent b1bce06 commit 4584e09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ my %WriteMakefileArgs = (
"File::Temp" => "0.19",
"File::stat" => 0,
"constant" => 0,
"if" => 0,
"overload" => 0,
"strict" => 0,
"warnings" => 0
"warnings" => 0,
"warnings::register" => 0
},
"TEST_REQUIRES" => {
"Digest::MD5" => 0,
Expand Down Expand Up @@ -73,12 +73,12 @@ my %FallbackPrereqs = (
"File::stat" => 0,
"Test::More" => "0.96",
"constant" => 0,
"if" => 0,
"lib" => 0,
"open" => 0,
"overload" => 0,
"strict" => 0,
"warnings" => 0
"warnings" => 0,
"warnings::register" => 0
);


Expand Down

0 comments on commit 4584e09

Please sign in to comment.