The memory leakage/usage test was removed with commit
https://git.savannah.gnu.org/cgit/pspp.git/commit/?id=
20934a68593edbd52577f1ba0ea93c74eb018af5
but the memory module was still loaded. On debian this
memory module requires an additional dependency
libmemory-usage-perl which is not required. As the
memory module is not used inside the test I removed it.
use Test::More tests => 37;
use Text::Diff;
use File::Temp qw/ tempfile tempdir /;
-use Memory::Usage;
BEGIN { use_ok('PSPP') };
#########################