summaryrefslogtreecommitdiff
path: root/pod/perlopentut.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perlopentut.pod')
-rw-r--r--pod/perlopentut.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlopentut.pod b/pod/perlopentut.pod
index b9033786b6..9139ebc3df 100644
--- a/pod/perlopentut.pod
+++ b/pod/perlopentut.pod
@@ -779,7 +779,7 @@ the doctor ordered. There's no filehandle interface, but
it's still easy to get the contents of a document:
use LWP::Simple;
- $doc = get('http://www.linpro.no/lwp/');
+ $doc = get('http://www.cpan.org/');
=head2 Binary Files