Silence C3::Adopt::NEXT warnings in the test suite.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Log.pm
index e1953b2..fad0f0e 100644 (file)
@@ -1,6 +1,8 @@
 package Catalyst::Log;
 
 use Moose;
+with 'MooseX::Emulate::Class::Accessor::Fast';
+
 use Data::Dump;
 
 our %LEVELS = ();
@@ -239,11 +241,9 @@ over the log output.
 
 L<Catalyst>.
 
-=head1 AUTHOR
+=head1 AUTHORS
 
-Sebastian Riedel, C<sri@cpan.org>
-Marcus Ramberg, C<mramberg@cpan.org>
-Christian Hansen, C<ch@ngmedia.com>
+Catalyst Contributors, see Catalyst.pm
 
 =head1 COPYRIGHT