summaryrefslogtreecommitdiff
path: root/pod/perlcompile.pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-13 21:40:23 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-13 21:40:23 +0000
commit4a4eefd0ee0da7b6a2b5b0d021684bca80971b79 (patch)
tree4ba0b9699091601412de42d8581eda4cfc7d6b89 /pod/perlcompile.pod
parentdbe483029183d54ab170feb5939c3b2b8b193b3c (diff)
downloadperl-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.pod12
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: