Skip to content

Instantly share code, notes, and snippets.

@Black-Milk
Created March 5, 2014 05:18
Show Gist options
  • Save Black-Milk/9361705 to your computer and use it in GitHub Desktop.
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.
{
"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