WebService::Bukget is a module that allows easy access to the Bukget API.
Cloning this repository
You are free to clone this repository and make any sort of modifications you need, but please note the following:
You need Dist::Zilla in order to build your own copy of the module. There is no Makefile.PL or Build.PL present in the repository, since Dist::Zilla auto-generates these for every release.
You will also need some additional plugins for Dist::Zilla, namely Dist::Zilla::Plugin::Git and Dist::Zilla::Plugin::PodWeaver.
Building with Dist::Zilla
Once you have installed Dist::Zilla, run dzil build
from the root folder in this repository. If all goes well, it will fetch version information and such things from your Github fork. If you want to intsall Dist::Zilla locally, use dzil install
.