http:// in L<>
authorNicholas Clark <nick@ccl4.org>
Fri, 1 Sep 2000 22:03:21 +0000 (23:03 +0100)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 1 Sep 2000 21:09:54 +0000 (21:09 +0000)
Message-ID: <20000901220321.B72074@plum.flirble.org>

p4raw-id: //depot/perl@6994

README.os2
pod/perl56delta.pod
pod/perlxs.pod

index 2383ee8..88f45a9 100644 (file)
@@ -724,7 +724,8 @@ can be constructed using C<pod2latex>.
 =head1 BUILD
 
 Here we discuss how to build Perl under OS/2. There is an alternative
-(but maybe older) view on L<http://www.shadow.net/~troc/os2perl.html>.
+(but maybe older) view on
+L<http://www.shadow.net/~troc/os2perl.html|http://www.shadow.net/~troc/os2perl.html>.
 
 =head2 Prerequisites
 
index 63f7060..5eb9d2c 100644 (file)
@@ -790,8 +790,8 @@ already.  The fatal error has been downgraded to an optional warning:
 This warns you that C<"fred@example.com"> is going to turn into
 C<fred.com> if you don't backslash the C<@>.
 
-See L<http://www.plover.com/~mjd/perl/at-error.html> for more details
-about the history here.
+See L<http://www.plover.com/~mjd/perl/at-error.html|http://www.plover.com/~mjd/perl/at-error.html>
+for more details about the history here.
 
 =head1 Modules and Pragmata
 
index 5e333c0..e350294 100644 (file)
@@ -72,7 +72,7 @@ See L<perlxstut> for a tutorial on the whole extension creation process.
 
 Note: For some extensions, Dave Beazley's SWIG system may provide a
 significantly more convenient mechanism for creating the extension glue
-code. See L<http://www.swig.org> for more 
+code. See L<http://www.swig.org/|http://www.swig.org/> for more 
 information.
 
 =head2 On The Road