Skip to content

Cannot be used with perl scripts with taint mode #19

@Gilwyad

Description

@Gilwyad

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 .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions