root/trunk/META.yml @ 617

Revision 617, 0.6 kB (checked in by bradfitz, 3 years ago)

-- supported for "Transfer-Encoding: chunked" requests (HTTP/1.1 feature)

as well as the "Expect: 100-continue", which generally accompany
chunked requests. requires "buffered_uploads" be enabled. see
doc/http-versions.txt for details.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# http://module-build.sourceforge.net/META-spec.html
2#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
3name:         Perlbal
4version:      1.53
5version_from: lib/Perlbal.pm
6installdirs:  site
7requires:
8    BSD::Resource:                 0
9    Danga::Socket:                 1.44
10    File::Find:                    0
11    HTTP::Date:                    0
12    HTTP::Response:                0
13    Sys::Syscall:                  0
14    Test::More:                    0
15    Time::HiRes:                   0
16
17distribution_type: module
18generated_by: ExtUtils::MakeMaker version 6.17
Note: See TracBrowser for help on using the browser.