Go to file
Zhangyichun efdbcca13b
!1 Modify debian/control.
Merge pull request !1 from Zhangyichun/openkylin/yangtze
2022-09-28 06:16:41 +00:00
debian Modify debian/control. 2022-09-28 09:52:33 +08:00
eg Import Upstream version 2.500 2022-09-14 16:56:36 +08:00
lib/Net/IDN Import Upstream version 2.500 2022-09-14 16:56:36 +08:00
t Import Upstream version 2.500 2022-09-14 16:56:36 +08:00
Build.PL Import Upstream version 2.500 2022-09-14 16:56:36 +08:00
Changes Import Upstream version 2.500 2022-09-14 16:56:36 +08:00
LICENSE Import Upstream version 2.500 2022-09-14 16:56:36 +08:00
MANIFEST Import Upstream version 2.500 2022-09-14 16:56:36 +08:00
META.json Import Upstream version 2.500 2022-09-14 16:56:36 +08:00
META.yml Import Upstream version 2.500 2022-09-14 16:56:36 +08:00
Makefile.PL Import Upstream version 2.500 2022-09-14 16:56:36 +08:00
README Import Upstream version 2.500 2022-09-14 16:56:36 +08:00
SIGNATURE Import Upstream version 2.500 2022-09-14 16:56:36 +08:00

README

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OVERVIEW

  Net::IDN::Encode   -- Internationalized Domain Names in
			Applications (IDNA)

  Net::IDN::UTS46    --	Unicode IDNA Compatibility Processing
			(UTS #46)

  Net::IDN::Punycode -- ASCII-compatible encoding of Unicode 
  			(Punycode, RFC 3492)

INSTALLATION

  To install this module type the following:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install

DEPENDENCIES

  This module requires these other modules and libraries:

    Unicode::Normalize

AUTHOR

  Claus Färber <CFAERBER@cpan.org>

ACKNOWLEDGMENTS

  Tatsuhiko Miyagawa <miyagawa@bulknews.net>
  Robert Urban <urban@UNIX-Beratung.de>