root/trunk/perl/HTTP-Server-Brick/META.yml

Revision 367, 0.7 kB (checked in by aufflick, 6 months ago)

bumped revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 ---
2 name: HTTP-Server-Brick
3 version: 0.1.3
4 author:
5   - 'Mark Aufflick <mark@aufflick.com>'
6 abstract: "Simple pure perl http/https server for prototyping \"in the style of\" Ruby's WEBrick"
7 license: perl
8 requires:
9   HTTP::Daemon: 0
10   HTTP::Status: 0
11   IO::Handle: 0
12   LWP: 0
13   LWP::MediaTypes: 0
14   LWP::UserAgent: 0
15   Module::Build: 0
16   Test::More: 0
17   version: 0
18 recommends:
19   HTTP::Daemon::SSL: 1.02
20 generated_by: Module::Build version 0.2808
21 meta-spec:
22   url: http://module-build.sourceforge.net/META-spec-v1.2.html
23   version: 1.2
24 provides:
25   HTTP::Server::Brick:
26     file: lib/HTTP/Server/Brick.pm
27     version: v0.1.3
28 resources:
29   license: http://dev.perl.org/licenses/
Note: See TracBrowser for help on using the browser.