X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FDelta.pod;h=ca83b4762e0b30db622ff780829ea6ff1f83feab;hb=d5a6de010859cad0f2316e43189d17b2417ed75c;hp=020d0e104961360e14f0c82d63d39909ef7c7cd3;hpb=7df44a710bdab986255e0d63db58a8af478f1100;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Delta.pod b/lib/Catalyst/Delta.pod index 020d0e1..ca83b47 100755 --- a/lib/Catalyst/Delta.pod +++ b/lib/Catalyst/Delta.pod @@ -1,4 +1,4 @@ -=head1 Deltachanges from 5.7 to 5.8 +=head1 Delta changes from 5.7 to 5.8 This is an overview of the user visible changes in 5.8. @@ -78,7 +78,9 @@ L. 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 +105,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 +126,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 *