summaryrefslogtreecommitdiff
path: root/pod/perlutil.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-19 00:51:44 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-19 00:51:44 +0000
commita6fb92f118926bc004bb5d79ae6bed5680cf4957 (patch)
treec50c66e0965255fceaa30f8ae1dd10ec0bfcc934 /pod/perlutil.pod
parentc46a0ec2e4dd739764813c48d759541d301ed265 (diff)
downloadperl-a6fb92f118926bc004bb5d79ae6bed5680cf4957.tar.gz
Make libnetcfg by default display the libnet configuration,
-c to change, add -i for old config, document all options, regen toc. p4raw-id: //depot/perl@10701
Diffstat (limited to 'pod/perlutil.pod')
-rw-r--r--pod/perlutil.pod15
1 files changed, 10 insertions, 5 deletions
diff --git a/pod/perlutil.pod b/pod/perlutil.pod
index 293a1bb1d9..93b9e0b51d 100644
--- a/pod/perlutil.pod
+++ b/pod/perlutil.pod
@@ -15,11 +15,6 @@ if appropriate.
=over 3
-=item L<libnetcfg|libnetcfg>
-
-Starting from Perl 5.8 the libnet has been part of the standard
-distribution. To configure libnet run the libnetcfg command.
-
=item L<perldoc|perldoc>
The main interface to Perl's documentation is C<perldoc>, although
@@ -128,6 +123,16 @@ As well as these filters for converting other languages, the
L<pl2pm|pl2pm> utility will help you convert old-style Perl 4 libraries to
new-style Perl5 modules.
+=head2 Administration
+
+=over 3
+
+=item L<libnetcfg|libnetcfg>
+
+To display and change the libnet configuration run the libnetcfg command.
+
+=back
+
=head2 Development
There are a set of utilities which help you in developing Perl programs,