aboutsummaryrefslogtreecommitdiff
path: root/bin/status-bar
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-10-16 16:30:50 -0300
committerEuAndreh <eu@euandre.org>2022-10-16 16:30:53 -0300
commitf2e1f6851e8268607816f6d175fb235fc4dd3400 (patch)
treea3bd61343fd0a5aa1a9518f25c12ca0ee0e83440 /bin/status-bar
parentbin/*.pl: Explicitly name the excluded warnings (diff)
downloaddotfiles-f2e1f6851e8268607816f6d175fb235fc4dd3400.tar.gz
dotfiles-f2e1f6851e8268607816f6d175fb235fc4dd3400.tar.xz
bin/*.pl: Do not "use strict" explicitly
Ever since Pelr 5.12 (as in perl5120delta(1)), "use strict" is already done by default. Since all these files do use a number greater than 5.12 (5,34 as of this commit), this "use strict" is redundant.
Diffstat (limited to 'bin/status-bar')
-rwxr-xr-xbin/status-bar1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/status-bar b/bin/status-bar
index a96e5ae..bd55b05 100755
--- a/bin/status-bar
+++ b/bin/status-bar
@@ -6,7 +6,6 @@
#
use v5.34;
-use strict;
use warnings;
use feature 'signatures';
no warnings ('experimental::signatures');