@@ -86,7 +86,7 @@ The following methods construct new `URI` objects:
86
86
methods available).
87
87
88
88
The set of characters available for building URI references is
89
- restricted (see [ URI::Escape] ( https://metacpan.org/pod/URI::Escape ) ). Characters outside this set are
89
+ restricted (see [ URI::Escape] ( https://metacpan.org/pod/URI%3A%3AEscape ) ). Characters outside this set are
90
90
automatically escaped by the URI constructor.
91
91
92
92
- $uri = URI->new\_ abs( $str, $base\_ uri )
@@ -99,18 +99,18 @@ The following methods construct new `URI` objects:
99
99
- $uri = URI::file->new( $filename )
100
100
- $uri = URI::file->new( $filename, $os )
101
101
102
- Constructs a new _ file_ URI from a file name. See [ URI::file] ( https://metacpan.org/pod/URI::file ) .
102
+ Constructs a new _ file_ URI from a file name. See [ URI::file] ( https://metacpan.org/pod/URI%3A%3Afile ) .
103
103
104
104
- $uri = URI::file->new\_ abs( $filename )
105
105
- $uri = URI::file->new\_ abs( $filename, $os )
106
106
107
107
Constructs a new absolute _ file_ URI from a file name. See
108
- [ URI::file] ( https://metacpan.org/pod/URI::file ) .
108
+ [ URI::file] ( https://metacpan.org/pod/URI%3A%3Afile ) .
109
109
110
110
- $uri = URI::file->cwd
111
111
112
112
Returns the current working directory as a _ file_ URI. See
113
- [ URI::file] ( https://metacpan.org/pod/URI::file ) .
113
+ [ URI::file] ( https://metacpan.org/pod/URI%3A%3Afile ) .
114
114
115
115
- $uri->clone
116
116
@@ -327,7 +327,7 @@ methods:
327
327
";" for the same global effect.
328
328
329
329
The ` URI::QueryParam ` module can be loaded to add further methods to
330
- manipulate the form of a URI. See [ URI::QueryParam] ( https://metacpan.org/pod/URI::QueryParam ) for details.
330
+ manipulate the form of a URI. See [ URI::QueryParam] ( https://metacpan.org/pod/URI%3A%3AQueryParam ) for details.
331
331
332
332
- $uri->query\_ keywords
333
333
- $uri->query\_ keywords( $keywords, ... )
@@ -419,7 +419,7 @@ generic methods.
419
419
420
420
` URI ` objects belonging to the data scheme support the common methods
421
421
and two new methods to access their scheme-specific components:
422
- $uri->media\_ type and $uri->data. See [ URI::data] ( https://metacpan.org/pod/URI::data ) for details.
422
+ $uri->media\_ type and $uri->data. See [ URI::data] ( https://metacpan.org/pod/URI%3A%3Adata ) for details.
423
423
424
424
- ** file** :
425
425
@@ -429,7 +429,7 @@ generic methods.
429
429
430
430
` URI ` objects belonging to the file scheme support the common and
431
431
generic methods. In addition, they provide two methods for mapping file URIs
432
- back to local file names; $uri->file and $uri->dir. See [ URI::file] ( https://metacpan.org/pod/URI::file )
432
+ back to local file names; $uri->file and $uri->dir. See [ URI::file] ( https://metacpan.org/pod/URI%3A%3Afile )
433
433
for details.
434
434
435
435
- ** ftp** :
@@ -478,7 +478,7 @@ generic methods.
478
478
` URI ` objects belonging to the ldap scheme support the common,
479
479
generic and server methods as well as ldap-specific methods: $uri->dn,
480
480
$uri->attributes, $uri->scope, $uri->filter, $uri->extensions. See
481
- [ URI::ldap] ( https://metacpan.org/pod/URI::ldap ) for details.
481
+ [ URI::ldap] ( https://metacpan.org/pod/URI%3A%3Aldap ) for details.
482
482
483
483
- ** ldapi** :
484
484
@@ -712,8 +712,8 @@ readable alternative.
712
712
713
713
# SEE ALSO
714
714
715
- [ URI::file] ( https://metacpan.org/pod/URI::file ) , [ URI::WithBase] ( https://metacpan.org/pod/URI::WithBase ) , [ URI::QueryParam] ( https://metacpan.org/pod/URI::QueryParam ) , [ URI::Escape] ( https://metacpan.org/pod/URI::Escape ) ,
716
- [ URI::Split] ( https://metacpan.org/pod/URI::Split ) , [ URI::Heuristic] ( https://metacpan.org/pod/URI::Heuristic )
715
+ [ URI::file] ( https://metacpan.org/pod/URI%3A%3Afile ) , [ URI::WithBase] ( https://metacpan.org/pod/URI%3A%3AWithBase ) , [ URI::QueryParam] ( https://metacpan.org/pod/URI%3A%3AQueryParam ) , [ URI::Escape] ( https://metacpan.org/pod/URI%3A%3AEscape ) ,
716
+ [ URI::Split] ( https://metacpan.org/pod/URI%3A%3ASplit ) , [ URI::Heuristic] ( https://metacpan.org/pod/URI%3A%3AHeuristic )
717
717
718
718
RFC 2396: "Uniform Resource Identifiers (URI): Generic Syntax",
719
719
Berners-Lee, Fielding, Masinter, August 1998.
0 commit comments