[Catalyst-commits] r11941 -
Catalyst-Manual/5.80/branches/tutorial_role_updates/lib/Catalyst/Manual
wolfman2000 at dev.catalyst.perl.org
wolfman2000 at dev.catalyst.perl.org
Fri Nov 20 03:55:52 GMT 2009
Author: wolfman2000
Date: 2009-11-20 03:55:52 +0000 (Fri, 20 Nov 2009)
New Revision: 11941
Modified:
Catalyst-Manual/5.80/branches/tutorial_role_updates/lib/Catalyst/Manual/Components.pod
Log:
Add some descriptions to the components. I'm guessing all of them will have to be filled in eventually.
Modified: Catalyst-Manual/5.80/branches/tutorial_role_updates/lib/Catalyst/Manual/Components.pod
===================================================================
--- Catalyst-Manual/5.80/branches/tutorial_role_updates/lib/Catalyst/Manual/Components.pod 2009-11-20 03:45:26 UTC (rev 11940)
+++ Catalyst-Manual/5.80/branches/tutorial_role_updates/lib/Catalyst/Manual/Components.pod 2009-11-20 03:55:52 UTC (rev 11941)
@@ -200,6 +200,9 @@
=head2 L<Catalyst::Plugin::AutoSession>
+L<Catalyst::Plugin::AutoSession> enables specified request parameters
+to generate session variables.
+
=head2 L<Catalyst::Plugin::Browser>
Extends L<Catalyst::Request> by adding the capability of browser
@@ -229,6 +232,8 @@
=head2 L<Catalyst::Plugin::Charsets::Japanese>
+Provides specific charset handlers for the Japanese charsets.
+
=head2 L<Catalyst::Plugin::Compress::Bzip2>
=head2 L<Catalyst::Plugin::Compress::Deflate>
@@ -333,6 +338,8 @@
=head2 L<Catalyst::Plugin::Redirect>
+Allows for easy redirecting with the Catalyst app.
+
=head2 L<Catalyst::Plugin::RequestToken>
=head2 L<Catalyst::Plugin::RequireSSL>
@@ -425,6 +432,8 @@
=head2 L<Catalyst::Plugin::Upload::MD5>
+Computes the MD5 message digest of uploaded files.
+
=head2 L<Catalyst::Plugin::Upload::MIME>
=head2 L<Catalyst::Plugin::UploadProgress>
More information about the Catalyst-commits
mailing list