X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalystX%2FGlobalContext.pm;h=44f9b10687b4b06a81301ee22948eeef282b6ea2;hb=b9548267055b5d4dd01a342a40cc6e0ddf166460;hp=f76d8d34c85f5c5c06c21bc32b6886d51327ad5e;hpb=457c1d76ed6730ef07a1ab35b1ec1c47d6c4f19d;p=catagits%2FCatalyst-Controller-WrapCGI.git diff --git a/lib/CatalystX/GlobalContext.pm b/lib/CatalystX/GlobalContext.pm index f76d8d3..44f9b10 100644 --- a/lib/CatalystX/GlobalContext.pm +++ b/lib/CatalystX/GlobalContext.pm @@ -15,11 +15,11 @@ CatalystX::GlobalContext - Export Catalyst Context =head1 VERSION -Version 0.01 +Version 0.016 =cut -our $VERSION = '0.01'; +our $VERSION = '0.016'; =head1 SYNOPSIS @@ -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<< >>