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;
 
