Mailing List Archive

cvs commit: modperl mod_perl.pod
rse 98/06/11 01:32:58

Modified: . mod_perl.pod
Log:
Remove whitespace before POD command. POD utils don't like this,
they then don't recognize the following =xxxx command.

Revision Changes Path
1.7 +2 -2 modperl/mod_perl.pod

Index: mod_perl.pod
===================================================================
RCS file: /export/home/cvs/modperl/mod_perl.pod,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mod_perl.pod 1998/04/23 05:14:36 1.6
+++ mod_perl.pod 1998/06/11 08:32:57 1.7
@@ -133,7 +133,7 @@
this command:

PerlFreshRestart On
-
+
=head1 ENVIRONMENT

Under CGI the Perl hash C<%ENV> is magical in that it inherits
@@ -807,7 +807,7 @@

=head1 REVISION

-$Id: mod_perl.pod,v 1.6 1998/04/23 05:14:36 dougm Exp $
+$Id: mod_perl.pod,v 1.7 1998/06/11 08:32:57 rse Exp $

=head1 AUTHOR