Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

also add sitelib path to PERL5LIB + some refactoring #232

Merged
merged 2 commits into from Aug 2, 2013

Conversation

boegel
Copy link
Member

@boegel boegel commented Aug 2, 2013

No description provided.

@ghost ghost assigned JensTimmerman Aug 2, 2013
guesses = super(PerlModule, self).make_module_req_guess()
guesses.update({
"PERL%sLIB" % majver: ['', sitearchsuffix, sitelibsuffix],
})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

guesses["PERL%sLIB" % majver] = ['', sitearchsuffix, sitelibsuffix] would also have worked, but I guess this is ok...

@JensTimmerman
Copy link
Contributor

ok

boegel added a commit that referenced this pull request Aug 2, 2013
also add sitelib path to PERL5LIB + some refactoring
@boegel boegel merged commit 6cd8453 into easybuilders:develop Aug 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants