Skip to content

Commit 958e1fd

Browse files
URI-1.73
- Update documentation for URI::_punycode (GH Issue #45)
1 parent 4fd548d commit 958e1fd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for URI
22

3-
{{$NEXT}}
3+
1.73 2018-01-09 06:42:51Z
44
- Update documentation for URI::_punycode (GH Issue #45)
55

66
1.72 2017-07-25

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ URI - Uniform Resource Identifiers (absolute and relative)
44

55
# SYNOPSIS
66

7+
use URI;
8+
79
$u1 = URI->new("http://www.perl.com");
810
$u2 = URI->new("foo", "http");
911
$u3 = $u2->abs($u1);

0 commit comments

Comments
 (0)