Fix AUTHORS etc to match all other files
Tomas Doran [Thu, 7 Jul 2011 08:42:40 +0000 (09:42 +0100)]
lib/Catalyst.pm
lib/Catalyst/BlockInjection.pm
lib/Catalyst/Container.pm
lib/Catalyst/Service/WithContext.pm

index 15181e3..4d04c97 100644 (file)
@@ -3104,6 +3104,8 @@ Andrew Ford E<lt>A.Ford@ford-mason.co.ukE<gt>
 
 Andrew Ruthven
 
+André Walker
+
 andyg: Andy Grundman <andy@hybridized.org>
 
 audreyt: Audrey Tang
index 17a77fe..afa9caa 100644 (file)
@@ -18,13 +18,13 @@ __END__
 
 Catalyst::BlockInjection
 
-=head1 AUTHOR
+=head1 AUTHORS
 
-André Walker
+Catalyst Contributors, see Catalyst.pm
 
-=head1 LICENSE
+=head1 COPYRIGHT
 
-This library is free software; you can redistribute it and/or modify
-it under the same terms as Perl itself.
+This library is free software. You can redistribute it and/or modify it under
+the same terms as Perl itself.
 
 =cut
index e25fc5c..53bfd3b 100644 (file)
@@ -460,17 +460,9 @@ sub _config_substitutions {
 
 =head1 AUTHORS
 
-=over 4
+Catalyst Contributors, see Catalyst.pm
 
-=item Justin Hunter (arcanez)
-
-=item André Walker (andrewalker)
-
-=back
-
-Based on L<Catalyst::Plugin::ConfigLoader>, by Brian Cassidy.
-
-=head1 LICENSE
+=head1 COPYRIGHT
 
 This library is free software. You can redistribute it and/or modify it under
 the same terms as Perl itself.
index 6225cc5..f3e9499 100644 (file)
@@ -1,6 +1,7 @@
 package Catalyst::Service::WithContext;
 use Moose::Role;
 
+# Why is the needed to be loaded?
 use Bread::Board::Types;
 
 with 'Bread::Board::Service';
@@ -41,7 +42,7 @@ Catalyst::Service::WithContext
 
 =head1 METHODS
 
-=over 4
+=over
 
 =item B<accept_context_sub>
 
@@ -49,13 +50,13 @@ Catalyst::Service::WithContext
 
 =back
 
-=head1 AUTHOR
+=head1 AUTHORS
 
-André Walker
+Catalyst Contributors, see Catalyst.pm
 
-=head1 LICENSE
+=head1 COPYRIGHT
 
-This library is free software; you can redistribute it and/or modify
-it under the same terms as Perl itself.
+This library is free software. You can redistribute it and/or modify it under
+the same terms as Perl itself.
 
 =cut