X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FActionChain.pm;h=cf48342db99277c69c612fe220df89e05b652eed;hp=450c88e05ac89f7613582e2b1f435a5c7d014dc5;hb=536bee890cf24e0e4bcda7562e7b70cc03ca0620;hpb=f3414019f472b55682ef3af53f761b6db7955887 diff --git a/lib/Catalyst/ActionChain.pm b/lib/Catalyst/ActionChain.pm index 450c88e..cf48342 100644 --- a/lib/Catalyst/ActionChain.pm +++ b/lib/Catalyst/ActionChain.pm @@ -1,6 +1,5 @@ package Catalyst::ActionChain; -use Class::C3; use Moose; extends qw(Catalyst::Action); @@ -72,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