X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=7afb79600b05e8eb318c4c0ed25c98136ac831b9;hb=v0.08123;hp=ab98a458810f9cd4095b67877977087e3221ee11;hpb=1278e5f0200f8cd8bd4cf137ae7ed571f71e63c2;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index ab98a45..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', }; @@ -175,7 +176,7 @@ eval { unless ($args->{skip_author_deps}) { my $err = $@; eval { require Module::Install::AuthorTests } - || die "\nYou need Module::Install::AuthorTests installed to run this Makefile.PL:\n\n$@\n"; + || die "\nYou need Module::Install::AuthorTests installed to run this Makefile.PL in author mode (or supply --skip_author_deps):\n\n$@\n"; die $@; } };