Skip Menu |

This queue is for tickets about the Math-BigInt-Named CPAN distribution.

Report information
The Basics
Id: 71258
Status: resolved
Priority: 0/
Queue: Math-BigInt-Named

People
Owner: Nobody in particular
Requestors: NEILB [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.03
Fixed in: 0.04



Subject: Math::BigInt::Named use's itself rather than Math::BigInt
Named.pm starts with the following: package Math::BigInt::Named; require 5.006001; use strict; use Math::BigInt::Named; That last line was probably meant to be: use Math::BigInt; Without this change, if you try and use the module you get a fatal error: Can't locate object method "new" via package "Math::BigInt::Named" at ...