Fixes to docs and AUTHORITY
Tomas Doran [Fri, 11 May 2012 08:28:57 +0000 (09:28 +0100)]
Changes
Makefile.PL
lib/Catalyst/Plugin/Authentication.pm

diff --git a/Changes b/Changes
index e70652d..2abdc2f 100644 (file)
--- 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)
 
index a5aabfe..1d26e92 100644 (file)
@@ -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';
index f789bdb..1438f29 100644 (file)
@@ -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<nothingmuch@woobling.org>
+=head1 AUTHORS
 
-Jay Kuri, C<jayk@cpan.org>
+Yuval Kogman, C<nothingmuch@woobling.org> - original author
 
-Jess Robinson
+Jay Kuri, C<jayk@cpan.org> - Large rewrite
 
-David Kamholz
+=head1 PRIMARY MAINTAINER
 
 Tomas Doran (t0m), C<bobtfish@bobtfish.net>
 
-kmx
+=hasd1 ADDITIONAL CONTRIBUTORS
+
+=over
 
-Nigel Metheringham
+=item Jess Robinson
 
-Florian Ragwitz C<rafl@debian.org>
+=item David Kamholz
 
-Stephan Jauernick C<stephanj@cpan.org>
+=itm kmx
 
-Oskari Ojala (Okko), C<perl@okko.net>
+=item Nigel Metheringham
 
-John Napiorkowski (jnap) C<jjnapiork@cpan.org>
+=item Florian Ragwitz C<rafl@debian.org>
+
+=item Stephan Jauernick C<stephanj@cpan.org>
+
+=item Oskari Ojala (Okko), C<perl@okko.net>
+
+=item John Napiorkowski (jnap) C<jjnapiork@cpan.org>
+
+=back
 
 =head1 COPYRIGHT & LICENSE
 
 Copyright (c) 2005 - 2012
-the Catalyst::Plugin::Authentication L</AUTHORS>
+the Catalyst::Plugin::Authentication L</AUTHORS>,
+L</PRIMARY MAINTAINER> and L</ADDITIONAL CONTRIBUTORS>
 as listed above.
 
 This program is free software; you can redistribute