From: Juerd Waalboer Date: Sat, 18 May 2002 19:15:54 +0000 (+0000) Subject: v3.12 release X-Git-Tag: 3.12 X-Git-Url: http://git.shiar.net/perl/plp/.git/commitdiff_plain/906facb6b8492c8b6f1423b5de1d67aca5928408 v3.12 release --- diff --git a/Changes b/Changes index a5c9b5d..e0b66fa 100644 --- 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 3e5baf5..ab50f55 100644 --- 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 d21d1f0..d4d9db6 100644 --- 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.