From paul.w.bennett at gmail.com Sun Oct 9 06:58:33 2011 From: paul.w.bennett at gmail.com (Paul Bennett) Date: Sun, 09 Oct 2011 09:58:33 -0400 Subject: [Raleigh-talk] Still stymied by BigInt inheritance. Message-ID: Hi all, I'm looking for Perl developers who know about inheriting from Math::BigInt::GMP and/or Math::BigInt::Pari to help me improve http://matrix.cpantesters.org/?dist=Net-IPAddress-Util -- latest source is at http://code.google.com/p/perl-ipaddress-simple/source/browse/#svn%2Ftrunk%2Flib%2FNet%2FIPAddress I'm convinced I'm doing something obviously and stupidly wrong, but I can't for the life of me see the forest for the trees. -- Paul From mattnashbrowns at gmail.com Sun Oct 9 12:04:55 2011 From: mattnashbrowns at gmail.com (Matt Nash) Date: Sun, 9 Oct 2011 15:04:55 -0400 Subject: [Raleigh-talk] Still stymied by BigInt inheritance. In-Reply-To: References: Message-ID: Why do you want IP::Address::Util to be a subclass of Math::BigInt? It would seem to make more sense to have one or more object variables (members of IP::Address::Util) which are references to Math::BigInt objects. On Sun, Oct 9, 2011 at 9:58 AM, Paul Bennett wrote: > Hi all, > > I'm looking for Perl developers who know about inheriting from > Math::BigInt::GMP and/or Math::BigInt::Pari to help me improve > http://matrix.cpantesters.org/**?dist=Net-IPAddress-Util-- latest source is at > http://code.google.com/p/perl-**ipaddress-simple/source/** > browse/#svn%2Ftrunk%2Flib%**2FNet%2FIPAddress > > I'm convinced I'm doing something obviously and stupidly wrong, but I can't > for the life of me see the forest for the trees. > > -- > Paul > ______________________________**_________________ > Raleigh-talk mailing list > Raleigh-talk at pm.org > http://mail.pm.org/mailman/**listinfo/raleigh-talk > -------------- next part -------------- An HTML attachment was scrubbed... URL: From james.oden at gmail.com Sun Oct 9 15:10:03 2011 From: james.oden at gmail.com (James Olin Oden) Date: Sun, 9 Oct 2011 18:10:03 -0400 Subject: [Raleigh-talk] Still stymied by BigInt inheritance. In-Reply-To: References: Message-ID: What is your question? ...james On Sun, Oct 9, 2011 at 9:58 AM, Paul Bennett wrote: > Hi all, > > I'm looking for Perl developers who know about inheriting from > Math::BigInt::GMP and/or Math::BigInt::Pari to help me improve > http://matrix.cpantesters.org/?dist=Net-IPAddress-Util -- latest source is > at > http://code.google.com/p/perl-ipaddress-simple/source/browse/#svn%2Ftrunk%2Flib%2FNet%2FIPAddress > > I'm convinced I'm doing something obviously and stupidly wrong, but I can't > for the life of me see the forest for the trees. > > -- > Paul > _______________________________________________ > Raleigh-talk mailing list > Raleigh-talk at pm.org > http://mail.pm.org/mailman/listinfo/raleigh-talk > From paul.w.bennett at gmail.com Mon Oct 10 10:24:47 2011 From: paul.w.bennett at gmail.com (Paul Bennett) Date: Mon, 10 Oct 2011 13:24:47 -0400 Subject: [Raleigh-talk] Still stymied by BigInt inheritance. In-Reply-To: References: Message-ID: On Sun, 09 Oct 2011 18:10:03 -0400, James Olin Oden wrote: > What is your question? My question is "how would you personally go about debugging Net::IPAddress::Util::import() given the fails from cpantesters?" -- Paul