Subject: | Can't inherit from Math::BigInt::GMP |
Maybe I'm doing it wrong. Maybe it's broken. Either way, I have reached
the end of my Perl expertise here.
Please see the FAILs here: http://matrix.cpantesters.org/?dist=Net-
IPAddress-Util+0.12
What it looks like is happening, is that even though I'm putting
Math::BigInt and Math::BigInt::GMP into @ISA, Math::BigInt::GMP is
complaining that my derived objects are not of the right class. They're
indeed not of the base class, but I'm surprised that the normal rules of
Perl inheritance do not seem to apply.