X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FDevelopmentProcess.pod;h=bee50d9163a2cc4c7c45613aab6aa3158e15e99a;hb=2583e9e181ba95a595e7614fac494696847f6033;hp=f8883f9b70b7f817ecd1d8a218465eae3741044c;hpb=ca7329b2517b19d1ccf9673fb8d48920092676b5;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/DevelopmentProcess.pod b/lib/Catalyst/Manual/DevelopmentProcess.pod index f8883f9..bee50d9 100644 --- a/lib/Catalyst/Manual/DevelopmentProcess.pod +++ b/lib/Catalyst/Manual/DevelopmentProcess.pod @@ -122,13 +122,42 @@ or how best to go about their first CPAN extension module.... The Catalyst subversion repository can be found at: - http://dev.catalyst.perl.org/repos/Catalyst + svn: http://dev.catalyst.perl.org/repos/Catalyst + browser: http://dev.catalyst.perl.org/svnweb/Catalyst -and the git repository can be found at FIXME +and the git repository can be found at: -=head2 New Catalyst extensions + read: git://git.shadowcat.co.uk/catagits/PROJECTNAME + write: catagits@git.shadowcat.co.uk:PROJECTNAME + browser: https://git.shadowcat.co.uk/gitweb/gitweb.cgi + +=head2 New Catalyst Extensions As Catalyst is deliberately designed for extension, there is an ecosystem of -several hundred Catalyst extensions which can be found on CPAN. +several hundred Catalyst extensions that can be found on CPAN. + +See L for more information on how +to extend Catalyst in various ways and how to write CPANable components +for Catalyst which can be reused in many applications. + +It is recommended to post a request for comments to the Catalyst mailing +list, or ask around in the #catalyst IRC channel before starting to +implement something, as another member of the community is likely to +have example or prototype code that you can reuse, and members of the +community and core team are happy to advise on the best way to implement +a generic solution to a particular problem. + +This could save you duplicate work, and will help you produce a better +thought out and designed extension. + +=head1 AUTHORS + +Catalyst Contributors, see Catalyst.pm + +=head1 COPYRIGHT + +This library is free software. You can redistribute it and/or modify it under +the same terms as Perl itself. + +=cut -FIXME