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.
* 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:
[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.