From: Tomas Doran Date: Thu, 7 Jul 2011 08:42:40 +0000 (+0100) Subject: Fix AUTHORS etc to match all other files X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=e8ed391e8664819d6aacfa77e3988bc33186397c Fix AUTHORS etc to match all other files --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 15181e3..4d04c97 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -3104,6 +3104,8 @@ Andrew Ford EA.Ford@ford-mason.co.ukE Andrew Ruthven +André Walker + andyg: Andy Grundman audreyt: Audrey Tang diff --git a/lib/Catalyst/BlockInjection.pm b/lib/Catalyst/BlockInjection.pm index 17a77fe..afa9caa 100644 --- a/lib/Catalyst/BlockInjection.pm +++ b/lib/Catalyst/BlockInjection.pm @@ -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 diff --git a/lib/Catalyst/Container.pm b/lib/Catalyst/Container.pm index e25fc5c..53bfd3b 100644 --- a/lib/Catalyst/Container.pm +++ b/lib/Catalyst/Container.pm @@ -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, 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. diff --git a/lib/Catalyst/Service/WithContext.pm b/lib/Catalyst/Service/WithContext.pm index 6225cc5..f3e9499 100644 --- a/lib/Catalyst/Service/WithContext.pm +++ b/lib/Catalyst/Service/WithContext.pm @@ -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 @@ -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