Package: pdl / 1:2.019-5

wrong-path-for-interpreter.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
Description: Use Debian specific path to perl.
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: not-needed

--- a/Perldl2/pdl2
+++ b/Perldl2/pdl2
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 BEGIN {
    $ENV{DEVEL_REPL_PROFILE} = 'PDL::Perldl2::Profile::Perldl2';