We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd548d commit 958e1fdCopy full SHA for 958e1fd
Changes
@@ -1,6 +1,6 @@
1
Revision history for URI
2
3
-{{$NEXT}}
+1.73 2018-01-09 06:42:51Z
4
- Update documentation for URI::_punycode (GH Issue #45)
5
6
1.72 2017-07-25
README.md
@@ -4,6 +4,8 @@ URI - Uniform Resource Identifiers (absolute and relative)
# SYNOPSIS
7
+ use URI;
8
+
9
$u1 = URI->new("http://www.perl.com");
10
$u2 = URI->new("foo", "http");
11
$u3 = $u2->abs($u1);
0 commit comments