1.043 2024-04-13 - make any failure more verbose to help debugging 1.042 2023-03-30 - Update Gnuplot 5.4.6 URI for second release of Windows binaries. GH#13. 1.041 2023-03-12 - Minimum Alien::Build for Build::Copy plugin is Alien::Build v2.19. Thanks to Andreas K. Hüttel (akhuettel++) for the bug report. GH#11. 1.040 2023-02-23 - Switch to using Alien::Build / alienfile to check and install Gnuplot. - Alien::Gnuplot is now a subclass of Alien::Base. - Remove interactive installation option for using system package manager. The build now gives hints on what command to run instead. - Add check for broken Gnuplot pipe IPC on Windows for versions in the exclusive range ( 5.2.8, 5.4.6 ). See for more information. - Can now download then build Gnuplot from source on non-MSWin32 platforms and download then install the pre-built Gnuplot binaries on MSWin32. GH#2. - API change: load_gnuplot() is no longer called when loading the module with `require` or `do`. It is instead called by `import()`. This means that the usual `use Alien::Gnuplot;` should continue to work. 1.034 2021-07-23 - reset stdin position before exec - thanks @vividsnow 1.033 2017-02-24 - bumb version number again and fix MANIFEST problem 1.032 2017-02-23 - bump version number to get around a CPAN funny 1.031 2015-10-04 - slightly more tolerant logic on the terminfo parsing avoids a problem where some terminals were being ignored on some systems. 1.030 2013-11-13 - switch tempfile() call to no-arguments version, to ensure /tmp is used in POSIX systems 1.020 2013-10-28 - fixes to Microsoft Windows support