PDLPorters/PDL-Graphics-Gnuplot

Fix mismatch in how Gnuplot is found during configure and runtime

Closed this issue · 0 comments

  • Currently Makefile.PL only uses the PATH during configure time while Gnuplot.pm uses Alien::Gnuplot.
  • Make both use Alien::Gnuplot (i.e., make the Alien a config dep). This will allow overriding via the GNUPLOT_BINARY env variable (e.g., for testing multiple versions of Gnuplot).