From 770af6735d9b755eb6de41c2734b760c36598134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Wed, 1 Apr 2026 14:16:21 +0200 Subject: [PATCH] Document installation of Math::Base36. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9dd5418..58fa0d3 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,7 @@ $ ccc 232-233 ## Dependencies -The script requires the following Perl modules (all included in standard Perl -distributions): +The script requires the following Perl modules: - `LWP::UserAgent` - For HTTP requests - `JSON::PP` - For JSON parsing @@ -42,6 +41,9 @@ distributions): - `File::Path` - For creating cache directory structures - `Math::Base36` - For calculating the name of the HTML files +The `Math::Base36` module is not a part of standard Perl distribuitions, but can +be installed with [cpan](https://www.cpan.org/modules/INSTALL.html). + ## Licensing This project is licensed under the terms & conditions of the Zlib license. See