summaryrefslogtreecommitdiff
path: root/pod/perlxs.pod
diff options
context:
space:
mode:
authorPeter Prymmer <PPrymmer@factset.com>2000-09-01 08:50:57 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2000-09-01 23:00:13 +0000
commitb3b6085d10c63109395e1fb03e3cedb8e77ab613 (patch)
treebaf8c1d942698d49972053785c7f9fcdde4990cf /pod/perlxs.pod
parent12fe5b44ff930988d75ce4ef423e328475b491b5 (diff)
downloadperl-b3b6085d10c63109395e1fb03e3cedb8e77ab613.tar.gz
minimal removal of 8 bit chrs from perlebcdic.pod
Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com> plus rework the http: spots as suggested by Tom Christiansen, plus regen perltoc. p4raw-id: //depot/perl@7001
Diffstat (limited to 'pod/perlxs.pod')
-rw-r--r--pod/perlxs.pod5
1 files changed, 2 insertions, 3 deletions
diff --git a/pod/perlxs.pod b/pod/perlxs.pod
index e3502943ca..06b8230c88 100644
--- a/pod/perlxs.pod
+++ b/pod/perlxs.pod
@@ -71,9 +71,8 @@ is usually referred to as the XS language.
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/|http://www.swig.org/> for more
-information.
+significantly more convenient mechanism for creating the extension
+glue code. See http://www.swig.org/ for more information.
=head2 On The Road