[Catalyst-commits] r7755 - / trunk/Catalyst-Manual trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial

zarquon at dev.catalyst.perl.org zarquon at dev.catalyst.perl.org
Fri May 16 13:55:22 BST 2008


Author: zarquon
Date: 2008-05-16 13:55:22 +0100 (Fri, 16 May 2008)
New Revision: 7755

Modified:
   /
   trunk/Catalyst-Manual/Makefile.PL
   trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/Authorization.pod
Log:
 r13129 at zaphod:  kd | 2008-05-16 22:54:50 +1000
 authorization doc fix



Property changes on: 
___________________________________________________________________
Name: svk:merge
   - 1b129c88-ebf4-0310-add9-f09427935aba:/local/catalyst:4278
1c72fc7c-9ce4-42af-bf25-3bfe470ff1e8:/local/Catalyst:13127
3b9770f9-e80c-0410-a7de-cd203d167417:/local/catalyst:3514
dd8ad9ea-0304-0410-a433-df5f223e7bc0:/local/Catalyst:6909
   + 1b129c88-ebf4-0310-add9-f09427935aba:/local/catalyst:4278
1c72fc7c-9ce4-42af-bf25-3bfe470ff1e8:/local/Catalyst:13129
3b9770f9-e80c-0410-a7de-cd203d167417:/local/catalyst:3514
dd8ad9ea-0304-0410-a433-df5f223e7bc0:/local/Catalyst:6909

Modified: trunk/Catalyst-Manual/Makefile.PL
===================================================================
--- trunk/Catalyst-Manual/Makefile.PL	2008-05-16 12:43:09 UTC (rev 7754)
+++ trunk/Catalyst-Manual/Makefile.PL	2008-05-16 12:55:22 UTC (rev 7755)
@@ -1,7 +1,7 @@
-use inc::Module::Install 0.65;
+use inc::Module::Install 0.64;
 
 name 'Catalyst-Manual';
-all_from 'lib/Catalyst/ManualPlaceholder.pm';
+all_from 'lib/Catalyst/Manual.pm';
 author 'Jonathan Rockway <jrockway at cpan.org>';
 license 'perl';
 

Modified: trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/Authorization.pod
===================================================================
--- trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/Authorization.pod	2008-05-16 12:43:09 UTC (rev 7754)
+++ trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/Authorization.pod	2008-05-16 12:55:22 UTC (rev 7755)
@@ -388,13 +388,13 @@
 
     $ script/myapp_server.pl
 
-Log in as C<test02>.  Once at the book list, click the "Create" link to
-try the C<form_create> action.  You should receive a red "Unauthorized!"
-error message at the top of the list.  (Note that in reality you would
-probably want to place the "Create" link code in
-C<root/src/books/list.tt2> inside an C<IF> statement that only displays
-the list to admin-level users.)  If you log in as C<test01> you should
-be able to view the C<form_create> form and add a new book.
+Log in as C<test02>.  Once at the book list, click the "Create" link
+to try the C<form_create> action.  You should receive a red
+"Unauthorized!"  error message at the top of the list.  (Note that in
+the example code the "Create" link code in C<root/src/books/list.tt2>
+is inside an C<IF> statement that only displays the list to
+admin-level users.)  If you log in as C<test01> you should be able to
+view the C<form_create> form and add a new book.
 
 When you are done, use one of the 'Logout' links (or go to the
 L<http://localhost:3000/logout> URL directly) when you are done.




More information about the Catalyst-commits mailing list