Use any Perl on the path, rather than hard-coding /usr/bin/perl
This allows using Perl from MacPorts on OS X, as the system Perl lacks certain modules, e.g. YAML.
This commit is contained in:
parent
dd45f78b21
commit
b3765d7eb6
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
|
Loading…
Reference in a new issue