Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-25 | Add a nice API for command line interfaces to make::console. | Peter Powell | |
2016-09-14 | Fix print_format breaking when formatting empty strings. | Peter Powell | |
2016-09-14 | Allow print_error and print_warning to take multiple lines. | Peter Powell | |
2016-03-22 | Extract directory creation code to its own subroutine. | Peter Powell | |
2015-03-25 | Convert the build system to Perl 5.10. | Peter Powell | |
Thanks to Kross for the heads up on "use feature". | |||
2015-03-06 | Create installation directories with make install not configure. | Peter Powell | |
This fixes system-wide installations requiring root in order to create directories. | |||
2014-12-07 | Add Perl module for console related code. | Peter Powell | |
- Move prompt_* methods to this module. - Add methods for printing errors and warnings easily. - Add colour code helpers and switch all code to use them. |