typester / net-github-upload-perl

This URL has Read+Write access

Daisuke Murase (author)
Fri Oct 30 19:55:31 -0700 2009
commit  19aace3e3d84c5b1bb667ed8cd5e6bd6c6d358c8
tree    060e765135e3d92e69de83d59a1f63262d11d352
parent  a97ffbad399b6c5119cf3036969db25b23462b0b
README
This is Perl module Net::GitHub::Upload.

INSTALLATION

Net::GitHub::Upload installation is straightforward. If your CPAN shell is set up,
you should just be able to do

    % cpan Net::GitHub::Upload

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

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

Net::GitHub::Upload documentation is available as in POD. So you can do:

    % perldoc Net::GitHub::Upload

to read the documentation online with your favorite pager.

Daisuke Murase