forked from wakaba/perl-web-url
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
46 lines (31 loc) · 1.3 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Web::URL::Canonicalize - Perl URL Canonicalizer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
These Perl modules parse, resolve, and/or canonicalize URLs in the
same manner Web browsers do.
* Perl modules
- Web::URL (lib/Web/URL.pm)
- Web::URL::Encoding (lib/Web/URL/Encoding.pm)
- Web::URL::Parser (lib/Web/URL/Parser.pm)
- Web::URL::Scheme (lib/Web/URL/Scheme.pm)
- Web::Origin (lib/Web/Origin.pm)
- Web::Host (lib/Web/Host.pm)
Deprecated API:
- Web::URL::Canonicalize (lib/Web/URL/Canonicalize.pm)
- Web::DomainName::Canonicalize (lib/Web/DomainName/Canonicalize.pm)
- Web::DomainName::IDNEnabled (lib/Web/DomainName/IDNEnabled.pm)
- Web::IPAddr::Canonicalize (lib/IPAddr/Canonicalize.pm)
* Dependency
Perl 5.14 or later is required. Latest version of Perl, which
supports latest version of the Unicode Standard, which can affect
canonicalization of domain names, should be used.
The |Web::Encoding| module and related modules from the
perl-web-encodings repository, which is a submodule of this
repository, are also required.
* Distribution
Latest version of these files are available from the Git repository:
- <https://github.com/manakai/perl-web-url>
* Author
Wakaba <wakaba@suikawiki.org>.
* License
You can use, modify, or distribute these files. See license terms for
these files for more information.