diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-13 21:40:23 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-13 21:40:23 +0000 |
commit | 4a4eefd0ee0da7b6a2b5b0d021684bca80971b79 (patch) | |
tree | 4ba0b9699091601412de42d8581eda4cfc7d6b89 /pod/perlcompile.pod | |
parent | dbe483029183d54ab170feb5939c3b2b8b193b3c (diff) | |
download | perl-4a4eefd0ee0da7b6a2b5b0d021684bca80971b79.tar.gz |
fixes for broken L<> links (from Wolfgang Laun
<wolfgang.laun@alcatel.at>)
p4raw-id: //depot/perl@5715
Diffstat (limited to 'pod/perlcompile.pod')
-rw-r--r-- | pod/perlcompile.pod | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pod/perlcompile.pod b/pod/perlcompile.pod index 04dc019b36..8f31fc6032 100644 --- a/pod/perlcompile.pod +++ b/pod/perlcompile.pod @@ -103,9 +103,9 @@ This is why all the back ends print: before producing any other output. -=head2 The Cross Referencing Back End (B::Xref) +=head2 The Cross Referencing Back End -The cross referencing back end produces a report on your program, +The cross referencing back end (B::Xref) produces a report on your program, breaking down declarations and uses of subroutines and variables (and formats) by file and subroutine. For instance, here's part of the report from the I<pod2man> program that comes with Perl: @@ -203,11 +203,11 @@ The B<-p> option adds parentheses where normally they are omitted: See L<B::Deparse> for more information on the formatting options. -=head2 The Lint Back End (B::Lint) +=head2 The Lint Back End -The lint back end inspects programs for poor style. One programmer's -bad style is another programmer's useful tool, so options let you -select what is complained about. +The lint back end (B::Lint) inspects programs for poor style. One +programmer's bad style is another programmer's useful tool, so options +let you select what is complained about. To run the style checker across your source code: |