X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=META.yml;h=b3340273cf0bd07f78fed061f8c6e3c16766851d;hb=21cc4700bd7cd85c649f94bee9066d95c61ec978;hp=bf4d097276be597ecc585a51f41100cc5448d127;hpb=74d4856719cde7c6dc286b0c3e5dc78112d2fbff;p=perl%2Fmodules%2Fre-engine-Plugin.git diff --git a/META.yml b/META.yml index bf4d097..b334027 100644 --- a/META.yml +++ b/META.yml @@ -1,13 +1,19 @@ ---- #YAML:1.0 -name: re-engine-Plugin -version: 0.04 -abstract: API to write custom regex engines -license: perl -author: - - Ævar Arnfjörð Bjarmason -generated_by: ExtUtils::MakeMaker version 6.42 -distribution_type: module -requires: +--- +abstract: API to write custom regex engines +author: 'Ævar Arnfjörð Bjarmason ' +build_requires: + Test::More: 0 +distribution_type: module +generated_by: Module::Install version 0.65 +license: perl 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.3.html + version: 1.3 +name: re-engine-Plugin +no_index: + directory: + - inc + - t +requires: + perl: 5.9.5 +tests: t/*.t t/*/*.t t/*/*/*.t