This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [PATCH] Tests are good
[perl5.git] / pod / perlutil.pod
index 293a1bb..93b9e0b 100644 (file)
@@ -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,