Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-12 | Set -z on the tar commandHEADmaster | Patrick Spek | |
2020-07-12 | Make resources optional | Patrick Spek | |
2020-07-12 | Alter the way files are included in a dist | Patrick Spek | |
2020-07-11 | Add LGPL-3.0-or-later license | Patrick Spek | |
2020-07-05 | Update $name to $module for consistency | Patrick Spek | |
2020-07-05 | Add dist command | Patrick Spek | |
2020-07-04 | Rename some missing dist-maker- calls to rakumod- | Patrick Spek | |
2020-07-04 | Demote config init message to debug | Patrick Spek | |
2020-07-04 | Put SUB-MAIN-OPTS back | Patrick Spek | |
2020-07-04 | Prettify the error on missing templates | Patrick Spek | |
2020-07-04 | Add AGPL-3.0-only license | Patrick Spek | |
2020-07-04 | Use SPDX identifies AGPL-3.0-only | Patrick Spek | |
2020-07-04 | Fix some leftover rdm references to rakumod | Patrick Spek | |
2020-07-04 | Add dedication sub for CLI initialization | Patrick Spek | |
2020-07-04 | Set tab width to 8 | Patrick Spek | |
2020-07-04 | Rename to App::Rakumod | Patrick Spek | |
2020-02-14 | Fix issue with unavailable resources | Patrick Spek | |
There will still be a warning shown, but the behaviour for Dist::Maker seems to be correct at least. The warning may require a fix in Rakudo itself, specifically in the Distribution::Resource code. | |||
2020-02-08 | Redo templating system | Patrick Spek | |
2020-02-05 | Add support for short licenses in new files | Patrick Spek | |
2020-02-05 | Add Pod6 docs | Patrick Spek | |
2020-02-05 | Add command to add new files to a module | Patrick Spek | |
2020-02-05 | Make sanity checks skippable | Patrick Spek | |
These checks are done in the MAIN() subs already, and can be left out of the dist-maker-* subs. | |||
2020-02-05 | Add depend command | Patrick Spek | |
2020-02-05 | Rename to Dist::Maker | Patrick Spek | |
2020-02-05 | Implement bare bones new command | Patrick Spek | |
2020-02-04 | Initial commit | Patrick Spek | |