summaryrefslogtreecommitdiff
path: root/pod/perltodo.pod
diff options
context:
space:
mode:
authorAudrey Tang <cpan@audreyt.org>2001-12-29 09:59:28 +0800
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-29 15:09:00 +0000
commitfe854a6f990f7776a8ee8bd28f02e1bd36e5bb58 (patch)
tree1652104bde99b9156bc0dd94cc9643a8c6b78fbe /pod/perltodo.pod
parent2948e0bde4eb0485569b1f3510975019a89a444f (diff)
downloadperl-fe854a6f990f7776a8ee8bd28f02e1bd36e5bb58.tar.gz
Module names and other nits
Message-ID: <20011229015928.A29712@geb.elixus.org> p4raw-id: //depot/perl@13922
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r--pod/perltodo.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index 94c4f9d61f..1df5fdafca 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -148,7 +148,7 @@ Reader-writer locks, realtime/asynchronous IO
=head2 IPv6 Support
-There are non-core modules, such as C<Net::IPv6>, but these will need
+There are non-core modules, such as C<Socket6>, but these will need
integrating when IPv6 actually starts to really happen. See RFC 2292
and RFC 2553.
@@ -223,7 +223,7 @@ C<&>, C<oct>, C<hex> and C<pack>.
=head2 Replace pod2html with something using Pod::Parser
-The CPAN module C<Malik::Pod::Html> may be a more suitable basis for a
+The CPAN module C<Marek::Pod::Html> may be a more suitable basis for a
C<pod2html> convertor; the current one duplicates the functionality
abstracted in C<Pod::Parser>, which makes updating the POD language
difficult.