From: Mischa POSLAWSKY Date: Sat, 31 May 2008 19:02:45 +0000 (+0000) Subject: fix PLP::everything() wrapper X-Git-Tag: 3.21~8 X-Git-Url: http://git.shiar.net/gitweb.cgi/perl/plp/.git/commitdiff_plain/4e5e1c36af9687c173d2c27c93b08e378bc2476d?hp=4e5e1c36af9687c173d2c27c93b08e378bc2476d 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. ---