[Catalyst-commits] r12428 - trunk/examples/CatalystAdvent/root/2009
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Fri Dec 18 14:20:16 GMT 2009
Author: t0m
Date: 2009-12-18 14:20:16 +0000 (Fri, 18 Dec 2009)
New Revision: 12428
Modified:
trunk/examples/CatalystAdvent/root/2009/18.pod
Log:
Fix typo
Modified: trunk/examples/CatalystAdvent/root/2009/18.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2009/18.pod 2009-12-18 01:47:41 UTC (rev 12427)
+++ trunk/examples/CatalystAdvent/root/2009/18.pod 2009-12-18 14:20:16 UTC (rev 12428)
@@ -85,7 +85,7 @@
Gitalist::Git::Repo->new(repo_dir => $self->repo_dir);
}
-We used L<Catalist::Component::InstancePerContext> which will run
+We used L<Catalyst::Component::InstancePerContext> which will run
C<build_per_context_instance> for each new request. This suits Gitalist,
but for other uses it may be preferable for your model to persist between
requests - in that case, L<Catalyst::Model::Adaptor> is what you'll need.
More information about the Catalyst-commits
mailing list