X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FActionChain.pm;h=cf48342db99277c69c612fe220df89e05b652eed;hb=fb0c5b21c3c972bc88b8c6c481f9937f31658a23;hp=692065a99aa76bd21b238810f1b0ab56014a5c01;hpb=6f1f968a6bc42bf4a4b50a1ee22d3aaecd801876;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/ActionChain.pm b/lib/Catalyst/ActionChain.pm index 692065a..cf48342 100644 --- a/lib/Catalyst/ActionChain.pm +++ b/lib/Catalyst/ActionChain.pm @@ -1,7 +1,5 @@ package Catalyst::ActionChain; -use MRO::Compat; -use mro 'c3'; use Moose; extends qw(Catalyst::Action); @@ -73,13 +71,13 @@ Catalyst::ActionChain object representing a chain of these actions Provided by Moose -=head1 AUTHOR +=head1 AUTHORS -Matt S. Trout +Catalyst Contributors, see Catalyst.pm =head1 COPYRIGHT -This program is free software, you can redistribute it and/or modify it under +This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. =cut