X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=META.yml;h=b3340273cf0bd07f78fed061f8c6e3c16766851d;hb=6e23f3db2ca4cff31ad7cde763ced3e2f9ad0abb;hp=dd487cd93332f325af01c137ba8e36cb8d758470;hpb=def98fc0d7f5e9527b28af6b90d4ddb07fbc845c;p=perl%2Fmodules%2Fre-engine-Plugin.git diff --git a/META.yml b/META.yml index dd487cd..b334027 100644 --- a/META.yml +++ b/META.yml @@ -1,15 +1,19 @@ -abstract: Pure-Perl regular expression engine plugin interface -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