diff options
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Module-CoreList/META.yml | 28 |
1 files changed, 18 insertions, 10 deletions
diff --git a/dist/Module-CoreList/META.yml b/dist/Module-CoreList/META.yml index 399f29a31b..7799467d59 100644 --- a/dist/Module-CoreList/META.yml +++ b/dist/Module-CoreList/META.yml @@ -1,13 +1,21 @@ --- #YAML:1.0 -name: Module-CoreList -version: 2.37 -abstract: ~ -license: perl -author: ~ -generated_by: ExtUtils::MakeMaker version 6.42 -distribution_type: module +name: Module-CoreList +version: 2.38 +abstract: what modules shipped with versions of perl +author: [] +license: perl +distribution_type: module +configure_requires: + ExtUtils::MakeMaker: 0 +build_requires: + ExtUtils::MakeMaker: 0 requires: - Test::More: 0 + Test::More: 0 +no_index: + directory: + - t + - inc +generated_by: ExtUtils::MakeMaker version 6.56 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 |