X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=blobdiff_plain;f=META.yml;h=b3340273cf0bd07f78fed061f8c6e3c16766851d;hp=cf689cbdf07bdcf136946a1733839bb81595a6c4;hb=447aa9bcb55632cf669454868679169602a28fe2;hpb=2dd7bc5f80da4fe2220e28de1102641c239d084c diff --git a/META.yml b/META.yml index cf689cb..b334027 100644 --- a/META.yml +++ b/META.yml @@ -1,15 +1,19 @@ -abstract: Regular Expression engine API -author: "\xC3\x86var Arnfj\xC3\xB6r\xC3\xB0 Bjarmason " -build_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.64 +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 name: re-engine-Plugin -no_index: - directory: +no_index: + directory: - inc - t -requires: +requires: perl: 5.9.5 -tests: t/*.t +tests: t/*.t t/*/*.t t/*/*/*.t