X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FEngine%2FCGI.pm;h=004468121354b6c2962eb2efd6d62922ba32d2c2;hb=e2fd5b5f162a33895ad401a8d31fca481c478a8c;hp=9305c1be9667f9f28e1b1cc6fec8b3a3e498912c;hpb=c2e8e6fa308480a083f88f9fd82f835aae150c34;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Engine/CGI.pm b/lib/Catalyst/Engine/CGI.pm index 9305c1b..0044681 100644 --- a/lib/Catalyst/Engine/CGI.pm +++ b/lib/Catalyst/Engine/CGI.pm @@ -5,6 +5,8 @@ use base 'Catalyst::Engine::CGI::Base'; use CGI; +__PACKAGE__->mk_accessors('cgi'); + =head1 NAME Catalyst::Engine::CGI - The CGI Engine @@ -37,6 +39,16 @@ application module: The performance of this way of using Catalyst is not expected to be useful in production applications, but it may be helpful for development. +=head1 METHODS + +=over 4 + +=item $c->cgi + +Contains the C object. + +=back + =head1 OVERLOADED METHODS This class overloads some methods from C.