minor change to chapter 6 POD
Rafael Kitover [Sun, 7 Feb 2010 11:07:18 +0000 (11:07 +0000)]
lib/Catalyst/Manual/Tutorial/06_Authorization.pod

index bca8cea..9302abb 100644 (file)
@@ -97,10 +97,7 @@ Edit C<lib/MyApp.pm> and add C<Authorization::Roles> to the list:
 Once again, include this additional plugin as a new dependency in 
 the Makefile.PL file like this:
 
-    requires (
-        ...
-        'Catalyst::Plugin::Authorization::Roles' => '0',
-    );
+    requires 'Catalyst::Plugin::Authorization::Roles';
 
 
 =head2 Add Role-Specific Logic to the "Book List" Template