Skip to content

Commit fc0c707

Browse files
committed
use URI in SYNOPSIS
1 parent f4d9b63 commit fc0c707

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/URI.pm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,8 @@ URI - Uniform Resource Identifiers (absolute and relative)
358358
359359
=head1 SYNOPSIS
360360
361+
use URI;
362+
361363
$u1 = URI->new("http://www.perl.com");
362364
$u2 = URI->new("foo", "http");
363365
$u3 = $u2->abs($u1);

0 commit comments

Comments
 (0)