Installing Bintray-API
Mithun Ayachit


Distribution page
=================

The latest and all previous releases for Bintray-API can be downloaded
from https://metacpan.org/release/Bintray-API

Install using cpanm
===================

Bintray-API can be installed with cpanm using the following command

    cpanm .

Install using Module::Build
===========================

Bintray-API can be installed with Module::Build using the following
commands

    perl ./Build.PL
    ./Build
    ./Build test
    ./Build install

Install using ExtUtils::MakeMaker
=================================

Bintray-API can be installed with ExtUtils::MakeMaker using the
following commands

    perl ./Makefile.PL
    make
    make test
    make install

* * * * *
