summaryrefslogtreecommitdiff
path: root/foostats.pl
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-01-07 01:36:56 +0200
committerPaul Buetow <paul@buetow.org>2023-01-07 01:36:56 +0200
commitbc98214db331d9cc0d76e1469c4c84b69305756d (patch)
treec898edb5841ba6818e880681a15770c78b5d9b2f /foostats.pl
parent9a1cc15cb044c31e73658972c8763255c8701706 (diff)
dedup uses
Diffstat (limited to 'foostats.pl')
-rw-r--r--foostats.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/foostats.pl b/foostats.pl
index f1f7e8d..810c132 100644
--- a/foostats.pl
+++ b/foostats.pl
@@ -13,11 +13,10 @@ package Foostats::Tokenizer {
};
use Data::Dumper;
- use Time::Piece;
use Digest::SHA3 'sha3_512_base64';
+ use File::stat;
use PerlIO::gzip;
use Time::Piece;
- use File::stat;
sub anonymize_ip ($ip) {
my $ip_proto = (index $ip, ':') == -1 ? 'ipv4' : 'ipv6';