summaryrefslogtreecommitdiff
path: root/META.yml
diff options
context:
space:
mode:
Diffstat (limited to 'META.yml')
-rw-r--r--META.yml28
1 files changed, 28 insertions, 0 deletions
diff --git a/META.yml b/META.yml
new file mode 100644
index 0000000..8e84e78
--- /dev/null
+++ b/META.yml
@@ -0,0 +1,28 @@
+---
+abstract: 'Lightweight HTTP server'
+author:
+ - 'Best Practical Solutions, LLC <modules@bestpractical.com>'
+build_requires:
+ ExtUtils::MakeMaker: 6.36
+configure_requires:
+ ExtUtils::MakeMaker: 6.36
+distribution_type: module
+dynamic_config: 1
+generated_by: 'Module::Install version 1.14'
+license: perl
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: 1.4
+module_name: HTTP::Server::Simple
+name: HTTP-Server-Simple
+no_index:
+ directory:
+ - inc
+ - t
+requires:
+ CGI: 0
+ Socket: 1.94
+ Test::More: 0
+resources:
+ license: http://dev.perl.org/licenses/
+version: '0.50'