[Bast-commits] r9840 - in Class-C3-Componentised/trunk: .
lib/Class/C3
ribasushi at dev.catalyst.perl.org
ribasushi at dev.catalyst.perl.org
Sun Mar 20 00:15:26 GMT 2011
Author: ribasushi
Date: 2011-03-20 00:15:25 +0000 (Sun, 20 Mar 2011)
New Revision: 9840
Modified:
Class-C3-Componentised/trunk/Changes
Class-C3-Componentised/trunk/lib/Class/C3/Componentised.pm
Log:
Copyright statement (for Debian's sake)
Modified: Class-C3-Componentised/trunk/Changes
===================================================================
--- Class-C3-Componentised/trunk/Changes 2011-03-19 23:55:56 UTC (rev 9839)
+++ Class-C3-Componentised/trunk/Changes 2011-03-20 00:15:25 UTC (rev 9840)
@@ -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
Modified: Class-C3-Componentised/trunk/lib/Class/C3/Componentised.pm
===================================================================
--- Class-C3-Componentised/trunk/lib/Class/C3/Componentised.pm 2011-03-19 23:55:56 UTC (rev 9839)
+++ Class-C3-Componentised/trunk/lib/Class/C3/Componentised.pm 2011-03-20 00:15:25 UTC (rev 9840)
@@ -232,12 +232,20 @@
}
}
-=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 at cpan.org> >>
+Optimizations and overall bolt-tightening by Peter "ribasushi" Rabbitson
+C<< <ribasushi at 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.
More information about the Bast-commits
mailing list