]> git.mjollnir.org Git - cil.git/commitdiff
Change dist_author to my preferred details
authorAndrew Chilton <andy@chilts.com>
Thu, 31 Jul 2008 23:49:17 +0000 (01:49 +0200)
committerAndrew Chilton <andy@chilts.com>
Thu, 31 Jul 2008 23:49:17 +0000 (01:49 +0200)
Build.PL

index 7a6d518cdd9f9cef38f5fac38cb0d7b3d2b211e0..a6b70556e49d95a625006f67f3beb83806ced3f4 100644 (file)
--- 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 <melo@cpan.org>',
+    dist_author         => 'Andrew Chilton <andychilton@gmail.com>',
     dist_version_from   => 'lib/CIL.pm',
     build_requires => {
         'Class::Factory'   => 0,