diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6843719..9aca0cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,7 @@ jobs: with: target-setup-perl: false target-install-dist-perl-deps: true + dist-perl-deps-configure: Alien::Gnuplot target-test-release-testing: true target-test: true test-enable-release-testing: ${{ matrix.release-test }} diff --git a/CHANGES b/CHANGES index 586e8cb..c6d8f84 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,4 @@ +- Add Alien::Gnuplot as a configure-time dependency. Fixes #92. 2.023 2023-01-29 - Fix over-enthusiastic code tidying - thanks @zmughal diff --git a/Makefile.PL b/Makefile.PL index 215964e..8234ee0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,23 +3,7 @@ use warnings; use ExtUtils::MakeMaker 6.48; # make sure we can run gnuplot before continuing -{ - unless(`gnuplot -V`) - { - print STDERR < 5.006, CONFIGURE_REQUIRES => { 'ExtUtils::MakeMaker' => '6.64', # TEST_REQUIRES + 'Alien::Gnuplot' => 0, }, PREREQ_PM => { 'Alien::Gnuplot' => 0,