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

Fix shebang to #!/usr/bin/perl #13

Merged
merged 2 commits into from Oct 18, 2013
Merged

Fix shebang to #!/usr/bin/perl #13

merged 2 commits into from Oct 18, 2013

Conversation

dolmen
Copy link
Contributor

@dolmen dolmen commented Oct 17, 2013

EUMM will not replace "#!/usr/bin/env perl" with the path to the real perl for installation. This makes a script with such shebang less compatible with environments with multiple perls.
So this patch fixes the shebang to /usr/bin/perl.

EUMM will not replace "#!/usr/bin/env perl" with the path to the real
perl. This makes a script with such shebang less compatible with
environments with multiple perls.
So the shebang is fixed to /usr/bin/perl
This ease initial install of dzil build environment for contributors.
@xenoterracide xenoterracide merged commit 6e66206 into perl-pod:master Oct 18, 2013
xenoterracide added a commit that referenced this pull request Oct 18, 2013
	- fix shebang to /usr/bin/perl for EUMM replacment GH #13 (dolmen)
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