From 14ee8c042037de313f80f742e9bc32381b750d94 Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Sun, 19 Jun 2022 17:17:48 +0200 Subject: [PATCH] perl: remove references to Memory::Usage module for perl module tests The perl memory test was removed with commits https://git.savannah.gnu.org/cgit/pspp.git/commit/?id=20934a68593edbd52577f1ba0ea93c74eb018af5 and https://git.savannah.gnu.org/cgit/pspp.git/commit/?id=05297509d237dc99ba7504ccf260e995586bc3b4 This commit removes the remaining references to the perl memory test. The configure step still asked for optional Memory::Usage perl module which is not used without the perl memory test. --- INSTALL | 4 ++-- acinclude.m4 | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 3016d02619..7456d6c760 100644 --- a/INSTALL +++ b/INSTALL @@ -97,8 +97,8 @@ module: * The Config::Perl::V module for Perl (https://cpan.org). - * Optionally, the Text::Diff and Memory::Usage modules for Perl - (https://cpan.org). These modules enable PSPP to test its Perl + * Optionally, the Text::Diff module for Perl + (https://cpan.org). This module enables PSPP to test its Perl module more thoroughly. Other optional packages: diff --git a/acinclude.m4 b/acinclude.m4 index 98864ea5bc..8fba32f945 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -75,8 +75,6 @@ AC_DEFUN([PSPP_PERL_MODULE], [PSPP_REQUIRED_PREREQ([Config::Perl::V Perl module (or use --without-perl-module)])]) CHECK_PERL_MODULE([Text::Diff], [], [PSPP_OPTIONAL_PREREQ([Text::Diff Perl module for running Perl tests])]) - CHECK_PERL_MODULE([Memory::Usage], [], - [PSPP_OPTIONAL_PREREQ([Memory::Usage Perl module for running Perl tests])]) fi]) dnl Check that Python 3 is available. -- 2.30.2