Skip to content

Commit

Permalink
Specify bigint as test dependency
Browse files Browse the repository at this point in the history
bigint is in core since 5.8 but Fedora Linux system perl ships without
it. This leads to cpan installers not having it and failing tests.

See
http://www.cpantesters.org/cpan/report/394d08da-047c-11e7-9c42-6ad91cc46bb4
  • Loading branch information
mbeijen committed Feb 12, 2018
1 parent 5d6cf57 commit d27b968
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,8 @@ if (eval $ExtUtils::MakeMaker::VERSION >= 5.43) {
},
},
},
TEST_REQUIRES => { 'Test::Simple' => '0.90',
TEST_REQUIRES => { 'bigint' => 0,
'Test::Simple' => '0.90',
'Test::Deep' => 0,
'Time::HiRes' => 0,
},
Expand Down

0 comments on commit d27b968

Please sign in to comment.