diff options
author | Nicholas Clark <nick@ccl4.org> | 2000-09-01 23:03:21 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-01 21:09:54 +0000 |
commit | 289e833817cb87a881373b6d013689d3f594b723 (patch) | |
tree | 2b357d74f511bf5d94369e83a0977ef11152e20e /pod/perlxs.pod | |
parent | 9e21b3d0833fbf0b55b44c5179a22178e636d2e9 (diff) | |
download | perl-289e833817cb87a881373b6d013689d3f594b723.tar.gz |
http:// in L<>
Message-ID: <20000901220321.B72074@plum.flirble.org>
p4raw-id: //depot/perl@6994
Diffstat (limited to 'pod/perlxs.pod')
-rw-r--r-- | pod/perlxs.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlxs.pod b/pod/perlxs.pod index 5e333c088d..e3502943ca 100644 --- a/pod/perlxs.pod +++ b/pod/perlxs.pod @@ -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 |