Skip to content

Commit

Permalink
Math::BigInt at least for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yannk committed Jun 10, 2010
1 parent 6e8af06 commit 0aa5eee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.PL
Expand Up @@ -3,6 +3,7 @@ use inc::Module::Install;
all_from 'lib/Avro.pm'; all_from 'lib/Avro.pm';
readme_from('lib/Avro.pm'); readme_from('lib/Avro.pm');
build_requires 'Test::More', 0.88; build_requires 'Test::More', 0.88;
test_requires 'Math::BigInt';
test_requires 'Test::Exception'; test_requires 'Test::Exception';
requires 'JSON::XS'; requires 'JSON::XS';
requires 'Try::Tiny'; requires 'Try::Tiny';
Expand All @@ -11,6 +12,7 @@ requires 'Regexp::Common';
requires 'Encode'; requires 'Encode';
requires 'IO::String'; requires 'IO::String';
requires 'Object::Tiny'; requires 'Object::Tiny';
requires 'Compress::Zlib';
unless ($Config{use64bitint}) { unless ($Config{use64bitint}) {
requires 'Math::BigInt'; requires 'Math::BigInt';
} }
Expand Down

0 comments on commit 0aa5eee

Please sign in to comment.