Skip to content

Commit

Permalink
Use Devel::Checklib 1.09, fixes perl5-dbi#109
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeijen authored and bigio committed Jan 9, 2019
1 parent f614af2 commit c73c965
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
2017-??-?? Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.042_01)
* Use Devel::CheckLib 1.09 or newer, fixes
https://github.com/perl5-dbi/DBD-mysql/issues/109
* Improve CI testing on AppVeyor: caching, path to cpan, configure deps (pali)
* Specify bigint as test dependency.

Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -480,9 +480,9 @@ 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 c73c965

Please sign in to comment.