aboutsummaryrefslogtreecommitdiff
path: root/AnyEvent-I3/t/manifest.t
diff options
context:
space:
mode:
authorMichael Stapelberg <stapelberg@users.noreply.github.com>2024-04-19 08:45:34 +0200
committerGitHub <noreply@github.com>2024-04-19 08:45:34 +0200
commit91ce3bdbd544497c4b6bb805e7a852b00b60d4a5 (patch)
tree9d05c52cac6e14fa1a41124e13af8e8bc436a9cc /AnyEvent-I3/t/manifest.t
parentffbbbf347703a50c452d766a8bf7e4b12e7c1d72 (diff)
downloadi3-91ce3bdbd544497c4b6bb805e7a852b00b60d4a5.tar.gz
i3-91ce3bdbd544497c4b6bb805e7a852b00b60d4a5.zip
AnyEvent::I3: rip out taint mode compatibility (#5999)
I suspect nobody actually uses Perl’s taint mode with AnyEvent::I3. See https://github.com/i3/i3/pull/5987 for discussion.
Diffstat (limited to 'AnyEvent-I3/t/manifest.t')
-rw-r--r--AnyEvent-I3/t/manifest.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/AnyEvent-I3/t/manifest.t b/AnyEvent-I3/t/manifest.t
index 45eb83fd..2dcbd43c 100644
--- a/AnyEvent-I3/t/manifest.t
+++ b/AnyEvent-I3/t/manifest.t
@@ -1,4 +1,4 @@
-#!perl -T
+#!perl
use strict;
use warnings;