Re: dependency problem in CDBI 0.96
[prev]
[thread]
[next]
[Date index for 2004/08/19]
On Wednesday, August 18, 2004, at 02:03 AM, Tony Bowden wrote:
> On Tue, Aug 17, 2004 at 05:56:17PM -0400, Dan Friedman wrote:
>> I just tried to install Class::DBI 0.96 and had some trouble getting
>> it
>> to pass tests until I updated List::Util; the dependency listed in the
>> Makefile.PL seems wrong.
>
> Do you know why? What errors were you getting?
>
> Thanks,
>
> Tony
Here's the error:
t/02-Film...........ok 87/90Undefined subroutine
&Scalar::Util::refaddr called at t/02-Film.t line 326.
That went away after we updated List::Util to the latest version (1.14).
Hope this helps.
Dan