summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-12-05 09:14:37 +0200
committerPaul Buetow <paul@buetow.org>2024-12-05 09:14:37 +0200
commitaaee0bd2ae41f25cbf3e3e14340eec9949aac014 (patch)
treefbd9c280273ebb6e810987a83f8b12c4a7dda80d
parentbef6a6509a1f6e89098a8fb06394cc49e514a18b (diff)
warnings are auto turned on for this version of perl
-rw-r--r--foostats.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/foostats.pl b/foostats.pl
index 3a03fa0..a86b5d5 100644
--- a/foostats.pl
+++ b/foostats.pl
@@ -2,7 +2,6 @@
use v5.38;
use strict;
-use warnings;
use builtin qw(true false);
use experimental qw(builtin);