Skip to content

JJ/p5-app-github-repository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • Test::More
  • version
  • File::Slurper
  • JSON
  • Git
  • Test::Perl::Critic

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

Version history

  • v0.0.6 fixes test bugs created by previous version, improves documentation.
  • v0.0.5 fixes some bugs, and reduces binary dependency. Theoretically, it could run in Windows too.

COPYRIGHT AND LICENCE

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.

About

Perl module for checking stuff in applicaton repositories

Resources

License

Stars

Watchers

Forks

Packages

No packages published