summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2018-01-08 22:43:21 -0800
committerKaren Etheridge <ether@cpan.org>2018-01-08 22:43:21 -0800
commit958e1fd0bbf1b121f2488b6c4568193a6396fd73 (patch)
tree213d65f99ae3a648e4c0c6fcdaad79e928d0535a
parent4fd548db81539da84c92c89dfa61fbdee952c119 (diff)
downloaduri-958e1fd0bbf1b121f2488b6c4568193a6396fd73.tar.gz
URI-1.73v1.73
- Update documentation for URI::_punycode (GH Issue #45)
-rw-r--r--Changes2
-rw-r--r--README.md2
2 files changed, 3 insertions, 1 deletions
diff --git a/Changes b/Changes
index 9b61312..b87440f 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
Revision history for URI
-{{$NEXT}}
+1.73 2018-01-09 06:42:51Z
- Update documentation for URI::_punycode (GH Issue #45)
1.72 2017-07-25
diff --git a/README.md b/README.md
index 8adce39..684ba05 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@ URI - Uniform Resource Identifiers (absolute and relative)
# SYNOPSIS
+ use URI;
+
$u1 = URI->new("http://www.perl.com");
$u2 = URI->new("foo", "http");
$u3 = $u2->abs($u1);