summaryrefslogtreecommitdiff
path: root/pod/perlfaq7.pod
diff options
context:
space:
mode:
authorcoral@eekeek.org <coral@eekeek.org>2001-12-28 14:58:22 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-29 15:35:00 +0000
commit7207e29d564e32c8ec2cb43eabae72ff68c02442 (patch)
treebb40d411a530f4479f2f567dd24c156f50cdd657 /pod/perlfaq7.pod
parente0d72a37764501c52aeed41ca710cf763afa8755 (diff)
downloadperl-7207e29d564e32c8ec2cb43eabae72ff68c02442.tar.gz
Pod whitespace cleanup, round 0.
Message-Id: <200112290058.fBT0wMD26750@eekeek.org> p4raw-id: //depot/perl@13930
Diffstat (limited to 'pod/perlfaq7.pod')
-rw-r--r--pod/perlfaq7.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfaq7.pod b/pod/perlfaq7.pod
index e0b2e8e0fb..7aec723071 100644
--- a/pod/perlfaq7.pod
+++ b/pod/perlfaq7.pod
@@ -170,7 +170,7 @@ you should study L<perlxstut>.
The C<h2xs> program will create stubs for all the important stuff for you:
% h2xs -XA -n My::Module
-
+
The C<-X> switch tells C<h2xs> that you are not using C<XS> extension
code. The C<-A> switch tells C<h2xs> that you are not using the
AutoLoader, and the C<-n> switch specifies the name of the module.