X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FScript%2FCGI.pm;h=e05fffb3381342223d89bf39732acaccc86757ca;hb=c463b49c849c28a6fa46e9eb1c07a31b51696f1d;hp=dc7f20f6120a03876e62ef9108c022a1458b4198;hpb=9c74923de2304b8c8f0a7a2faa0854ad9b4d3a92;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Script/CGI.pm b/lib/Catalyst/Script/CGI.pm index dc7f20f..e05fffb 100644 --- a/lib/Catalyst/Script/CGI.pm +++ b/lib/Catalyst/Script/CGI.pm @@ -7,6 +7,7 @@ sub _plack_engine_name { 'CGI' } with 'Catalyst::ScriptRole'; __PACKAGE__->meta->make_immutable; +1; =head1 NAME @@ -23,6 +24,10 @@ Catalyst::Script::CGI - The CGI Catalyst Script This is a script to run the Catalyst engine specialized for the CGI environment. +=head1 SEE ALSO + +L + =head1 AUTHORS Catalyst Contributors, see Catalyst.pm