summaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
parent4fd548db81539da84c92c89dfa61fbdee952c119 (diff)
downloaduri-958e1fd0bbf1b121f2488b6c4568193a6396fd73.tar.gz
URI-1.73v1.73
- Update documentation for URI::_punycode (GH Issue #45)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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);