[Catalyst-commits] r8247 - in trunk/Catalyst-Plugin-Authorization-Roles: . lib/Catalyst/Plugin/Authorization

bricas at dev.catalyst.perl.org bricas at dev.catalyst.perl.org
Thu Aug 21 14:14:00 BST 2008


Author: bricas
Date: 2008-08-21 14:13:59 +0100 (Thu, 21 Aug 2008)
New Revision: 8247

Modified:
   trunk/Catalyst-Plugin-Authorization-Roles/Makefile.PL
   trunk/Catalyst-Plugin-Authorization-Roles/lib/Catalyst/Plugin/Authorization/Roles.pm
Log:
pod and dep fixes.

Modified: trunk/Catalyst-Plugin-Authorization-Roles/Makefile.PL
===================================================================
--- trunk/Catalyst-Plugin-Authorization-Roles/Makefile.PL	2008-08-21 13:04:13 UTC (rev 8246)
+++ trunk/Catalyst-Plugin-Authorization-Roles/Makefile.PL	2008-08-21 13:13:59 UTC (rev 8247)
@@ -9,7 +9,7 @@
 name 'Catalyst-Plugin-Authorization-Roles';
 all_from 'lib/Catalyst/Plugin/Authorization/Roles.pm';
 
-requires 'Catalyst::Runtime'                => '5.0';
+requires 'Catalyst::Runtime'                => '5.7';
 requires 'Catalyst::Plugin::Authentication' => '0.10003';
 requires 'Set::Object'                      => '1.14';
 requires 'UNIVERSAL::isa'                   => '0.05';

Modified: trunk/Catalyst-Plugin-Authorization-Roles/lib/Catalyst/Plugin/Authorization/Roles.pm
===================================================================
--- trunk/Catalyst-Plugin-Authorization-Roles/lib/Catalyst/Plugin/Authorization/Roles.pm	2008-08-21 13:04:13 UTC (rev 8246)
+++ trunk/Catalyst-Plugin-Authorization-Roles/lib/Catalyst/Plugin/Authorization/Roles.pm	2008-08-21 13:13:59 UTC (rev 8247)
@@ -128,8 +128,7 @@
 
 =head1 NAME
 
-Catalyst::Plugin::Authorization::Roles - Role based authorization for
-L<Catalyst> based on L<Catalyst::Plugin::Authentication>.
+Catalyst::Plugin::Authorization::Roles - Role based authorization for Catalyst based on Catalyst::Plugin::Authentication
 
 =head1 SYNOPSIS
 
@@ -221,15 +220,14 @@
 
 =head1 AUTHOR
 
-Yuval Kogman, C<nothingmuch at woobling.org>
+Yuval Kogman E<lt>nothingmuch at woobling.orgE<gt>
 
 =head1 COPYRIGHT & LICENSE
 
-        Copyright (c) 2005 the aforementioned authors. All rights
-        reserved. This program is free software; you can redistribute
-        it and/or modify it under the same terms as Perl itself.
+Copyright (c) 2008 the aforementioned authors.
 
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself. 
+
 =cut
 
-
-




More information about the Catalyst-commits mailing list