From 7207e29d564e32c8ec2cb43eabae72ff68c02442 Mon Sep 17 00:00:00 2001 From: "coral@eekeek.org" Date: Fri, 28 Dec 2001 14:58:22 -0500 Subject: Pod whitespace cleanup, round 0. Message-Id: <200112290058.fBT0wMD26750@eekeek.org> p4raw-id: //depot/perl@13930 --- pod/perlfaq7.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pod/perlfaq7.pod') 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. The C program will create stubs for all the important stuff for you: % h2xs -XA -n My::Module - + The C<-X> switch tells C that you are not using C extension code. The C<-A> switch tells C that you are not using the AutoLoader, and the C<-n> switch specifies the name of the module. -- cgit v1.2.1