yappo / p5-HTTP-Request-StreamingUpload

This URL has Read+Write access

name age message
file .gitignore Thu Oct 08 10:59:22 -0700 2009 add MANIFEST [yappo]
file .shipit Thu Oct 08 10:56:24 -0700 2009 first commit [yappo]
file Changes Thu Oct 08 10:56:24 -0700 2009 first commit [yappo]
file MANIFEST Thu Oct 08 10:59:22 -0700 2009 add MANIFEST [yappo]
file MANIFEST.SKIP Thu Oct 08 10:56:24 -0700 2009 first commit [yappo]
file Makefile.PL Thu Oct 08 10:58:00 -0700 2009 oops [yappo]
file README Thu Oct 08 10:56:24 -0700 2009 first commit [yappo]
directory lib/ Thu Oct 08 10:56:24 -0700 2009 first commit [yappo]
directory t/ Thu Oct 08 10:56:24 -0700 2009 first commit [yappo]
directory xt/ Thu Oct 08 10:56:24 -0700 2009 first commit [yappo]
README
This is Perl module HTTP::Request::StreamingUpload.

INSTALLATION

HTTP::Request::StreamingUpload installation is straightforward. If your CPAN shell is set up,
you should just be able to do

    % cpan HTTP::Request::StreamingUpload

Download it, unpack it, then build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

HTTP::Request::StreamingUpload documentation is available as in POD. So you can do:

    % perldoc HTTP::Request::StreamingUpload

to read the documentation online with your favorite pager.

Kazuhiro Osawa