-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Moin,
On Wednesday 07 March 2007 23:30:51 David Golden wrote: > On 3/7/07, Tels <[EMAIL PROTECTED]> wrote: > > > Module Need Have > > > ------------ ---- ---- > > > Math::BigInt 1.79 1.80 > > > Test::More 0.47 0.67 > > > > So far so good. > > > > > t/big_ap......ok > > > t/bigfltrt....ok > > > t/bigrat......Can't locate object method "_as_oct" via package > > > "Math::BigInt::Calc" at ../lib/Math/BigRat.pm line 1319. dubious > > > Test returned status 255 (wstat 65280, 0xff00) > > > > This looks like the test picked up an old Math::BigInt installation. > > > > Do you know what BigInt is installed at the system? > > CPAN::Reporter tries to find prerequisites in an environment similar > to what test scripts would find (assuming they don't mess with @INC). I think my testscripts "mess" with @INC, but I am not sure if this is a problem (I generally test modules only manually, not with in some test-framework) > If this is an old installation, yet CPAN::Reporter saw 1.80, then > there may be a bug in CPAN::Reporter too. Please let me know how this > turns out. I have no idea how I could even replicate this except setting up complete testing-framework, which I lack the time to do. One thing that might be special is that Math::BigInt is a core-module, and so needs to overwrite a already existing core module upon install. If you install it into the "site" dir instead of "perl", the old core would still get loaded first. And v1.80 of Math::BigInt now uses Module::Install, so this might have something to do with that, but I am not sure. All the best, tels - -- Signed on Thu Mar 8 19:00:13 2007 with key 0x93B84C15. Get one of my photo posters: http://bloodgate.com/posters PGP key on http://bloodgate.com/tels.asc or per email. "Duke Nukem Forever is a 1999 game and we think that timeframe matches very well with what we have planned for the game." -- George Broussard, 1998 (http://tinyurl.com/6m8nh) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iQEVAwUBRfBd1HcLPEOTuEwVAQKfmgf+Kyysf8AS8jgP3AMDnM/vNY3Sq+zlFl9v fMFGyAq1dgcls0CTci0hyISgRSQPTHPpc1dpciovmEqf+KN3UG0FfdNuKZicufr8 5wu8R41/VzpbBE4jrJSzWgZhLddAqb7B76gvk9nJmUW6pvNPYbNIMB0q0IRalDXc rq6Bu3r4LeZDRrBmP+cfzbTG9SMz3OMxG3+gQoCvjFQr+1bGtIjeeMUzmXqeDyEK pXbJmqaN+ksdMdXTghqaUl/gL9HnToaoSejnoSyEPvdIapdkZto9/Tv4k2W5uh/D tbi6LmKYU+lFsXtC4zMwRPdr2xYNFBDjrItqJU6usqKKZ3K7+W8NKw== =UiGA -----END PGP SIGNATURE-----
