Subject: | Tests fail during build on call to i_color_new |
When building with Imager-0.87 and Imager::Plot 0.09, make test fails
with:
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
1..3
ok 1
Undefined subroutine &Imager::Plot::Axis::i_color_new called at
blib/lib/Imager/Plot/Axis.pm line 235, <DATA> line 821.
This is the only reference to the function in the file, replacing the call
with Imager::Color->new seems to fix the problem.