v3.12 release 3.12
authorJuerd Waalboer <juerd@cpan.org>
Sat, 18 May 2002 19:15:54 +0000 (19:15 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Fri, 30 Mar 2007 23:46:43 +0000 (01:46 +0200)
Changes
PLP.pm
README

diff --git a/Changes b/Changes
index a5c9b5d17dc17c49ff5410700417a74d58252788..e0b66fa0d9c8ff19d7cc8026bd4110b112cbd56d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+3.12 - May 18, 2002
+- Fixed strict-violation in PLP.pm that happened only without mod_perl
+
 3.11 - May 18, 2002
 - Fixed all tie-stuff by reverting a change. Symbol.pm's delete_package doesn't
   delete a package in the way I thought it did.
diff --git a/PLP.pm b/PLP.pm
index 3e5baf5f68fd76791d2bb82934c395c47fa7158b..ab50f559a909fa4219c0ca3af78ed6fc6bc55a8a 100644 (file)
--- a/PLP.pm
+++ b/PLP.pm
@@ -10,7 +10,7 @@ use PLP::Tie::Print;
 
 use strict;
 
-our $VERSION = '3.11';
+our $VERSION = '3.12';
 
 # subs in this package:
 #  sendheaders                      Send headers
@@ -326,6 +326,11 @@ for speeds comparable to those of PHP, but can also be run as a CGI script.
 For now, all documentation is on the website. Everything will be POD one day,
 but until that day, you will need to visit http://plp.juerd.nl/
 
+=head1 FAQ
+
+A lot of questions are asked often, so before asking yours, please read the 
+FAQ that is located at http://plp.juerd.nl/faq.plp
+
 =head1 NO WARRANTY
 
 No warranty, no guarantees. Use PLP at your own risk, as I disclaim all
diff --git a/README b/README
index d21d1f03cbfdca6baadded64a9cfa7af77858368..d4d9db6623dcba9a8a1aa8d842cb007854a7b1ce 100644 (file)
--- a/README
+++ b/README
@@ -53,6 +53,10 @@ WEBSITE
     For now, all documentation is on the website. Everything will be POD one
     day, but until that day, you will need to visit http://plp.juerd.nl/
 
+FAQ
+    A lot of questions are asked often, so before asking yours, please read
+    the FAQ that is located at http://plp.juerd.nl/faq.plp
+
 NO WARRANTY
     No warranty, no guarantees. Use PLP at your own risk, as I disclaim all
     responsibility.