Skip to content

Commit

Permalink
Use Devel::Checklib 1.09, fixes #109
Browse files Browse the repository at this point in the history
Fixes #109.
  • Loading branch information
mbeijen committed Feb 12, 2018
1 parent d27b968 commit 8a50333
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -480,9 +480,10 @@ if (eval $ExtUtils::MakeMaker::VERSION >= 5.43) {
'Test::Deep' => 0,
'Time::HiRes' => 0,
},
CONFIGURE_REQUIRES => { 'DBI' => 1.609,
CONFIGURE_REQUIRES => { 'DBI' => '1.609',
'Data::Dumper' => 0,
'Devel::CheckLib' => 0,
'Devel::CheckLib' => '1.09',
'ExtUtils::MakeMaker' => 0,
},
);
}
Expand Down

0 comments on commit 8a50333

Please sign in to comment.