keep SCRIPT_* environment variables in CGI
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 28 May 2008 11:41:13 +0000 (11:41 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 28 May 2008 11:55:16 +0000 (11:55 +0000)
commit0037699647feb915a9091a57af1a264777bcaecb
treeeadb62f0c19121d3607f1ce276bc7da71d810932
parentb7dd110b3498d81e11432a5f901d2f2600d2137e
keep SCRIPT_* environment variables in CGI

These are now identical to their PLP_* counterparts, and should be used
instead for familiarity (why rename for no apparant reason; SCRIPT_* now
contain their expected values so no reason to suggest otherwise).
Apache already has both.
lib/PLP.pm
lib/PLP/Backend/CGI.pm