This was a requirement but it wasn't noticed until now.
Thanks to Marshall DeBerry for reporting this.
* The Config::Perl::V module for Perl (https://cpan.org).
- * Optionally, the Text::Diff module for Perl
- (https://cpan.org). This module enables PSPP to test its Perl
+ * Optionally, the Text::Diff and Test::More modules for Perl
+ (https://cpan.org). These modules enable PSPP to test its Perl
module more thoroughly.
Other optional packages:
AT_SKIP_IF([test "$WITH_PERL_MODULE" = no])
# Skip this test if Perl's Text::Diff module is not installed.
AT_CHECK([perl -MText::Diff -e '' || exit 77])
+# Skip this test if Perl's Test::More module is not installed.
+AT_CHECK([perl -MTest::More -e '' || exit 77])
AT_CHECK([run_perl_module "$abs_top_builddir/perl-module/t/Pspp.t"], [0],
[[1..37
ok 1 - use PSPP;