aboutsummaryrefslogtreecommitdiff
path: root/bin/nato (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bin/: Make help string more consistent across several executablesEuAndreh2023-04-121-0/+1
|
* bin/: Add trailing semicolor to Perl heredocsEuAndreh2023-04-121-2/+2
|
* bin/*.pl: Do not "use strict" explicitlyEuAndreh2022-10-161-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 warningsEuAndreh2022-10-161-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/nato: Add missing handling of -h flagEuAndreh2022-08-221-0/+6
|
* bin/nato: Add working versionEuAndreh2022-08-151-0/+97