[Catalyst-commits] r13744 - trunk/examples/CatalystAdvent/root/2010

skaufman at dev.catalyst.perl.org skaufman at dev.catalyst.perl.org
Fri Dec 3 06:47:38 GMT 2010


Author: skaufman
Date: 2010-12-03 06:47:38 +0000 (Fri, 03 Dec 2010)
New Revision: 13744

Modified:
   trunk/examples/CatalystAdvent/root/2010/3.pod
Log:
formatting changes

Modified: trunk/examples/CatalystAdvent/root/2010/3.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2010/3.pod	2010-12-03 06:40:38 UTC (rev 13743)
+++ trunk/examples/CatalystAdvent/root/2010/3.pod	2010-12-03 06:47:38 UTC (rev 13744)
@@ -1,5 +1,7 @@
 =pod
 
+=head1 Painless Memcached Configuration With Catalyst & DBIx::Class
+
 This tutorial will show you how to:
 
 =over
@@ -16,7 +18,7 @@
 
 =back
 
-B<Dependencies:>
+=head1 DEPENDENCIES
 
 Memcached:
 
@@ -52,6 +54,8 @@
 
 So dump all those in your Makefile.PL and you're halfway there.
 
+=head1 CONFIGURATION
+
 First we edit your Catalyst app's base package. Open up your version of
 MyApp.pm and add:
 




More information about the Catalyst-commits mailing list