Note Catalyst::Base deprecation warnings, tweak setup_finalize doc
Tomas Doran [Sat, 18 Apr 2009 17:47:02 +0000 (17:47 +0000)]
lib/Catalyst/Upgrading.pod

index 65b1d61..8a99930 100644 (file)
@@ -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<Catalyst::Base> 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