X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FEngine%2FFastCGI.pm;h=077e7652b89449966b2c3ccec69c71f79a17712c;hb=53164baef55035413133f63141227bd2b2e0d29d;hp=1bf8d189d9f68b4286469a8929ff4443caf10b9c;hpb=316bf0f004c0de103e628994a4384e6cf4b45377;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Engine/FastCGI.pm b/lib/Catalyst/Engine/FastCGI.pm index 1bf8d18..077e765 100644 --- a/lib/Catalyst/Engine/FastCGI.pm +++ b/lib/Catalyst/Engine/FastCGI.pm @@ -29,7 +29,8 @@ This is the Catalyst engine for FastCGI. =head1 OVERLOADED METHODS -This class overloads some methods from C. +This class overloads some methods from C +and C. =over 4 @@ -68,6 +69,8 @@ sub prepare_uploads { shift->Catalyst::Engine::CGI::prepare_uploads(@_); } +=back + =head1 SEE ALSO L, L, L.