diff --git a/Golden_Repo/p/Perl-JSC-extra/Perl-JSC-extra-2022a-GCCcore-11.3.0.eb b/Golden_Repo/p/Perl-JSC-extra/Perl-JSC-extra-2022a-GCCcore-11.3.0.eb index 94b8b1bd19df0b3439e206c7178623b127e4f3bb..9c603e396f097832d01eb1a30606681ed07fb312 100644 --- a/Golden_Repo/p/Perl-JSC-extra/Perl-JSC-extra-2022a-GCCcore-11.3.0.eb +++ b/Golden_Repo/p/Perl-JSC-extra/Perl-JSC-extra-2022a-GCCcore-11.3.0.eb @@ -30,4 +30,13 @@ exts_list = [ }), ] +modextrapaths = { + 'PERL5LIB': 'lib/perl5/site_perl/%(perlver)s/', +} + +sanity_check_paths = { + 'files': [], + 'dirs': ['lib/perl5/site_perl/%(perlver)s/Date'], +} + moduleclass = 'lang'