From: Randy W. Sims Date: Fri, 28 Apr 2006 15:31:55 +0000 (-0400) Subject: Re: [ANNOUNCE] Module::Build 0.28 -> CPAN X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cbe85d23bd82d5cc0c7b010c39356b4e9c03248d;p=p5sagit%2Fp5-mst-13.2.git Re: [ANNOUNCE] Module::Build 0.28 -> CPAN From: "Randy W. Sims" Message-ID: <44526DAB.8070408@thepierianspring.org> p4raw-id: //depot/perl@28009 --- diff --git a/lib/Module/Build/ConfigData.pm b/lib/Module/Build/ConfigData.pm index 546e456..7bc3998 100644 --- a/lib/Module/Build/ConfigData.pm +++ b/lib/Module/Build/ConfigData.pm @@ -167,13 +167,13 @@ __DATA__ 'requires' => { 'YAML' => ' >= 0.35, != 0.49_01 ' }, - 'description' => 'Can write fully-functional META.yml files' + 'description' => 'Use YAML.pm to write META.yml files' }, 'manpage_support' => { 'requires' => { 'Pod::Man' => 0 }, - 'description' => 'Can create Unix man pages' + 'description' => 'Create Unix man pages' }, 'C_support' => { 'requires' => { @@ -182,13 +182,13 @@ __DATA__ 'recommends' => { 'ExtUtils::ParseXS' => '1.02' }, - 'description' => 'Can compile/link C & XS code' + 'description' => 'Compile/link C & XS code' }, 'HTML_support' => { 'requires' => { 'Pod::Html' => 0 }, - 'description' => 'Can create HTML documentation' + 'description' => 'Create HTML documentation' } } ]