X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FAbout.pod;h=5300e797ded3063c745c9d85750f778e3ce464e4;hp=805bf8db5ece205a5406544d60a04d9d67fddf1d;hb=8b75173d380f0ce942258ab0fefdf292be3535f2;hpb=e91e320be26db95fc1bfdee31436cdbc09899cf7 diff --git a/lib/Catalyst/Manual/About.pod b/lib/Catalyst/Manual/About.pod index 805bf8d..5300e79 100644 --- a/lib/Catalyst/Manual/About.pod +++ b/lib/Catalyst/Manual/About.pod @@ -226,7 +226,7 @@ View. In Catalyst applications the View is usually a small module, just gluing some other module into Catalyst; the display logic is written within the template itself. -The Controller is Catalyst itself. When a request is made to Catalyst, +The B is Catalyst itself. When a request is made to Catalyst, it will be received by one of your Controller modules; this module will figure out what the user is trying to do, gather the necessary data from a Model, and send it to a View for display. @@ -303,15 +303,17 @@ others it's just a matter of personal preference (perhaps your template, rather than your Controller, is the better place to decide what to display if you get an empty result). Catalyst just gives you the tools. -=head1 AUTHOR - -Jesse Sheidlower, C - =head1 SEE ALSO L, L +=head1 AUTHORS + +Catalyst Contributors, see Catalyst.pm + =head1 COPYRIGHT -This program is free software, you can redistribute it and/or modify it -under the same terms as Perl itself. +This library is free software. You can redistribute it and/or modify it under +the same terms as Perl itself. + +=cut