X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=blobdiff_plain;f=META.yml;h=16b29911e77d79dbd4a2db2709ff824db2cb667b;hp=cf689cbdf07bdcf136946a1733839bb81595a6c4;hb=182fcce5112d0394e1678a80b3f17b3581918f7e;hpb=2dd7bc5f80da4fe2220e28de1102641c239d084c diff --git a/META.yml b/META.yml index cf689cb..16b2991 100644 --- a/META.yml +++ b/META.yml @@ -1,15 +1,30 @@ -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: + - 'Vincent Pit ' +build_requires: + ExtUtils::MakeMaker: '0' + Test::More: '0' + XSLoader: '0' +configure_requires: + ExtUtils::MakeMaker: '0' +dynamic_config: 1 +generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690' 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.10'