From: Andrew Rodland Date: Sat, 18 Apr 2009 22:50:25 +0000 (+0000) Subject: Minor fixes for the "new in 5.8" PODs. X-Git-Tag: 5.80002~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=8c57b129c2c6419c9d339e3c6acca4c1628ca485;hp=fae374846bd8612908cd1c240284feb14d00d3e1 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. --- diff --git a/lib/Catalyst/Delta.pod b/lib/Catalyst/Delta.pod index ca83b47..a41798e 100755 --- a/lib/Catalyst/Delta.pod +++ b/lib/Catalyst/Delta.pod @@ -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 diff --git a/lib/Catalyst/Upgrading.pod b/lib/Catalyst/Upgrading.pod index b19d5c0..55fdc24 100644 --- a/lib/Catalyst/Upgrading.pod +++ b/lib/Catalyst/Upgrading.pod @@ -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 - if you are using this plugin +L - 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