Created
March 5, 2014 05:18
-
-
Save Black-Milk/9361705 to your computer and use it in GitHub Desktop.
This is a build file for PERL. Be sure to have perl installed on your system. If you're using a distribution provided by a third party, make sure to have it's directory appended to your PATH.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"cmd": ["perl", "-w", "$file"], | |
"file_regex": ".* at (.*) line ([0-9]*)", | |
"selector": "source.perl" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment