Compare commits
1 Commits
08e675166c
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 770af6735d |
@@ -32,8 +32,7 @@ $ ccc 232-233
|
|||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
The script requires the following Perl modules (all included in standard Perl
|
The script requires the following Perl modules:
|
||||||
distributions):
|
|
||||||
|
|
||||||
- `LWP::UserAgent` - For HTTP requests
|
- `LWP::UserAgent` - For HTTP requests
|
||||||
- `JSON::PP` - For JSON parsing
|
- `JSON::PP` - For JSON parsing
|
||||||
@@ -42,6 +41,9 @@ distributions):
|
|||||||
- `File::Path` - For creating cache directory structures
|
- `File::Path` - For creating cache directory structures
|
||||||
- `Math::Base36` - For calculating the name of the HTML files
|
- `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
|
## Licensing
|
||||||
|
|
||||||
This project is licensed under the terms & conditions of the Zlib license. See
|
This project is licensed under the terms & conditions of the Zlib license. See
|
||||||
|
|||||||
Reference in New Issue
Block a user