From: Kennedy Clark Date: Wed, 5 Jul 2006 14:34:14 +0000 (+0000) Subject: Remove references to DefaultEnd. X-Git-Tag: 5.7099_04~433 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=33aee7ed93ee23ff174aa8affcaf935148a67230 Remove references to DefaultEnd. --- diff --git a/lib/Catalyst/Manual/Tutorial/Authentication.pod b/lib/Catalyst/Manual/Tutorial/Authentication.pod index 69cb23c..0c8e2b3 100644 --- a/lib/Catalyst/Manual/Tutorial/Authentication.pod +++ b/lib/Catalyst/Manual/Tutorial/Authentication.pod @@ -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 and update it as follows (everything below C is new): +Edit C and update it as follows (everything below C is new): use Catalyst qw/ -Debug @@ -341,7 +341,6 @@ Edit C and update it as follows (everything below C is Static::Simple StackTrace - DefaultEnd Authentication Authentication::Store::DBIC diff --git a/lib/Catalyst/Manual/Tutorial/Authorization.pod b/lib/Catalyst/Manual/Tutorial/Authorization.pod index 9b3fbfe..5c7c807 100644 --- a/lib/Catalyst/Manual/Tutorial/Authorization.pod +++ b/lib/Catalyst/Manual/Tutorial/Authorization.pod @@ -81,7 +81,6 @@ Edit C and add C to the list: Static::Simple StackTrace - DefaultEnd Authentication Authentication::Store::DBIC diff --git a/lib/Catalyst/Manual/Tutorial/Intro.pod b/lib/Catalyst/Manual/Tutorial/Intro.pod index bc55b74..4600f1f 100644 --- a/lib/Catalyst/Manual/Tutorial/Intro.pod +++ b/lib/Catalyst/Manual/Tutorial/Intro.pod @@ -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, +L, DBIC, L with C, the use of C vs. C, etc. @@ -197,10 +197,6 @@ Catalyst::Plugin::ConfigLoader -- 0.07 =item * -Catalyst::Plugin::DefaultEnd -- 0.06 - -=item * - Catalyst::Plugin::HTML::Widget -- 1.1 =item *