summaryrefslogtreecommitdiff
path: root/runtests.pl
AgeCommit message (Collapse)Author
2014-09-03do not buffer STDOUTDoug Bell
This ensures that the status line printed to STDERR at the very end of the script will appear after all other script output.
2014-09-03require at least Perl 5.6Doug Bell
The core modules and pragmas being used require at least Perl 5.6 in order to work. Explicitly saying "use 5.006" will make the error more clear.
2014-09-03perl wants "use utf8" when UTF-8 is in the sourceDoug Bell
When there are literal UTF-8 characters in the source, "use utf8" will tell Perl to set the utf8 flag on strings.
2014-08-13Initial commitJohn MacFarlane