Travis Conway
Results
1
issues of
Travis Conway
Please look at changing the hardcoded perl path of /usr/bin/perl to using env. For example: `#!/usr/bin/perl` to `#!/usr/bin/env perl`