package Math::BigInt::Named; require 5.006001; use strict; use Math::BigInt::Named; use vars qw($VERSION @ISA $accuracy $precision $round_mode $div_scale); @ISA = qw(Math::BigInt);
Does it make any sense for the module to try to use itself? Submit a patch that drops "::Named" from the 4th statement of the module. To work around the problem w/o fixing the module, add require Math::BigInt; to your own code.
- tye
In reply to Re: Problem with Math::BigInt::Named (luke)
by tye
in thread Problem with Math::BigInt::Named
by blazar
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |