X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FDevelopmentProcess.pod;h=bee50d9163a2cc4c7c45613aab6aa3158e15e99a;hp=bbf774c2eeec310ca7a8ff9efab34ca8ee6beb8b;hb=46a5f2f5cf41f746d2a20ce0b64b6112f5283ac3;hpb=6047cb18fa4c8a8ebf732b586f6c7c271b5ad225 diff --git a/lib/Catalyst/Manual/DevelopmentProcess.pod b/lib/Catalyst/Manual/DevelopmentProcess.pod index bbf774c..bee50d9 100644 --- a/lib/Catalyst/Manual/DevelopmentProcess.pod +++ b/lib/Catalyst/Manual/DevelopmentProcess.pod @@ -123,7 +123,7 @@ or how best to go about their first CPAN extension module.... The Catalyst subversion repository can be found at: svn: http://dev.catalyst.perl.org/repos/Catalyst - browser: ttp://dev.catalyst.perl.org/svnweb/Catalyst + browser: http://dev.catalyst.perl.org/svnweb/Catalyst and the git repository can be found at: @@ -131,23 +131,24 @@ and the git repository can be found at: write: catagits@git.shadowcat.co.uk:PROJECTNAME browser: https://git.shadowcat.co.uk/gitweb/gitweb.cgi -=head2 New Catalyst extensions +=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. +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. +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 betetr thought out -and designed extension. +This could save you duplicate work, and will help you produce a better +thought out and designed extension. =head1 AUTHORS