aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2020-03-28Update usage textPatrick Spek1-5/+8
2020-03-28Update the module test methodPatrick Spek1-4/+44
A conservative PATH is now set, with the bin directories from Rakudo Star added on to it. This should ensure that the right Raku is being used. Additionally, any failing modules will be reported at the end, and the exitcode of the test action becomes non-zero if any module failed their tests.
2020-03-28Implement test actionPatrick Spek2-2/+75
2020-03-28Split up install processPatrick Spek1-20/+47
2020-03-28Please shellcheckPatrick Spek2-2/+14
2020-03-28Show commands to install deps on supported systemsPatrick Spek2-5/+104
2020-03-26Move dist files aroundPatrick Spek3-10/+10
2020-03-25Update usage textPatrick Spek1-4/+15
This way, the options per action can be specified in a readable manner.
2020-03-25Drop tmpfile's getopts codePatrick Spek1-13/+1
Having this broke installation of modules on FreeBSD, and seeing as it's not used in the current codebase, the safest option is to just drop it.
2020-03-23Keep list of terminals where color support is known to workPatrick Spek1-24/+54
2020-03-23Fix some bugs in the fetching processPatrick Spek1-3/+4
2020-03-23Set up possibilities to find a usable downloading toolPatrick Spek1-6/+16
2020-03-23Make dist generate checksums and a PGP signaturePatrick Spek1-2/+47
2020-03-22Remove useless exports of functionsPatrick Spek2-16/+0
2020-03-22Rename fetch to fetch_httpPatrick Spek2-3/+3
2020-03-22Discover some system informationPatrick Spek2-8/+57
2020-03-22Include duration of installation processPatrick Spek2-1/+29
2020-03-22Fix Perl module checkPatrick Spek1-1/+3
2020-03-22Work out (most?) issues reported by shellcheckPatrick Spek6-48/+79
2020-03-22Initial commitPatrick Spek9-0/+625