fix undefined warning in apache cgi path
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 31 May 2008 19:57:57 +0000 (19:57 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 31 May 2008 20:00:12 +0000 (20:00 +0000)
PATH_INFO was intentionally declared undef in PLP::Backend::CGI, but
would be concatenated later (in Apache mode at least), giving warnings
since d9f3acb221a71e094318c7b5d3809aa81db (use warnings in all modules).


No differences found