X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FDelta.pod;h=a41798e87cec9fa266c3f3f74f0f55a52e6054b7;hb=fb34eb9c063c53abd061d260a30f0ca7c57a0833;hp=020d0e104961360e14f0c82d63d39909ef7c7cd3;hpb=7df44a710bdab986255e0d63db58a8af478f1100;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Delta.pod b/lib/Catalyst/Delta.pod index 020d0e1..a41798e 100755 --- a/lib/Catalyst/Delta.pod +++ b/lib/Catalyst/Delta.pod @@ -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. 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 *