X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FActionChain.pm;h=1518802f8280d6d1e4431b7073b4fc933f435b41;hb=586c57d99badfbf772877206564f7041adb03ea9;hp=692065a99aa76bd21b238810f1b0ab56014a5c01;hpb=6f1f968a6bc42bf4a4b50a1ee22d3aaecd801876;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/ActionChain.pm b/lib/Catalyst/ActionChain.pm index 692065a..1518802 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,9 +71,9 @@ 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