File: pherkin-set-interpreter-to-usr-bin-perl.patch

package info (click to toggle)
libtest-bdd-cucumber-perl 0.56-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 616 kB
  • sloc: perl: 4,794; makefile: 8
file content (19 lines) | stat: -rw-r--r-- 402 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: intrigeri <intrigeri@boum.org>
Date: Mon, 29 Oct 2018 09:51:22 +0000
Subject: pherkin: set interpreter to /usr/bin/perl

As per Debian Policy 10.4.
---
 bin/pherkin | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/pherkin b/bin/pherkin
index a957ff3..4eda1c3 100755
--- a/bin/pherkin
+++ b/bin/pherkin
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 =head1 NAME