Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 79c9d94

Browse files
committed
silence Math::BigInt error if we do not have optional GMP
1 parent 2ce4be9 commit 79c9d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-agent

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ use Data::Dumper;
3535

3636
# Math::BigInt reverts to perl only
3737
# automatically if GMP is not installed
38-
use Math::BigInt lib => 'GMP';
38+
use Math::BigInt try => 'GMP';
3939

4040
sub new {
4141
bless {}, shift;

0 commit comments

Comments
 (0)