[Catalyst-commits] r12133 -
trunk/examples/CatalystAdvent/root/2009/pen
gshank at dev.catalyst.perl.org
gshank at dev.catalyst.perl.org
Tue Dec 1 21:19:24 GMT 2009
Author: gshank
Date: 2009-12-01 21:19:24 +0000 (Tue, 01 Dec 2009)
New Revision: 12133
Modified:
trunk/examples/CatalystAdvent/root/2009/pen/formhandler.pod
Log:
typos
Modified: trunk/examples/CatalystAdvent/root/2009/pen/formhandler.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2009/pen/formhandler.pod 2009-12-01 21:15:15 UTC (rev 12132)
+++ trunk/examples/CatalystAdvent/root/2009/pen/formhandler.pod 2009-12-01 21:19:24 UTC (rev 12133)
@@ -139,7 +139,7 @@
__PACKAGE__->many_to_many(tags => 'article_tags', 'tag');
-... with a coresponding link table ...
+... with a corresponding link table ...
package Blog::Schema::Result::ArticleTag;
@@ -187,7 +187,7 @@
Edit a new file in C<lib/Blog/Controller/Article.pm> ...
- package Blog::Controller::Article
+ package Blog::Controller::Article;
use strict;
use warnings;
More information about the Catalyst-commits
mailing list