X-Git-Url: http://git.shiar.net/perl/plp/.git/blobdiff_plain/b7dd110b3498d81e11432a5f901d2f2600d2137e..0037699647feb915a9091a57af1a264777bcaecb:/lib/PLP.pm diff --git a/lib/PLP.pm b/lib/PLP.pm index 03c4acb..acf3871 100644 --- a/lib/PLP.pm +++ b/lib/PLP.pm @@ -364,14 +364,18 @@ These are described in L. =over 22 -=item $ENV{PLP_NAME} +=item $ENV{SCRIPT_NAME} The URI of the PLP document, without the query string. (Example: C) -=item $ENV{PLP_FILENAME} +Used to be renamed to C<$ENV{PLP_NAME}>, which is still provided but deprecated. + +=item $ENV{SCRIPT_FILENAME} The filename of the PLP document. (Example: C) +C<$ENV{PLP_SCRIPT}> also still provided but deprecated. + =item $PLP::VERSION The version of PLP.