Copyright statement (for Debian's sake)
Peter Rabbitson [Sun, 20 Mar 2011 00:15:25 +0000 (00:15 +0000)]
Changes
lib/Class/C3/Componentised.pm

diff --git a/Changes b/Changes
index f6d3fe6..5985a0e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,10 @@
 Revision history for Class-C3-Componentised
 
-        Stop importing Carp functions (and thus polluting the inheritor
+      - Stop importing Carp functions (and thus polluting the inheritor
         namespaces)
-        Make sure $_ is properly preserved even if the loaded module
+      - Make sure $_ is properly preserved even if the loaded module
         is negligent enough to change it (RT#66661)
+      - Added missing copyright statement
 
 1.0008   24 Feb 2011
         Fix inject_base regression introduced during optimizations in
index a6a9c16..61c591b 100644 (file)
@@ -232,12 +232,20 @@ sub load_optional_class {
   }
 }
 
-=head1 AUTHOR
+=head1 AUTHORS
 
-Matt S. Trout and the DBIx::Class team
+Matt S. Trout and the L<DBIx::Class team|DBIx::Class/CONTRIBUTORS>
 
 Pulled out into seperate module by Ash Berlin C<< <ash@cpan.org> >>
 
+Optimizations and overall bolt-tightening by Peter "ribasushi" Rabbitson
+C<< <ribasushi@cpan.org> >>
+
+=head1 COPYRIGHT
+
+Copyright (c) 2006 - 2011 the Class::C3::Componentised L</AUTHORS> as listed
+above.
+
 =head1 LICENSE
 
 You may distribute this code under the same terms as Perl itself.