perl: remove references to Memory::Usage module for perl module tests
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sun, 19 Jun 2022 15:17:48 +0000 (17:17 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sun, 19 Jun 2022 15:17:48 +0000 (17:17 +0200)
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
acinclude.m4

diff --git a/INSTALL b/INSTALL
index 3016d0261970bb1132ab88d59bfdfcb351494f37..7456d6c760fe8e22fbf17cfc60a90a2fdd586a70 100644 (file)
--- 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:
index 98864ea5bc2bfbc2dbc5e6e5fd12cce78449eac2..8fba32f945a69da11e6dd1093a8fdd596ca80d06 100644 (file)
@@ -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.