From: Tomas Doran Date: Fri, 11 May 2012 08:28:57 +0000 (+0100) Subject: Fixes to docs and AUTHORITY X-Git-Tag: 0.10021~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Authentication.git;a=commitdiff_plain;h=efea013fe2e43d8a8b56d812cfcb3b1969f6ac28 Fixes to docs and AUTHORITY --- diff --git a/Changes b/Changes index e70652d..2abdc2f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Catalyst::Plugin::Authentication + - Clarify support channels + - Note primary maintainer in docs. + - Add x_authority metadata. - Get the NAME right by making it 1 line, due to crappy parsing in EU::MM (RT#77028) diff --git a/Makefile.PL b/Makefile.PL index a5aabfe..1d26e92 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,6 +3,7 @@ use warnings; use inc::Module::Install 0.87; use Module::Install::AuthorRequires; use Module::Install::AuthorTests; +use Module::Install::Authority; if ( $Module::Install::AUTHOR ) { system( 'pod2text lib/Catalyst/Plugin/Authentication.pm > README' ) @@ -13,6 +14,7 @@ perl_version '5.008001'; name 'Catalyst-Plugin-Authentication'; all_from 'lib/Catalyst/Plugin/Authentication.pm'; +authority 'BOBTFISH'; requires 'Catalyst::Runtime'; requires 'Class::Inspector'; diff --git a/lib/Catalyst/Plugin/Authentication.pm b/lib/Catalyst/Plugin/Authentication.pm index f789bdb..1438f29 100644 --- a/lib/Catalyst/Plugin/Authentication.pm +++ b/lib/Catalyst/Plugin/Authentication.pm @@ -1111,34 +1111,50 @@ Register stores into the application. =head2 $c->get_user( ) -=head1 AUTHORS +=head1 SUPPORT + +Please use the rt.cpan.org bug tracker, and git patches are wecome. + +Questions on usage should be directed to the Catalyst mailing list +or the #catalyst irc channel. -Yuval Kogman, C +=head1 AUTHORS -Jay Kuri, C +Yuval Kogman, C - original author -Jess Robinson +Jay Kuri, C - Large rewrite -David Kamholz +=head1 PRIMARY MAINTAINER Tomas Doran (t0m), C -kmx +=hasd1 ADDITIONAL CONTRIBUTORS + +=over -Nigel Metheringham +=item Jess Robinson -Florian Ragwitz C +=item David Kamholz -Stephan Jauernick C +=itm kmx -Oskari Ojala (Okko), C +=item Nigel Metheringham -John Napiorkowski (jnap) C +=item Florian Ragwitz C + +=item Stephan Jauernick C + +=item Oskari Ojala (Okko), C + +=item John Napiorkowski (jnap) C + +=back =head1 COPYRIGHT & LICENSE Copyright (c) 2005 - 2012 -the Catalyst::Plugin::Authentication L +the Catalyst::Plugin::Authentication L, +L and L as listed above. This program is free software; you can redistribute