In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/b28fe7caf78b8f342c134fce9354b964f9e5f8cd?hp=aa170ab3a91a09a1c408e475a18e9880c4971bb8>
- Log ----------------------------------------------------------------- commit b28fe7caf78b8f342c134fce9354b964f9e5f8cd Author: Jesse Luehrs <[email protected]> Date: Thu Sep 27 10:03:13 2012 -0500 move perlrun to a more prominent place in perl.pod the list of command line options in the synopsis is really not very useful without knowing what they mean, and listing perlrun way down in the table of contents doesn't make it very easy to figure out what they mean. ----------------------------------------------------------------------- Summary of changes: pod/perl.pod | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/pod/perl.pod b/pod/perl.pod index e45c9cd..fa0a7f9 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -15,6 +15,8 @@ B<perl> S<[ B<-sTtuUWX> ]> S<[ B<-i>[I<extension>] ]> S<[ [B<-e>|B<-E>] I<'command'> ] [ B<--> ] [ I<programfile> ] [ I<argument> ]...> +For more information on these options, you can run C<perldoc perlrun>. + =head1 GETTING HELP The F<perldoc> program gives you access to all the documentation that comes @@ -50,6 +52,7 @@ aux a2p c2ph h2ph h2xs perlbug pl2pm pod2html pod2man s2p splain xsubpp perl Perl overview (this section) perlintro Perl introduction for beginners + perlrun Perl execution and options perltoc Perl documentation table of contents =head2 Tutorials @@ -94,7 +97,6 @@ aux a2p c2ph h2ph h2xs perlbug pl2pm pod2html pod2man s2p splain xsubpp perlpod Perl plain old documentation perlpodspec Perl plain old documentation format specification perlpodstyle Perl POD style guide - perlrun Perl execution and options perldiag Perl diagnostic messages perllexwarn Perl warnings and their control perldebug Perl debugging -- Perl5 Master Repository
