From bf26820d415b48a9169617cdf3a8678ca50d4787 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Fri, 3 Apr 2009 22:22:50 +0200 Subject: [PATCH] add configure_requires --- sandbox/genMETA.pl | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/sandbox/genMETA.pl b/sandbox/genMETA.pl index 98e4467..3d73c81 100755 --- a/sandbox/genMETA.pl +++ b/sandbox/genMETA.pl @@ -59,28 +59,30 @@ else { __END__ --- #YAML:1.1 -name: Config::Perl::V -version: VERSION -abstract: Structured data retreival of perl -V output -license: perl +name: Config::Perl::V +version: VERSION +abstract: Structured data retreival of perl -V output +license: perl author: - H.Merijn Brand -generated_by: Author -distribution_type: module +generated_by: Author +distribution_type: module provides: Config::Perl::V: - file: V.pm - version: VERSION + file: V.pm + version: VERSION requires: - perl: 5.005 + perl: 5.005 +configure_requires: + ExtUtils::MakeMaker: 0 build_requires: - perl: 5.005 - Test::Harness: 0 - Test::More: 0 - Test::NoWarnings: 0 + perl: 5.005 + Test::Harness: 0 + Test::More: 0 + Test::NoWarnings: 0 resources: - license: http://dev.perl.org/licenses/ - repository: http://repo.or.cz/w/Config-Perl-V.git + license: http://dev.perl.org/licenses/ + repository: http://repo.or.cz/w/Config-Perl-V.git meta-spec: - version: 1.4 - url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 + url: http://module-build.sourceforge.net/META-spec-v1.4.html -- 2.11.4.GIT