Teach Cat to pass a _component_name into COMPONENT method, which is what ends up...
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Delta.pod
index 020d0e1..a41798e 100755 (executable)
@@ -1,6 +1,10 @@
-=head1 Deltachanges 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
 
@@ -78,7 +82,9 @@ L<IO::Handle>.
 
 Added code method as an alias for C<< $res->status >>
 
-=head2 Consequences of the Moose backend
+=back
+
+=head2 Consequences of the Moose back end
 
 =over
 
@@ -103,7 +109,7 @@ decouples action creation from attributes.
 
 There is a reasonable API in Catalyst::Controller for working with
 and registering actions, allowing a controller sub-class to replace
-subroutine attributes for action declerations with an alternate
+subroutine attributes for action declarations with an alternate
 syntax.
 
 =item *
@@ -124,7 +130,7 @@ Your application class is forced to become immutable at the end of compilation.
 
 =item *
 
-Don't ignore SIGCHLD while handling requests with the dev server, so that
+Don't ignore SIGCHLD while handling requests with the development server, so that
 system() and other ways of creating child processes work as expected.
 
 =item *