From: Andrew Chilton Date: Thu, 31 Jul 2008 23:49:17 +0000 (+0200) Subject: Change dist_author to my preferred details X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=88cf7f32cdeb46125a3e748427d96e279d0c6420;p=cil.git Change dist_author to my preferred details --- diff --git a/Build.PL b/Build.PL index 7a6d518..a6b7055 100644 --- a/Build.PL +++ b/Build.PL @@ -5,7 +5,7 @@ use Module::Build; my $builder = Module::Build->new( module_name => 'CIL', license => 'perl', - dist_author => 'Pedro Melo ', + dist_author => 'Andrew Chilton ', dist_version_from => 'lib/CIL.pm', build_requires => { 'Class::Factory' => 0,