use /usr/bin/env perl for shebang

This commit is contained in:
mikegrb 2014-03-16 13:19:03 -04:00
parent 96c2c21707
commit 93cbac7288

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
use strict;
use warnings;