summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);