X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Engine-SCGI.git;a=blobdiff_plain;f=META.yml;h=4c729d657ff476e8c7bbd583531303120b6a3d42;hp=5f93252b16332768ba3900aabd9e5a9c8e482ba1;hb=9ca6d1009c33c822e92073368d38ea922c5a7ae8;hpb=74b7d482c04e9dc43ee1a1c706b8b782fc8f0956 diff --git a/META.yml b/META.yml index 5f93252..4c729d6 100644 --- a/META.yml +++ b/META.yml @@ -1,12 +1,24 @@ --- -name: Catalyst-Engine-SCGI -version: 0.2 +abstract: 'Catalyst SCGI Engine' author: Orlando Vazquez -abstract: Catalyst SCGI Engine +build_requires: + ExtUtils::MakeMaker: 6.42 +configure_requires: + ExtUtils::MakeMaker: 6.42 +distribution_type: module +generated_by: 'Module::Install version 0.91' license: perl -provides: - Catalyst::Engine::SCGI: - file: lib/Catalyst/Engine/SCGI.pm - version: 0.1 - Catalyst::Helper::SCGI: - file: lib/Catalyst/Helper/SCGI.pm +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 +name: Catalyst-Engine-SCGI +no_index: + directory: + - inc + - t +requires: + Catalyst: 5.8 + SCGI: 0 +resources: + repository: http://github.com/orlandov/Catalyst-Engine-SCGI +version: 0.02