X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FUpgrading.pod;h=8bc3e520c8972e5212881a52ad43d3f4094a1ad8;hb=0aafa77a0d7f5ab78c2a56ad589ede07885afe51;hp=fee1edd0c13858202af3563cdeae9d0441b47895;hpb=4db14a9a7ce6b385f3d89f8376a39afc51782836;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Upgrading.pod b/lib/Catalyst/Upgrading.pod index fee1edd..8bc3e52 100644 --- a/lib/Catalyst/Upgrading.pod +++ b/lib/Catalyst/Upgrading.pod @@ -167,14 +167,22 @@ highly welcomed: =back +=head2 Specifying the engine in the call to ->setup + +XXX FIXME + =head2 Using middleware -XXX Should this be here or elsewhere? +XXX FIXME Should this be here or elsewhere? =head2 Making an app.psgi file +FIXME + =head2 Running with plackup? +FIXME + =head2 Tests in 5.89 Tests should generally work the same in Catalyst 5.89, however there are some differences. @@ -269,7 +277,7 @@ you identify the ones in conflict, and resolve them. To be able to generate a linear @ISA, the list of superclasses for each class must be resolvable using the C3 algorithm. Unfortunately, when superclasses are being used as mixins (to add functionality used in your class), -and with multiple inheritence, it is easy to get this wrong. +and with multiple inheritance, it is easy to get this wrong. Most common is the case of: