The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Net-BaruwaAPI

Perl bindings for the Baruwa REST API

Coverage via Codecov

Installation

You can install this module with a CPAN client, which will resolve and install the dependencies:

        cpan Net::BaruwaAPI

To manually install this module, run the following commands:

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

Support and Documentation

After installing, you can find documentation for this module with the perldoc command.

    perldoc Net::BaruwaAPI

You can also look for information at:

    RT, CPAN's request tracker (report bugs here)
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-BaruwaAPI

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Net-BaruwaAPI

    CPAN Ratings
        http://cpanratings.perl.org/d/Net-BaruwaAPI

    Search CPAN
        http://search.cpan.org/dist/Net-BaruwaAPI/

Contributing

  • Fork it (https://github.com/baruwa-enterprise/Net-BaruwaAPI/fork)

  • Create your feature branch (`git checkout -b my-new-feature`)

  • Commit your changes (`git commit -am 'Add some feature'`)

  • Push to the branch (`git push origin my-new-feature`)

  • Create new Pull Request

Copyright (C) 2015-2019 Andrew Colin Kissa

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.