From: Peter Rabbitson Date: Sat, 12 Jun 2010 01:07:21 +0000 (+0200) Subject: Older (5.8 core) Math::BigInt do not have from_hex X-Git-Tag: v0.08123~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=3b5c273ea583a54e1534ed52978982e3dc0c641b Older (5.8 core) Math::BigInt do not have from_hex --- diff --git a/Makefile.PL b/Makefile.PL index 8c2259b..7afb796 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -61,6 +61,7 @@ my $runtime_requires = { 'Context::Preserve' => '0.01', 'Try::Tiny' => '0.04', 'namespace::clean' => '0.14', + 'Math::BigInt' => '1.89', 'Math::Base36' => '0.07', };