X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F06_Authorization.pod;fp=lib%2FCatalyst%2FManual%2FTutorial%2FAuthorization.pod;h=cda2f7b2c06f76f2ca20c1251237bc07e91a5fed;hp=fce6161619b09cb046ac8b392d37005ac6184207;hb=3ab6187c1a123983b6ae29e57f543328ce15755c;hpb=418ded01713d313bdc03308ced5b0cc408682e24 diff --git a/lib/Catalyst/Manual/Tutorial/Authorization.pod b/lib/Catalyst/Manual/Tutorial/06_Authorization.pod similarity index 93% rename from lib/Catalyst/Manual/Tutorial/Authorization.pod rename to lib/Catalyst/Manual/Tutorial/06_Authorization.pod index fce6161..cda2f7b 100644 --- a/lib/Catalyst/Manual/Tutorial/Authorization.pod +++ b/lib/Catalyst/Manual/Tutorial/06_Authorization.pod @@ -1,6 +1,6 @@ =head1 NAME -Catalyst::Manual::Tutorial::Authorization - Catalyst Tutorial - Chapter 6: Authorization +Catalyst::Manual::Tutorial::06_Authorization - Catalyst Tutorial - Chapter 6: Authorization =head1 OVERVIEW @@ -13,43 +13,43 @@ L =item 1 -L +L =item 2 -L +L =item 3 -L +L =item 4 -L +L =item 5 -L +L =item 6 -B +B<06_Authorization> =item 7 -L +L =item 8 -L +L =item 9 -L +L =item 10 -L +L =back @@ -65,7 +65,7 @@ can simplify your code and make things easier to maintain. You can checkout the source code for this example from the catalyst subversion repository as per the instructions in -L. +L. =head1 BASIC AUTHORIZATION