aboutsummaryrefslogtreecommitdiff
path: root/bin/x (follow)
Commit message (Expand)AuthorAgeFilesLines
* bin/: Add trailing semicolor to Perl heredocsEuAndreh2023-04-121-2/+2
* bin/x: Add extra newline separation between usage() and help() stringsEuAndreh2023-03-141-0/+1
* bin/x: Generate WIP version of the POD manpage•••Remove FIXME marker. EuAndreh2022-10-211-46/+7
* bin/x: Add WIP manpage in PODEuAndreh2022-10-181-25/+49
* bin/*.pl: Do not "use strict" explicitly•••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. EuAndreh2022-10-161-1/+0
* bin/*.pl: Explicitly name the excluded warnings•••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. EuAndreh2022-10-161-1/+1
* bin/x: Rewrite in Perl, overcome quoting issuesEuAndreh2022-10-141-62/+108
* bin/x: Add semi-working version•••No support for the '|' pipe operator. EuAndreh2022-08-161-0/+94