diff options
| author | Paul Buetow <paul@buetow.org> | 2023-01-07 01:36:56 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-01-07 01:36:56 +0200 |
| commit | bc98214db331d9cc0d76e1469c4c84b69305756d (patch) | |
| tree | c898edb5841ba6818e880681a15770c78b5d9b2f /foostats.pl | |
| parent | 9a1cc15cb044c31e73658972c8763255c8701706 (diff) | |
dedup uses
Diffstat (limited to 'foostats.pl')
| -rw-r--r-- | foostats.pl | 3 |
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'; |
