diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-05-04 21:24:46 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-05-04 21:24:46 +0200 |
commit | 8745b66e4956afaf73e39b5966c7733b0e2944d0 (patch) | |
tree | 59c7fea41b0077b8ab69495e8a513ccc242e9578 | |
parent | db6dceb380b45a1662dc4fa90f877f84efdfe454 (diff) |
Change to #!perl shebang, which is correctly rewritten by Extutils::MakeMaker
See https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/58
-rwxr-xr-x | bin/hafas-m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hafas-m b/bin/hafas-m index 2b91146..7779077 100755 --- a/bin/hafas-m +++ b/bin/hafas-m @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!perl use strict; use warnings; use 5.014; |