summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Pion <pion@afnic.fr>2022-02-15 17:41:02 +0100
committerAlexandre Pion <pion@afnic.fr>2022-02-15 17:41:02 +0100
commit2dfb8e3e00fdb5666425ac1424e6ef2a9ea4f3c7 (patch)
treea61d7a2a5b2d78c6480746eae8baccba584a9c00
parent2e564b8eee5de22e202d98ceee5b0425bd526e85 (diff)
Update documentation
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 265a65e..3fb02b8 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ Initially this module was named Net::LDNS.
Run-time dependencies:
* `openssl` (openssl >= 1.1.1 unless [Ed25519] is disabled)
- * `libidn` (if [IDN] is enabled)
+ * `libidn2` (if [IDN] is enabled)
* `libldns` (if [Internal ldns] is disabled; libldns >= 1.7.0, or
libldns >= 1.7.1 if [Ed25519] is enabled)
@@ -139,7 +139,7 @@ Requires support for Ed25519 in both openssl and ldns.
Enabled by default.
Disable with `--no-idn`.
-If the IDN feature is enabled, the GNU `libidn` library will be used to
+If the IDN feature is enabled, the GNU `libidn2` library will be used to
add a simple function that converts strings from Perl's internal encoding
to IDNA domain name format.
In order to convert strings from whatever encoding you have to Perl's