X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-WrapCGI.git;a=blobdiff_plain;f=lib%2FCatalystX%2FGlobalContext.pm;h=d3f13b53ea97f7f2d4f44bbc082255e9af3ee4ff;hp=f76d8d34c85f5c5c06c21bc32b6886d51327ad5e;hb=21a20b7e40ead509ca832db9099a4b76d3d61cd4;hpb=457c1d76ed6730ef07a1ab35b1ec1c47d6c4f19d diff --git a/lib/CatalystX/GlobalContext.pm b/lib/CatalystX/GlobalContext.pm index f76d8d3..d3f13b5 100644 --- a/lib/CatalystX/GlobalContext.pm +++ b/lib/CatalystX/GlobalContext.pm @@ -43,16 +43,17 @@ our $VERSION = '0.01'; =head1 DESCRIPTION -This module, in combination with L is for helping -you run legacy mod_perl code in L. +This module, in combination with L or +L is for helping you run legacy mod_perl code in +L. You save a copy of $c somewhere at the beginning of the request cycle, and it is then accessible through an export where you need it. -You can then rip out Apache:: type things, and replace them with things based on -$c. +You can then rip out C type things, and replace them with things based on +C<$c>. -What we really need is a set of Apache:: compatibility classes, but that doesn't +What we really need is a set of C compatibility classes, but that doesn't exist yet. DO NOT USE THIS MODULE IN NEW CODE @@ -71,6 +72,11 @@ sub set_context { weaken $c; } +=head1 SEE ALSO + +L, L, +L + =head1 AUTHOR Rafael Kitover, C<< >>