From 88cf7f32cdeb46125a3e748427d96e279d0c6420 Mon Sep 17 00:00:00 2001 From: Andrew Chilton Date: Fri, 1 Aug 2008 01:49:17 +0200 Subject: [PATCH] Change dist_author to my preferred details --- Build.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5