From: Peter Rabbitson Date: Sun, 20 Mar 2011 00:15:25 +0000 (+0000) Subject: Copyright statement (for Debian's sake) X-Git-Tag: v1.001000~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FClass-C3-Componentised.git;a=commitdiff_plain;h=025a7b58751cf281b44e5c01d9a72bbbe18171dc Copyright statement (for Debian's sake) --- diff --git a/Changes b/Changes index f6d3fe6..5985a0e 100644 --- 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 diff --git a/lib/Class/C3/Componentised.pm b/lib/Class/C3/Componentised.pm index a6a9c16..61c591b 100644 --- a/lib/Class/C3/Componentised.pm +++ b/lib/Class/C3/Componentised.pm @@ -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 Pulled out into seperate module by Ash Berlin C<< >> +Optimizations and overall bolt-tightening by Peter "ribasushi" Rabbitson +C<< >> + +=head1 COPYRIGHT + +Copyright (c) 2006 - 2011 the Class::C3::Componentised L as listed +above. + =head1 LICENSE You may distribute this code under the same terms as Perl itself.