Add fixme
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Intro.pod
index 013e365..f0895f5 100644 (file)
@@ -1278,6 +1278,9 @@ you will have to refer to the method by absolute path.
 
 Here are some examples of how to forward to classes and methods.
 
+    # FIXME - Forwarding to a model is unusual, a better example would show
+    #         forwarding to render in TT which is useful for drawing sub-parts of pages..
+
     sub hello : Global {
         my ( $self, $c ) = @_;
         $c->forward(qw/MyApp::Model::Hello say_hello/);
@@ -1366,20 +1369,13 @@ FAQ:
 
     http://dev.catalystframework.org/wiki/faq
 
-=head1 AUTHOR
+=head1 AUTHORS
 
-Sebastian Riedel, C<sri@oook.de>
-David Naughton, C<naughton@umn.edu>
-Marcus Ramberg, C<mramberg@cpan.org>
-Jesse Sheidlower, C<jester@panix.com>
-Danijel Milicevic, C<me@danijel.de>
-Kieren Diment, C<kd@totaldatasolution.com>
-Yuval Kogman, C<nothingmuch@woobling.org>
+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
-