[Catalyst-commits] r12282 -
trunk/examples/CatalystAdvent/root/2009/pen
jester at dev.catalyst.perl.org
jester at dev.catalyst.perl.org
Wed Dec 9 21:38:54 GMT 2009
Author: jester
Date: 2009-12-09 21:38:54 +0000 (Wed, 09 Dec 2009)
New Revision: 12282
Modified:
trunk/examples/CatalystAdvent/root/2009/pen/component_traits.pod
Log:
very light edits
Modified: trunk/examples/CatalystAdvent/root/2009/pen/component_traits.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2009/pen/component_traits.pod 2009-12-09 21:36:13 UTC (rev 12281)
+++ trunk/examples/CatalystAdvent/root/2009/pen/component_traits.pod 2009-12-09 21:38:54 UTC (rev 12282)
@@ -1,7 +1,7 @@
=head1 Loadable Traits for Catalyst Components
Over the past few months we've developed a loadable traits system for
-L<Catalyst> components. Components are Models, Views and Controllers.
+L<Catalyst> components. Components are Models, Views, and Controllers.
Traits are L<Moose::Role>s, that are applied to classes dynamically.
@@ -118,8 +118,8 @@
We turned off the C<OffensiveToo> trait, added the C<Russian> trait and set an
attribute that was defined in a trait directly from the config file.
-Hopefully this demonstrats some of the power of using L<Moose::Role>s in your
-L<Catalyst> applications.
+Hopefully this demonstrates some of the power of using L<Moose::Role>s
+in your L<Catalyst> applications.
See also the C<Catalyst::ActionRole::> namespace for other awesome applications
of L<Moose::Role>s.
More information about the Catalyst-commits
mailing list