From 0fc60b405463b3262d2144e23a72a5b332157ef4 Mon Sep 17 00:00:00 2001 From: Alex Mestiashvili Date: Wed, 13 Oct 2021 17:07:18 +0200 Subject: Fix perl shebang as per policy 4.1.2: The shebang at the top of Perl command scripts must be #!/usr/bin/perl. Gbp-Pq: Name fix-perl-shebang.patch --- t/01-session.t | 2 +- t/02-configfile.t | 2 +- t/03-path.t | 2 +- t/04-session_name.t | 2 +- t/05-session_secure.t | 2 +- t/06-redirect.t | 2 +- t/redirect-session-dancer.t | 2 +- t/server.t | 2 +- t/session-stealing.t | 2 +- t/store-objects.t | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/t/01-session.t b/t/01-session.t index 5fbf427..f587baf 100644 --- a/t/01-session.t +++ b/t/01-session.t @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/t/02-configfile.t b/t/02-configfile.t index f3078ef..3ae7ba8 100644 --- a/t/02-configfile.t +++ b/t/02-configfile.t @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/t/03-path.t b/t/03-path.t index 36c1d4e..ae880d8 100644 --- a/t/03-path.t +++ b/t/03-path.t @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/t/04-session_name.t b/t/04-session_name.t index 947ddc6..c2e78ab 100644 --- a/t/04-session_name.t +++ b/t/04-session_name.t @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/t/05-session_secure.t b/t/05-session_secure.t index 52cc114..6210347 100644 --- a/t/05-session_secure.t +++ b/t/05-session_secure.t @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/t/06-redirect.t b/t/06-redirect.t index 32cca9c..b07eb60 100644 --- a/t/06-redirect.t +++ b/t/06-redirect.t @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/t/redirect-session-dancer.t b/t/redirect-session-dancer.t index 07aa108..0b828d8 100644 --- a/t/redirect-session-dancer.t +++ b/t/redirect-session-dancer.t @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/t/server.t b/t/server.t index cba3d3c..9673749 100644 --- a/t/server.t +++ b/t/server.t @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/t/session-stealing.t b/t/session-stealing.t index 18d4339..c888977 100644 --- a/t/session-stealing.t +++ b/t/session-stealing.t @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/t/store-objects.t b/t/store-objects.t index 5533cb2..0426008 100644 --- a/t/store-objects.t +++ b/t/store-objects.t @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; -- cgit v1.2.3