diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-05-03 21:18:53 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-05-03 21:18:53 +0200 |
commit | e051efdd9ec06dfa8e375f10f7597243d2e11157 (patch) | |
tree | f6159930e4240ffff400ce1b79f7140ae32fda5b | |
parent | 44fee983869a3d7a7295d74d7084f9db7edce17c (diff) |
Change to #!perl shebang, which is correctly rewritten by ExtUtils::MakeMaker
See https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/58
Closes #19
-rwxr-xr-x | bin/db-iris | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/db-iris b/bin/db-iris index c2ed786..450989f 100755 --- a/bin/db-iris +++ b/bin/db-iris @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!perl use strict; use warnings; use 5.014; |