Dear Loris, PerlModule *is* the equivalent to RPackage & PythonPackage.
To install a bunch of Perl modules together, you can use the Bundle easyblock, and then install Perl modules as extensions.
See for example this recent STAR-Fusion easyblock (which doesn't use Bundle, but it does install a bunch of Perl modules as extensions): https://github.com/easybuilders/easybuild-easyconfigs/blob/develop/easybuild/easyconfigs/s/STAR-Fusion/STAR-Fusion-1.5.0-foss-2018b-Perl-5.28.0.eb .
regards, Kenneth On 02/04/2019 15:47, Loris Bennett wrote:
Hi, I want to install a number of extra Perl packages. Is there an equivalent of RPackage/PythonPackage for Perl? The easyblock PerlModule seems to be aimed at installing a single module, rather than multiple packages as extensions. Cheers, Loris

