fix PLP::everything() wrapper
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 31 May 2008 19:02:45 +0000 (19:02 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 31 May 2008 20:00:12 +0000 (20:00 +0000)
commit4e5e1c36af9687c173d2c27c93b08e378bc2476d
tree8f54e8911c54bd4e22df483c36548ef06988a1ab
parent80bf896339924929e295784d34deb8bc6997de13
fix PLP::everything() wrapper

CGI initiator everything() was moved in 96959bff080392067524996e6edbf954
(move backend interface modules into PLP::Backend:: namespace)
and made a method, but backwards compatibility wrapper doesn't call it
as such.  This breaks old plp.cgi scripts, completely negating the
purpose of this feature.
Changes
lib/PLP.pm