[Catalyst-commits] r9744 - Catalyst-Runtime/5.80/trunk/lib/Catalyst

hobbs at dev.catalyst.perl.org hobbs at dev.catalyst.perl.org
Sat Apr 18 22:50:25 GMT 2009


Author: hobbs
Date: 2009-04-18 23:50:25 +0100 (Sat, 18 Apr 2009)
New Revision: 9744

Modified:
   Catalyst-Runtime/5.80/trunk/lib/Catalyst/Delta.pod
   Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod
Log:
Minor fixes for the "new in 5.8" PODs.

Give them =head1 NAME so that search.cpan will be happy, and fix a typo'd
link to Cache::FastMmap.


Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Delta.pod
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Delta.pod	2009-04-18 20:25:53 UTC (rev 9743)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Delta.pod	2009-04-18 22:50:25 UTC (rev 9744)
@@ -1,7 +1,11 @@
-=head1 Delta changes from 5.7 to 5.8
+=head1 NAME
 
-This is an overview of the user visible changes in 5.8.
+Catalyst::Delta - Overview of changes between versions of Catalyst
 
+=head1 DESCRIPTION
+
+This is an overview of the user-visible changes to Catalyst in version 5.8.
+
 =head2 Deprecations
 
 Please see L<Catalyst::Upgrading> for a full description of how changes in the

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod	2009-04-18 20:25:53 UTC (rev 9743)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod	2009-04-18 22:50:25 UTC (rev 9744)
@@ -1,3 +1,7 @@
+=head1 NAME
+
+Catalyst::Upgrading - Instructions for upgrading to the latest Catalyst
+
 =head1 Upgrading to Catalyst 5.80
 
 Most applications and plugins should run unaltered on Catalyst 5.80.
@@ -39,7 +43,7 @@
     use base qw/Component1 Component2/;
 
 And the Catalyst plugin most often causing this, is
-L<Catalyst::Plugin::Sesssion::Store::FastMMap> - if you are using this plugin
+L<Catalyst::Plugin::Sesssion::Store::FastMmap> - if you are using this plugin
 and see issues, then please upgrade!
 
 This can, however, be found in your own application - the only solution is to




More information about the Catalyst-commits mailing list