Skip to content

Commit d10b9fb

Browse files
Bramdemerphq
authored andcommitted
Add perl shebang to mkppport
It was missing so add it. (And as a benefit: it now renders the file as Perl code when viewing it on github)
1 parent ffe25ee commit d10b9fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mkppport

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!perl
2+
13
use strict;
24
use warnings;
35

0 commit comments

Comments
 (0)