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

dhoss at dev.catalyst.perl.org dhoss at dev.catalyst.perl.org
Fri Dec 3 05:09:34 GMT 2010


Author: dhoss
Date: 2010-12-03 05:09:34 +0000 (Fri, 03 Dec 2010)
New Revision: 13742

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

Modified: trunk/examples/CatalystAdvent/root/2010/3.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2010/3.pod	2010-12-03 05:06:03 UTC (rev 13741)
+++ trunk/examples/CatalystAdvent/root/2010/3.pod	2010-12-03 05:09:34 UTC (rev 13742)
@@ -4,13 +4,11 @@
 
 =over
 
-=item * Easily add resultset level caching to your
-Catalyst::Model::DBIC::Schema
-(http://search.cpan.org/perldoc?Catalyst%3A%3AModel%3A%3ADBIC%3A%3ASchema)
+=item * Easily add resultset level caching to your 
+(L<Catalyst::Model::DBIC::Schema|http://search.cpan.org/perldoc?Catalyst%3A%3AModel%3A%3ADBIC%3A%3ASchema>)
 calls.
 
-=item * Move your Catalyst::Plugin::Session
-(http://search.cpan.org/perldoc?Catalyst%3A%3APlugin%3A%3ASession) into
+=item * Move your (L<Catalyst::Plugin::Session|http://search.cpan.org/perldoc?Catalyst%3A%3APlugin%3A%3ASession>) into
 memcached.
 
 =item * Have a convenient $ctx-E<gt>cache method available for anything
@@ -25,10 +23,10 @@
 =over
 
 =item * Cache::Memcached
-(http://search.cpan.org/perldoc?Cache%3A%3AMemcached)
+(L<http://search.cpan.org/perldoc?Cache%3A%3AMemcached>)
 
 =item * Cache::Memcached::GetParserXS
-(http://search.cpan.org/perldoc?Cache%3A%3AMemcached%3A%3AGetParserXS)
+(L<http://search.cpan.org/perldoc?Cache%3A%3AMemcached%3A%3AGetParserXS>)
 
 =back
 
@@ -37,16 +35,16 @@
 =over
 
 =item * Catalyst::Plugin::ConfigLoader
-(http://search.cpan.org/perldoc?Catalyst%3A%3APlugin%3A%3AConfigLoader)
+(L<http://search.cpan.org/perldoc?Catalyst%3A%3APlugin%3A%3AConfigLoader>)
 
 =item * Catalyst::Plugin::Session
-(http://search.cpan.org/perldoc?Catalyst%3A%3APlugin%3A%3ASession)
+(L<http://search.cpan.org/perldoc?Catalyst%3A%3APlugin%3A%3ASession>)
 
 =item * Catalyst::Plugin::Cache
-(http://search.cpan.org/perldoc?Catalyst%3A%3APlugin%3A%3ACache)
+(L<http://search.cpan.org/perldoc?Catalyst%3A%3APlugin%3A%3ACache>)
 
 =item * Catalyst::Plugin::Session::Store::Cache
-(http://search.cpan.org/perldoc?Catalyst%3A%3APlugin%3A%3ASession%3A%3AStore%3A%3ACache)
+(L<http://search.cpan.org/perldoc?Catalyst%3A%3APlugin%3A%3ASession%3A%3AStore%3A%3ACache>)
 
 =back
 
@@ -55,7 +53,7 @@
 =over
 
 =item * DBIx::Class::Cursor::Cached
-(http://search.cpan.org/perldoc?DBIx%3A%3AClass%3A%3ACursor%3A%3ACached)
+(L<http://search.cpan.org/perldoc?DBIx%3A%3AClass%3A%3ACursor%3A%3ACached>)
 
 =back
 




More information about the Catalyst-commits mailing list