summaryrefslogtreecommitdiff
path: root/pod/perlembed.pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-02-15 10:24:37 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-02-15 10:24:37 +0000
commitbe94a90153eca0a67ea73e2ec074645fb9e0b70d (patch)
treee5d2965fdd3b5a2bf7bd660c1859d62ad2eb0d12 /pod/perlembed.pod
parent511dd457ec43006d88c98d57960fa4353caf989e (diff)
downloadperl-be94a90153eca0a67ea73e2ec074645fb9e0b70d.tar.gz
broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
Message-ID: <19990207002851.B9185@toldyouso.com> Message-ID: <19990207212152.A9765@toldyouso.com> Message-ID: <19990207212041.A9622@toldyouso.com> Message-ID: <19990207213127.A10244@toldyouso.com> Message-ID: <19990207212559.A9950@toldyouso.com> Message-ID: <19990207212842.A9994@toldyouso.com> Message-ID: <19990207212500.A9860@toldyouso.com> Message-ID: <19990207213013.A10105@toldyouso.com> p4raw-id: //depot/perl@2941
Diffstat (limited to 'pod/perlembed.pod')
-rw-r--r--pod/perlembed.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlembed.pod b/pod/perlembed.pod
index 1314350f9e..03c5507655 100644
--- a/pod/perlembed.pod
+++ b/pod/perlembed.pod
@@ -141,7 +141,7 @@ you:
If the B<ExtUtils::Embed> module isn't part of your Perl distribution,
you can retrieve it from
-http://www.perl.com/perl/CPAN/modules/by-module/ExtUtils::Embed. (If
+http://www.perl.com/perl/CPAN/modules/by-module/ExtUtils/. (If
this documentation came from your Perl distribution, then you're
running 5.004 or better and you already have it.)
@@ -963,7 +963,7 @@ Interfacing to ActiveState's Perl library is quite different from the
examples in this documentation, as significant changes were made to
the internal Perl API. However, it is possible to embed ActiveState's
Perl runtime. For details, see the Perl for Win32 FAQ at
-http://www.perl.com/perl/faq/win32/Perl_for_Win32_FAQ.html.
+http://www.perl.com/CPAN/doc/FAQs/win32/perlwin32faq.html.
With the "official" Perl version 5.004 or higher, all the examples
within this documentation will compile and run untouched, although