X-Git-Url: http://git.shiar.net/perl/plp/.git/blobdiff_plain/1dd113c913fed66850297163930ce0b6e6915dc2:/PLP/Apache.pm..96959bff080392067524996e6edbf95445ba66da:/PLP/Backend/Apache.pm diff --git a/PLP/Apache.pm b/PLP/Backend/Apache.pm similarity index 90% rename from PLP/Apache.pm rename to PLP/Backend/Apache.pm index 835f2b4..94d38bf 100644 --- a/PLP/Apache.pm +++ b/PLP/Backend/Apache.pm @@ -1,4 +1,4 @@ -package PLP::Apache; +package PLP::Backend::Apache; use strict; @@ -30,7 +30,7 @@ our $r; sub init { $r = shift; - $PLP::print = 'PLP::Apache::print'; + $PLP::print = 'PLP::Backend::Apache::print'; $PLP::read = \&read; $ENV{PLP_FILENAME} = my $filename = $r->filename; @@ -84,7 +84,7 @@ sub handler { =head1 NAME -PLP::Apache - Apache mod_perl interface for PLP +PLP::Backend::Apache - Apache mod_perl interface for PLP =head1 SYNOPSIS @@ -97,7 +97,7 @@ Setup F (often just create a F) with: SetHandler perl-script - PerlHandler PLP::Apache + PerlHandler PLP::Backend::Apache PerlSendHeader On PerlSetVar PLPcache On @@ -125,5 +125,5 @@ Mischa POSLAWSKY =head1 SEE ALSO -L, L, L +L, L, L