Skip to content

Commit

Permalink
Add perl shebang to mkppport
Browse files Browse the repository at this point in the history
It was missing so add it.
(And as a benefit: it now renders the file as Perl code when viewing
 it on github)
  • Loading branch information
Bram authored and demerphq committed Sep 5, 2022
1 parent ffe25ee commit d10b9fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mkppport
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!perl

use strict;
use warnings;

Expand Down

0 comments on commit d10b9fb

Please sign in to comment.