App::GitHub::Repository Test distro

Checks things from repositories hosted in GitHub. Uses scraping for extracting information, so you don't have to use an API. Bear in mind that you can do so only locally, it is probably blocked from workflows, even in GitHub itself.

INSTALLATION

It uses Module::Build for installation, so it goes like this

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

Run

./Build installdeps

If you're developing and installing dependencies locally.

DEPENDENCIES

It uses:

As a binary dependency, curl needs to be installed on the system and available in the path

Version history

Copyright (C) 2018, 2024 JJ Merelo

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.