diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-09-05 01:11:00 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-09-05 01:11:00 +0200 |
commit | 4c2e629869fec2cd3dd229c785f2aa07d0ecaddb (patch) | |
tree | b83166e5afe470160d5524e89b1eb75c0eb1678a /dist/base | |
parent | e2276cfd2d2189b929a266b87ad01681b6793010 (diff) | |
download | perl-4c2e629869fec2cd3dd229c785f2aa07d0ecaddb.tar.gz |
Update base.pm's META.yml
It's there for Rafael's convenience when doing CPAN releases, as there's no
separate base repository.
Diffstat (limited to 'dist/base')
-rw-r--r-- | dist/base/META.yml | 30 |
1 files changed, 19 insertions, 11 deletions
diff --git a/dist/base/META.yml b/dist/base/META.yml index 0a91128bb3..bec1303a2a 100644 --- a/dist/base/META.yml +++ b/dist/base/META.yml @@ -1,13 +1,21 @@ --- #YAML:1.0 -name: base -version: 2.15 -abstract: ~ -license: ~ -author: ~ -generated_by: ExtUtils::MakeMaker version 6.42 -distribution_type: module -requires: - Test::More: 0.4 +name: base +version: 2.15 +abstract: ~ +author: [] +license: unknown +distribution_type: module +configure_requires: + ExtUtils::MakeMaker: 0 +build_requires: + ExtUtils::MakeMaker: 0 +requires: + Test::More: 0.4 +no_index: + directory: + - t + - inc +generated_by: ExtUtils::MakeMaker version 6.55_02 meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.3.html - version: 1.3 + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 |