X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FUpgrading.pod;h=fbad34cbcd3db6ae86e5d72c046a4ad95c3b0776;hb=7ebac5f89810aab16ec76fc28dea45e936172a67;hp=f2b6a02fe7d975216c806ca9bc8746aba8c0babb;hpb=773b3b0890baf654e7f9d5c3e6327f7fa25faba1;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Upgrading.pod b/lib/Catalyst/Upgrading.pod index f2b6a02..fbad34c 100644 --- a/lib/Catalyst/Upgrading.pod +++ b/lib/Catalyst/Upgrading.pod @@ -2,7 +2,7 @@ Catalyst::Upgrading - Instructions for upgrading to the latest Catalyst -=head1 Upgrading to Catalyst 5.90 +=head1 Upgrading to Catalyst 5.9 The major change is that L now replaces most of the subclasses of L. If you are using one of the standard subclasses of @@ -132,7 +132,7 @@ the development server starting, rather than the expected test running. =head2 Engines which are known broken -The following engines B work as of Catalyst version 5.90. The core +The following engines B work as of Catalyst version 5.9. The core team is extremely happy to work with the developers and/or users of these engines to help them port to the new Plack/Engine system, however applications which are currently using these engines B run without modification @@ -175,9 +175,9 @@ XXX FIXME See L. -=head2 Tests in 5.89 +=head2 Tests in 5.9 -Tests should generally work the same in Catalyst 5.89, however there are some differences. +Tests should generally work the same in Catalyst 5.9, however there are some differences. Previously, if using L and doing local requests (against a local server), if the application threw an exception then this exception propagated into the test. @@ -556,7 +556,7 @@ is highly deprecated. The first time one of these methods is called, a warning will be emitted: Class $class is calling the deprecated method Catalyst::Dispatcher::$public_method_name, - this will be removed in Catalyst 5.9X + this will be removed in Catalyst 5.9 You should B be calling any of these methods from application code.