X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=blobdiff_plain;f=META.yml;h=fc1d023e0f30d9783b4cd1771ec09a48c251bb06;hp=cf689cbdf07bdcf136946a1733839bb81595a6c4;hb=HEAD;hpb=2dd7bc5f80da4fe2220e28de1102641c239d084c diff --git a/META.yml b/META.yml index cf689cb..fc1d023 100644 --- a/META.yml +++ b/META.yml @@ -1,15 +1,35 @@ -abstract: Regular Expression engine API -author: "\xC3\x86var Arnfj\xC3\xB6r\xC3\xB0 Bjarmason " -build_requires: - Test::More: 0 -distribution_type: module -generated_by: Module::Install version 0.64 +--- +abstract: 'API to write custom regex engines' +author: + - 'Ævar Arnfjörð Bjarmason ' + - 'Vincent Pit ' +build_requires: + Config: '0' + ExtUtils::MakeMaker: '0' + Test::More: '0' + XSLoader: '0' + lib: '0' +configure_requires: + Config: '0' + ExtUtils::MakeMaker: '0' +dynamic_config: 1 +generated_by: 'ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 2.150005' license: perl +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: '1.4' name: re-engine-Plugin -no_index: - directory: - - inc +no_index: + directory: - t -requires: - perl: 5.9.5 -tests: t/*.t + - inc +requires: + XSLoader: '0' + perl: '5.010' +resources: + bugtracker: http://rt.cpan.org/Dist/Display.html?Name=re-engine-Plugin + homepage: http://search.cpan.org/dist/re-engine-Plugin/ + license: http://dev.perl.org/licenses/ + repository: http://git.profvince.com/?p=perl%2Fmodules%2Fre-engine-Plugin.git +version: '0.12' +x_serialization_backend: 'CPAN::Meta::YAML version 0.018'