Changeset 31725

Show
Ignore:
Timestamp:
03/31/09 17:05:05 (4 years ago)
Author:
dankogai
Message:

HTTP::Response::Encoding - Adds encoding() to HTTP::Response

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/HTTP-Response-Encoding/trunk/META.yml

    r31724 r31725  
    1 --- #YAML:1.0 
    2 name:                HTTP-Response-Encoding 
    3 version:             0.05 
    4 abstract:            Adds encoding() to HTTP::Response 
    5 license:             ~ 
    6 generated_by:        ExtUtils::MakeMaker version 6.32 
    7 distribution_type:   module 
    8 requires:      
     1# http://module-build.sourceforge.net/META-spec.html 
     2#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX# 
     3name:         HTTP-Response-Encoding 
     4version:      0.01 
     5version_from: lib/HTTP/Response/Encoding.pm 
     6installdirs:  site 
     7requires: 
    98    Encode:                        2 
    109    HTTP::Response:                0 
    1110    Test::More:                    0 
    12 meta-spec: 
    13     url:     http://module-build.sourceforge.net/META-spec-v1.2.html 
    14     version: 1.2 
    15 author: 
    16     - Dan Kogai <dankogai@dan.co.jp> 
     11 
     12distribution_type: module 
     13generated_by: ExtUtils::MakeMaker version 6.30