perl-module: Remove loading of memory:usage module
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Fri, 17 Jun 2022 13:49:23 +0000 (15:49 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Fri, 17 Jun 2022 13:49:23 +0000 (15:49 +0200)
commit05297509d237dc99ba7504ccf260e995586bc3b4
tree50518e1f55e793c51d5c0bdc9df58f191b0cf341
parentb0c435e63832db2311c8ebc22307c16851ce55fb
perl-module: Remove loading of memory:usage module

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.
perl-module/t/Pspp.t