-
-
21 Jun 2019 03:15:21 UTC
- Distribution: URI-Pure
- Module version: 0.09
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (388 / 7 / 49)
- Kwalitee
Bus factor: 1- 90.86% Coverage
- License: unknown
- Perl: v5.16.0
- Activity
24 month- Tools
- Download (4.74KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Encode
- Net::IDN::Punycode
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
URI::Pure - with Internationalized Domain Names (IDN) and Internationalized Resource Identifiers (IRI) support.
SYNOPSIS
use URI::Pure; my $u = URI::Pure->new("http://Інтернаціоналізовані.Доменні.Імена/Головна/сторінка?a=Вітаю&b=До побачення"); $u->as_string; # IDN $u->as_iri; # IRI my $b = URI::Pure->new($base); my $url = $u->abs($b); $url->scheme; $url->user; $url->password; $url->host; $url->port; $url->path; $url->query; $url->fragment;
DESCRIPTION
URI with Internationalized Domain Names (IDN) and Internationalized Resource Identifiers (IRI) support. Double dot normalization.
AUTHOR
Nick Kostyria
COPYRIGHT AND LICENSE
Copyright (C) 2019 by Nick Kostyria
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.
Module Install Instructions
To install URI::Pure, copy and paste the appropriate command in to your terminal.
cpanm URI::Pure
perl -MCPAN -e shell install URI::Pure
For more information on module installation, please visit the detailed CPAN module installation guide.