mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-21 22:55:06 +00:00
changed shebangs for perl to /usr/bin/env
This commit is contained in:
parent
b578f83081
commit
b35a889b06
@ -1,4 +1,5 @@
|
||||
#!/usr/local/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
|
||||
|
||||
use feature 'say';
|
||||
#use autodie qw(:all);
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/usr/local/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
|
||||
|
||||
use utf8;
|
||||
use Encode qw(encode decode);
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/usr/local/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
|
||||
use feature say;
|
||||
use utf8;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/usr/local/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
|
||||
|
||||
use utf8;
|
||||
use Encode qw(encode decode);
|
||||
|
Loading…
Reference in New Issue
Block a user