X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=02af3c1154933ba2a1534a8a91f2b30f1d832023;hp=4cf485d0e99a0685744f7dab227f139c86aef751;hb=e7ad3b811c9462cdf2596461066e370f9ea4fa95;hpb=cc95842fedcac58b2dc12c6ce547e22d3170351c diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 4cf485d..02af3c1 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -87,6 +87,9 @@ Catalyst - The Elegant MVC Web Application Framework =head1 SYNOPSIS +See the L distribution for comprehensive +documentation and tutorials. + # Install Catalyst::Devel for helpers and other development tools # use the helper to create a new application catalyst.pl MyApp @@ -356,7 +359,7 @@ sub stash { Returns an arrayref containing error messages. If Catalyst encounters an error while processing a request, it stores the error in $c->error. This -method should not be used to store non-fatal error messages. +method should only be used to store fatal error messages. my @error = @{ $c->error };