Minor fixes for the "new in 5.8" PODs.
Andrew Rodland [Sat, 18 Apr 2009 22:50:25 +0000 (22:50 +0000)]
Give them =head1 NAME so that search.cpan will be happy, and fix a typo'd
link to Cache::FastMmap.

lib/Catalyst/Delta.pod
lib/Catalyst/Upgrading.pod

index ca83b47..a41798e 100755 (executable)
@@ -1,6 +1,10 @@
-=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
 
index b19d5c0..55fdc24 100644 (file)
@@ -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 @@ Most common is the case of:
     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