Remove references to DefaultEnd.
Kennedy Clark [Wed, 5 Jul 2006 14:34:14 +0000 (14:34 +0000)]
lib/Catalyst/Manual/Tutorial/Authentication.pod
lib/Catalyst/Manual/Tutorial/Authorization.pod
lib/Catalyst/Manual/Tutorial/Intro.pod

index 69cb23c..0c8e2b3 100644 (file)
@@ -333,7 +333,7 @@ Again, notice that your "result source" classes have been "re-loaded" by Catalys
 
 =head2 Include Authentication and Session Plugins
 
-Edit C<lib/MyApp.pm> and update it as follows (everything below C<DefaultEnd> is new):
+Edit C<lib/MyApp.pm> and update it as follows (everything below C<StackTrace> is new):
 
     use Catalyst qw/
             -Debug
@@ -341,7 +341,6 @@ Edit C<lib/MyApp.pm> and update it as follows (everything below C<DefaultEnd> is
             Static::Simple
             
             StackTrace
-            DefaultEnd
             
             Authentication
             Authentication::Store::DBIC
index 9b3fbfe..5c7c807 100644 (file)
@@ -81,7 +81,6 @@ Edit C<lib/MyApp.pm> and add C<Authorization::Roles> to the list:
             Static::Simple
             
             StackTrace
-            DefaultEnd
             
             Authentication
             Authentication::Store::DBIC
index bc55b74..4600f1f 100644 (file)
@@ -90,7 +90,7 @@ Role-based authorization ("authz").
 
 Attempts to provide an example showing current (5.7000) Catalyst
 practices. For example, the use of 
-L<Catalyst::Plugin::DefaultEnd|Catalyst::Plugin::DefaultEnd>,
+L<Catalyst::Action::RenderView|Catalyst::Action::RenderView>,
 DBIC, L<Catalyst::Plugin::ConfigLoader|Catalyst::Plugin::ConfigLoader> 
 with C<myapp.yml>, the use of C<lib/MyApp/Controller/Root.pm> 
 vs. C<lib/MyApp.pm>, etc.
@@ -197,10 +197,6 @@ Catalyst::Plugin::ConfigLoader -- 0.07
 
 =item *
 
-Catalyst::Plugin::DefaultEnd -- 0.06
-
-=item *
-
 Catalyst::Plugin::HTML::Widget -- 1.1
 
 =item *