Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m0ses/net-obs-client
https://github.com/m0ses/net-obs-client
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/m0ses/net-obs-client
- Owner: M0ses
- Created: 2016-03-06T12:11:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T07:37:00.000Z (9 months ago)
- Last Synced: 2024-04-26T08:39:15.647Z (9 months ago)
- Language: Perl
- Size: 78.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Net-OBS-Client
Net::OBS::Client aims to simplify usage of OBS (https://openbuildservice.org) API calls in perl.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install