Subject: | Warning: prerequisite Math-BigInt 1.88 not found. |
PREREQ_PM takes module names, not distribution names
http://search.cpan.org/perldoc?ExtUtils::MakeMaker#PREREQ_PM
so you need in Makefile.PL
- 'Math-BigInt' => 1.88,
+ 'Math::BigInt' => 1.88,