Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bin/: Add trailing semicolor to Perl heredocs | EuAndreh | 2023-04-12 | 1 | -2/+2 |
| | |||||
* | bin/x: Add extra newline separation between usage() and help() strings | EuAndreh | 2023-03-14 | 1 | -0/+1 |
| | |||||
* | bin/x: Generate WIP version of the POD manpage | EuAndreh | 2022-10-21 | 1 | -46/+7 |
| | | | | Remove FIXME marker. | ||||
* | bin/x: Add WIP manpage in POD | EuAndreh | 2022-10-18 | 1 | -25/+49 |
| | |||||
* | bin/*.pl: Do not "use strict" explicitly | EuAndreh | 2022-10-16 | 1 | -1/+0 |
| | | | | | | Ever since Pelr 5.12 (as in perl5120delta(1)), "use strict" is already done by default. Since all these files do use a number greater than 5.12 (5,34 as of this commit), this "use strict" is redundant. | ||||
* | bin/*.pl: Explicitly name the excluded warnings | EuAndreh | 2022-10-16 | 1 | -1/+1 |
| | | | | | The previous version had a catch-all for all warnings, even the ones I don't know that I have, or future warnings that could appear. | ||||
* | bin/x: Rewrite in Perl, overcome quoting issues | EuAndreh | 2022-10-14 | 1 | -66/+112 |
| | |||||
* | bin/x: Add semi-working version | EuAndreh | 2022-08-16 | 1 | -0/+94 |
No support for the '|' pipe operator. |