From: Graham B. <gb...@po...> - 2001-04-26 05:51:17
|
This is due to using syntax that was added in 5.005. Try the attached patch. It turns off bigint testing for 5.004 because Math::BigInt outouts a lot of warnings, but Net::LDAP does not need bigint. Graham. On Wed, Apr 25, 2001 at 04:01:02PM -0700, Bill Corley wrote: > I have been using Net::LDAP for a long time. In fact so long that > I am still on 0.10. (Yes, I am ashamed. But when it is not broken ...) > At any rate it is time that I came up to something more mainstream. So > I was about the install the newest software and have run into a problem > with the make test on Convert::ASN1 version 0.10. > > I am on Solaris 2.6 and 2.7 running perl 5.00404. The make test > results are below. I am sure I am just overlooking something. Anyone > know what it is? |