diff options
| author | Paul Buetow <paul@buetow.org> | 2024-12-05 09:14:37 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-12-05 09:14:37 +0200 |
| commit | aaee0bd2ae41f25cbf3e3e14340eec9949aac014 (patch) | |
| tree | fbd9c280273ebb6e810987a83f8b12c4a7dda80d | |
| parent | bef6a6509a1f6e89098a8fb06394cc49e514a18b (diff) | |
warnings are auto turned on for this version of perl
| -rw-r--r-- | foostats.pl | 1 |
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); |
