From 64ffbaec18717f99cb80441d8b474868e39939fb Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Sat, 18 Feb 2012 12:24:17 +0000 Subject: HTTP-Daemon-6.01 --- META.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 META.yml (limited to 'META.yml') diff --git a/META.yml b/META.yml new file mode 100644 index 0000000..8f2eaf1 --- /dev/null +++ b/META.yml @@ -0,0 +1,32 @@ +--- #YAML:1.0 +name: HTTP-Daemon +version: 6.01 +abstract: a simple http server class +author: + - Gisle Aas +license: perl +distribution_type: module +configure_requires: + ExtUtils::MakeMaker: 0 +build_requires: + ExtUtils::MakeMaker: 0 +requires: + HTTP::Date: 6 + HTTP::Request: 6 + HTTP::Response: 6 + HTTP::Status: 6 + IO::Socket: 0 + LWP::MediaTypes: 6 + perl: 5.008001 + Sys::Hostname: 0 +resources: + MailingList: mailto:libwww@perl.org + repository: http://github.com/gisle/http-daemon +no_index: + directory: + - t + - inc +generated_by: ExtUtils::MakeMaker version 6.57_05 +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 -- cgit v1.2.1