diff options
| author | Paul Buetow <paul@buetow.org> | 2024-12-05 10:21:02 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-12-05 10:21:02 +0200 |
| commit | 108daf9743221d98f9439750d7e0c0a371a25f51 (patch) | |
| tree | 6998e5b05b70263e9a3904358c00f28dfd31803a /README.md | |
| parent | ecc6e33c94aaaffb69f1c0abc9767922afcbe61e (diff) | |
use String::Util
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ Small Perl script reporting anonymous site stats for my foo.zone web and gemini On OpenBSD, install dependencies: ```sh -doas pkg_add p5-Digest-SHA3 p5-PerlIO-gzip p5-JSON +doas pkg_add p5-Digest-SHA3 p5-PerlIO-gzip p5-JSON p5-String-Util ``` ## Usage |
