Skip Menu |

This queue is for tickets about the Data-ParseBinary CPAN distribution.

Report information
The Basics
Id: 48346
Status: resolved
Priority: 0/
Queue: Data-ParseBinary

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.23
Fixed in: (no value)



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,
changed. thanks.