From: Tomas Doran Date: Sat, 18 Apr 2009 17:47:02 +0000 (+0000) Subject: Note Catalyst::Base deprecation warnings, tweak setup_finalize doc X-Git-Tag: 5.80001~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=ade0097285a43b356dd4fd08b124f0839153de28 Note Catalyst::Base deprecation warnings, tweak setup_finalize doc --- diff --git a/lib/Catalyst/Upgrading.pod b/lib/Catalyst/Upgrading.pod index 65b1d61..8a99930 100644 --- a/lib/Catalyst/Upgrading.pod +++ b/lib/Catalyst/Upgrading.pod @@ -165,7 +165,7 @@ The right way to do it is this: ... # things to do after the actual setup }; -The setup_finalize hook was introduced as a way to void this issue. +The setup_finalize hook was introduced as a way to avoid this issue. =head2 Components with a new method which returns false @@ -244,6 +244,11 @@ COMPONENT method in your @ISA. =head1 WARNINGS +=head2 Catalyst::Base + +Any code using L will now warn, and this module will be removed +in a future release. + =head2 Methods in Catalyst::Dispatcher The following methods in Catalyst::Dispatcher are both an implementation