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 3900c8a..628d691 100644 (file)
@@ -179,6 +179,10 @@ aux h2ph h2xs perlbug pl2pm pod2html pod2man splain xsubpp
 
     perlhist           Perl history records
     perldelta          Perl changes since previous version
+    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
@@ -314,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