diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-28 10:07:00 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-28 10:07:00 +0000 |
commit | 6cecdcac8975bfe2a12272798634919e91b189db (patch) | |
tree | 96993071a6c8dc36b89fa212cc7b4589a3ae6960 /pod/perlxs.pod | |
parent | 93342173b757d10fa4133d719efc52a68025860f (diff) | |
download | perl-6cecdcac8975bfe2a12272798634919e91b189db.tar.gz |
fix outdated URLs (from Michael G Schwern)
p4raw-id: //depot/perl@5319
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 7359d34818..3c0927e28d 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.cs.utah.edu/~beazley/SWIG> for more +code. See L<http://www.swig.org> for more information. =head2 On The Road |