forked fromwakaba/perl-web-url
- Notifications
You must be signed in to change notification settings - Fork0
Web::URL - Web browser compatible URL handling in Perl
NotificationsYou must be signed in to change notification settings
manakai/perl-web-url
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Web::URL::Canonicalize - Perl URL Canonicalizer~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~These Perl modules parse, resolve, and/or canonicalize URLs in thesame 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)* DependencyPerl 5.14 or later is required. Latest version of Perl, whichsupports latest version of the Unicode Standard, which can affectcanonicalization of domain names, should be used.The |Web::Encoding| module and related modules from theperl-web-encodings repository, which is a submodule of thisrepository, are also required.* DistributionLatest version of these files are available from the Git repository:- <https://github.com/manakai/perl-web-url>* AuthorWakaba <wakaba@suikawiki.org>.* LicenseYou can use, modify, or distribute these files. See license terms forthese files for more information.