Added dist_author to Build.PL
Christopher H. Laco [Tue, 27 Jun 2006 02:37:12 +0000 (02:37 +0000)]
Added CLACO to authors list

Build.PL
lib/Class/Accessor/Grouped.pm

index 90d70fc..1d43468 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -5,6 +5,10 @@ use Module::Build;
 
 Module::Build->new(
     module_name => 'Class::Accessor::Grouped',
+    dist_author => [
+        'Matt S. Trout <mst@shadowcatsystems.co.uk>',
+        'Christopher H. Laco <claco@chrislaco.com>'
+    ],
     license => 'perl',
     requires => {
         'Carp' => 0,
index 8943260..9ac75d1 100644 (file)
@@ -348,6 +348,7 @@ sub set_inherited {
 =head1 AUTHORS
 
 Matt S. Trout <mst@shadowcatsystems.co.uk>
+Christopher H. Laco <claco@chrislaco.com>
 
 =head1 LICENSE