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%2F06_Authorization.pod;h=4346f4338a14c3d475c59f447a9a056e0184c502;hp=35f028cc52c3237ebc55a8f6cea45bc7ffa0ae19;hb=56a12748311fdb2580d7ad7cd84c255cd4447d8b;hpb=f9f09a3eae6773200dc5291922d3248c7fbf0597 diff --git a/lib/Catalyst/Manual/Tutorial/06_Authorization.pod b/lib/Catalyst/Manual/Tutorial/06_Authorization.pod index 35f028c..4346f43 100644 --- a/lib/Catalyst/Manual/Tutorial/06_Authorization.pod +++ b/lib/Catalyst/Manual/Tutorial/06_Authorization.pod @@ -274,13 +274,13 @@ the "C" line: return any(map { $_->role } $self->roles) eq $role; } -Let's also add C to the requirements listed in +Let's also add L to the requirements listed in Makefile.PL: requires 'Perl6::Junction'; -B Feel free to use C in lieu of C if -you prefer. Also, please don't let the use of the C +B Feel free to use C in lieu of L if +you prefer. Also, please don't let the use of the L module above lead you to believe that Catalyst is somehow dependent on Perl 6... we are simply using that module for its L @@ -367,4 +367,4 @@ L. Copyright 2006-2011, Kennedy Clark, under the Creative Commons Attribution Share-Alike License Version 3.0 -(L). +(L).