1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
# Contributing to IP::Geolocation::MMDB
The code for this distribution is hosted at
https://github.com/voegelas/IP-Geolocation-MMDB.
Grab the latest version using the command:
git clone https://github.com/voegelas/IP-Geolocation-MMDB.git
You can submit code changes by forking the repository, pushing your code
changes to your clone, and then submitting a pull request.
The distribution is managed with [Dist::Zilla](https://dzil.org/). Once
installed, here are some dzil commands you might try:
dzil build
dzil test
|