update text dump of documentation
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 31 Mar 2007 00:58:25 +0000 (02:58 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 31 Mar 2007 00:58:25 +0000 (02:58 +0200)
README regenerated from PLP.pm pod.

README

diff --git a/README b/README
index 10ff4f04bf7785a270e463df9ba9010741cbc5fc..deb8dafde0ddf52d26d115f96a001e44afc81102 100644 (file)
--- a/README
+++ b/README
@@ -5,6 +5,7 @@ MODULE INSTALLATION
 
     perl Makefile.PL
     make
+    make test
     make install
 
 SYNOPSIS
@@ -139,7 +140,9 @@ DESCRIPTION
     $header_name} before any output. This means the opening "<:" have to be
     the first characters in your document, without any whitespace in front
     of them. If you start output and try to set headers later, an error
-    message will appear telling you on which line your output started.
+    message will appear telling you on which line your output started. An
+    alternative way of setting headers is using Perl's BEGIN blocks. BEGIN
+    blocks are executed as soon as possible, before anything else.
 
     Because the interpreter that mod_perl uses never ends, "END { }" blocks
     won't work properly. You should use "PLP_END { };" instead. Note that
@@ -155,9 +158,9 @@ DESCRIPTION
     environments, like CGI.pm. Read PLP::Fields for information more about
     this.
 
-FAQ
+FAQ and HowTo
     A lot of questions are asked often, so before asking yours, please read
-    the FAQ at PLP::FAQ.
+    the FAQ at PLP::FAQ. Some examples can be found at PLP::HowTo.
 
 NO WARRANTY
     No warranty, no guarantees. Use PLP at your own risk, as I disclaim all
@@ -169,5 +172,5 @@ AUTHORS
     Originally by Juerd Waalboer <juerd@cpan.org>
 
 SEE ALSO
-    PLP::Functions, PLP::Fields, PLP::FAQ
+    PLP::Functions, PLP::Fields, PLP::FAQ, PLP::HowTo