This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Promote v5.36 usage and feature bundles doc
[perl5.git] / pod / perl.pod
index 88b8a30..628d691 100644 (file)
@@ -179,10 +179,12 @@ aux h2ph h2xs perlbug pl2pm pod2html pod2man splain xsubpp
 
     perlhist           Perl history records
     perldelta          Perl changes since previous version
-    perl5353delta      Perl changes in version 5.35.3
-    perl5352delta      Perl changes in version 5.35.2
-    perl5351delta      Perl changes in version 5.35.1
-    perl5350delta      Perl changes in version 5.35.0
+    perl5373delta      Perl changes in version 5.37.3
+    perl5372delta      Perl changes in version 5.37.2
+    perl5371delta      Perl changes in version 5.37.1
+    perl5370delta      Perl changes in version 5.37.0
+    perl5360delta      Perl changes in version 5.36.0
+    perl5341delta      Perl changes in version 5.34.1
     perl5340delta      Perl changes in version 5.34.0
     perl5321delta      Perl changes in version 5.32.1
     perl5320delta      Perl changes in version 5.32.0
@@ -276,16 +278,13 @@ aux h2ph h2xs perlbug pl2pm pod2html pod2man splain xsubpp
     perlandroid                Perl notes for Android
     perlbs2000         Perl notes for POSIX-BC BS2000
     perlcygwin         Perl notes for Cygwin
-    perldos            Perl notes for DOS
     perlfreebsd        Perl notes for FreeBSD
     perlhaiku          Perl notes for Haiku
     perlhpux           Perl notes for HP-UX
     perlhurd           Perl notes for Hurd
     perlirix           Perl notes for Irix
     perllinux          Perl notes for Linux
-    perlmacos          Perl notes for Mac OS (Classic)
     perlmacosx         Perl notes for Mac OS X
-    perlnetware        Perl notes for NetWare
     perlopenbsd        Perl notes for OpenBSD
     perlos2            Perl notes for OS/2
     perlos390          Perl notes for OS/390
@@ -319,8 +318,8 @@ available as manpages for use with the F<man> program.
 Some documentation is not available as man pages, so if a
 cross-reference is not found by man, try it with L<perldoc>.  Perldoc can
 also take you directly to documentation for functions (with the B<-f>
-switch). See C<perldoc --help> (or C<perldoc perldoc> or C<man perldoc>)
-for other helpful options L<perldoc> has to offer.
+switch). See S<C<perldoc --help>> (or S<C<perldoc perldoc>> or
+S<C<man perldoc>>) for other helpful options L<perldoc> has to offer.
 
 In general, if something strange has gone wrong with your program and you're
 not sure where you should look for help, try making your code comply with