1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
Description: Use /usr/bin/perl for path as per Debian Policy 10.4
Author: tony mancill <tmancill@debian.org>
Forwarded: not-needed
--- a/bin_PL/_build_docs
+++ b/bin_PL/_build_docs
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
use 5.008.004;
use strict;
use warnings;
--- a/bin_PL/ccon
+++ b/bin_PL/ccon
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
use 5.008.004;
use strict;
use warnings;
--- a/bin_PL/crsh
+++ b/bin_PL/crsh
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
use 5.008.004;
use strict;
use warnings;
--- a/bin_PL/csftp
+++ b/bin_PL/csftp
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
use 5.008.004;
use strict;
use warnings;
--- a/bin_PL/cssh
+++ b/bin_PL/cssh
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
use 5.008.004;
use strict;
use warnings;
--- a/bin_PL/ctel
+++ b/bin_PL/ctel
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
use 5.008.004;
use strict;
use warnings;
--- a/t/bin/xterm
+++ b/t/bin/xterm
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
# small 'fake' script to allow xterm to be found when performing tests
# on systems that do not have it
--- a/t/external_cluster_command
+++ b/t/external_cluster_command
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# test script for proving external command for fetching tags works
#
--- a/t/range.t
+++ b/t/range.t
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
use strict;
use warnings;
|