From: Christopher H. Laco Date: Tue, 27 Jun 2006 02:37:12 +0000 (+0000) Subject: Added dist_author to Build.PL X-Git-Tag: v0.04000~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=97972dcbe113d329825a4fa452b2dcf9e0e943d5;p=p5sagit%2FClass-Accessor-Grouped.git Added dist_author to Build.PL Added CLACO to authors list --- diff --git a/Build.PL b/Build.PL index 90d70fc..1d43468 100644 --- 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 ', + 'Christopher H. Laco ' + ], license => 'perl', requires => { 'Carp' => 0, diff --git a/lib/Class/Accessor/Grouped.pm b/lib/Class/Accessor/Grouped.pm index 8943260..9ac75d1 100644 --- a/lib/Class/Accessor/Grouped.pm +++ b/lib/Class/Accessor/Grouped.pm @@ -348,6 +348,7 @@ sub set_inherited { =head1 AUTHORS Matt S. Trout +Christopher H. Laco =head1 LICENSE