diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-14 14:08:28 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-14 14:08:28 +0000 |
commit | 0325b4c4b7ee03ae5602904f2a8f8c7254d59b1b (patch) | |
tree | db267340f71bb0f6d130629998bccf12b022770b /lib | |
parent | 3170649431eb5688b22560d1c824cf4b7252a79c (diff) | |
download | perl-0325b4c4b7ee03ae5602904f2a8f8c7254d59b1b.tar.gz |
Drop the eg/ mentions and also mention the recent suidperl thing.
p4raw-id: //depot/perl@6617
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ExtUtils/Embed.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/Embed.pm b/lib/ExtUtils/Embed.pm index b649b6b77b..863ab7e005 100644 --- a/lib/ExtUtils/Embed.pm +++ b/lib/ExtUtils/Embed.pm @@ -484,7 +484,7 @@ B<xsinit()> uses the xsi_* functions to generate most of it's code. =head1 EXAMPLES For examples on how to use B<ExtUtils::Embed> for building C/C++ applications -with embedded perl, see the eg/ directory and L<perlembed>. +with embedded perl, see L<perlembed>. =head1 SEE ALSO |