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

Cannot be used with perl scripts with taint mode #19

Open
Gilwyad opened this issue Aug 17, 2013 · 0 comments
Open

Cannot be used with perl scripts with taint mode #19

Gilwyad opened this issue Aug 17, 2013 · 0 comments

Comments

@Gilwyad
Copy link

Gilwyad commented Aug 17, 2013

If a perl script has taint mode enabled on its first line:

!/usr/bin/perl -T

then flymake will show an error on this line:

"-T" is on the #! line, it must also be used on the command line

This is because if a perl script has -T then it cannot be executed without -T. But the flymake-perl-init function only uses options c, w, I, and does not use -T .

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

No branches or pull requests

1 participant