From: David Kamholz Date: Sun, 9 Jul 2006 07:23:18 +0000 (+0000) Subject: cookbook cleanup, small fix in MANIFEST.SKIP X-Git-Tag: 5.7099_04~390 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=d4f67841aca20946ee3e6e32609a22d633d961e9;hp=c9b77c06a0de97f1d6e9a66091e693a637578357 cookbook cleanup, small fix in MANIFEST.SKIP --- diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index c62cf44..ef5fd17 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -23,7 +23,7 @@ \.bak$ \#$ \b\.# -^\.DS_Store$ +\.DS_Store$ # Avoid Apache::Test files t/conf/apache_test_config.pm diff --git a/lib/Catalyst/Manual/Cookbook.pod b/lib/Catalyst/Manual/Cookbook.pod index 400d589..0ff6b60 100644 --- a/lib/Catalyst/Manual/Cookbook.pod +++ b/lib/Catalyst/Manual/Cookbook.pod @@ -573,12 +573,6 @@ C, etc will also be restricted. will create rules that permit access to C, C, and C in the root of your app (but not in any other controller). -=head1 COPYRIGHT - -This program is free software, you can redistribute it and/or modify it -under the same terms as Perl itself. - - =head1 Models Models are where application data belongs. Catalyst is exteremely @@ -1357,13 +1351,11 @@ including web server engines and tips to improve application efficiency. =head2 mod_perl Deployment -=head3 Pros & Cons - -mod_perl is the best solution for many applications, but I'll list some pros +mod_perl is the best solution for many applications, but we'll list some pros and cons so you can decide for yourself. The other production deployment -option is FastCGI, which I'll talk about in a future calendar article. +option is FastCGI, for which see below. -=head4 Pros +=head3 Pros =head4 Speed @@ -1375,7 +1367,7 @@ within each Apache process. If you need to run several Catalyst apps on the same server, mod_perl will share the memory for common modules. -=head4 Cons +=head3 Cons =head4 Memory usage @@ -2217,13 +2209,28 @@ L =head1 AUTHORS -Sebastian Riedel, C -Danijel Milicevic, C -Viljo Marrandi, C -Marcus Ramberg, C -Jesse Sheidlower, C -Andy Grundman, C -Chisel Wright, C -Will Hawes, C -Gavin Henry, C +Sebastian Riedel C + +Danijel Milicevic C + +Viljo Marrandi C + +Marcus Ramberg C + +Jesse Sheidlower C + +Andy Grundman C + +Chisel Wright C + +Will Hawes C + +Gavin Henry C + Kieren Diment C + +=head1 COPYRIGHT + +This document is free, you can redistribute it and/or modify it +under the same terms as Perl itself. +