Skip to content
Snippets Groups Projects
Commit 5dc63d2d authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

Merge branch 'sa-Perl2023' into '2023'

Perl-JSC-extra: update modextrapaths and sanity check

See merge request software-team/easybuild!1356
parents fd442633 cc4618bf
No related branches found
No related tags found
No related merge requests found
...@@ -30,4 +30,13 @@ exts_list = [ ...@@ -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' moduleclass = 'lang'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment